Summary

Added CSV export for RPC metrics and a new CU Usage by Network breakdown chart to the Nodes Metrics page.

What’s new

Export Metrics as CSV

You can now export your RPC metrics data directly from the Nodes Metrics page. Click the Export CSV button in the filters bar to download a zip containing three CSVs:

  • timeseries_metrics.csv — Request counts, success rate, latency percentiles (avg, p90, p95, p99), and compute unit cost per time interval
  • network_usage.csv — Compute unit usage broken down by network (e.g. eth-mainnet, arb-mainnet) per time interval
  • methods_breakdown.csv — Aggregated request count and compute unit cost per RPC method over the selected time range

The export respects your current time range and API key filters. The downloaded zip file is named using the selected filter and API key for easy identification (e.g. conduit_metrics_LAST_7_DAYS_my-production-key.zip).

CU Usage by Network Breakdown Chart

A new chart on the Nodes Metrics page showing compute unit usage broken down by network over time.

  • Per-network CU usage — Visualizes compute unit consumption across all networks (e.g. eth-mainnet, arb-mainnet) as a stacked area chart over your selected time range
  • Zero-usage normalization — Networks with no usage on a given day are explicitly represented as 0, so the chart accurately shows when usage drops to zero rather than hiding gaps
  • Filtered tooltips — Hovering over a time interval only shows networks with actual usage, keeping the tooltip clean. A Total row at the bottom sums all visible networks
  • Chain filter — Use the Chain dropdown to filter the chart to specific networks, with the total CU count updating to reflect the filtered selection