> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goldsky.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitoring

> Real-time metrics and logs for Edge RPC

Edge RPC includes built-in observability with advanced Grafana dashboards, giving you complete visibility into your RPC usage, performance, and health.

## Metrics

The metrics dashboard provides real-time insights across multiple dimensions:

### Overall

The top-level view showing **Total RPC Requests** across all networks, with a time-series sparkline showing request volume trends.

<Frame>
  <img src="https://mintcdn.com/goldsky-38/J3bhAeHm0H0lh6hr/images/edge-rpc/monitoring-1-overall.png?fit=max&auto=format&n=J3bhAeHm0H0lh6hr&q=85&s=dcf8ed4e1a88431408dd4ecf2d105a0d" alt="Edge RPC Overall Metrics" width="1423" height="541" data-path="images/edge-rpc/monitoring-1-overall.png" />
</Frame>

### Usage

* **Network Usage** — Time-series chart showing request volume broken down by blockchain network
* **Networks Share** — Pie chart displaying the distribution of traffic across different chains (e.g., plasma-mainnet, monad, base, swell-mainnet)
* **Method Usage** — Time-series showing which RPC methods are being called over time
* **Methods Share** — Pie chart breakdown of method distribution (e.g., `eth_call`, `eth_getBalance`, `eth_getTransactionByHash`)

<Frame>
  <img src="https://mintcdn.com/goldsky-38/J3bhAeHm0H0lh6hr/images/edge-rpc/monitoring-2-usage.png?fit=max&auto=format&n=J3bhAeHm0H0lh6hr&q=85&s=a1b736bb5925f48b8f61efdd8a6ed13a" alt="Edge RPC Network and Method Usage" width="1437" height="1129" data-path="images/edge-rpc/monitoring-2-usage.png" />
</Frame>

### Networks

* **Network-level Critical Errors** — Track critical failures by network and error type
* **Network-level Warnings** — Monitor warnings like missing data from endpoints
* **Network-level Notices** — Informational events such as upstream request issues
* **Incoming Requests** — Request volume per network over time
* **Incoming RPS** — Requests per second breakdown by network
* **Successful Responses** — Success rates with empty vs non-empty response tracking

<Frame>
  <img src="https://mintcdn.com/goldsky-38/J3bhAeHm0H0lh6hr/images/edge-rpc/monitoring-3-networks.png?fit=max&auto=format&n=J3bhAeHm0H0lh6hr&q=85&s=a8505167ef41bbb10e45f2c01f9d8cef" alt="Edge RPC Network-level Metrics" width="1428" height="959" data-path="images/edge-rpc/monitoring-3-networks.png" />
</Frame>

* **Network-level P99/P90/P50 Resp. time** — Response time percentiles by network for performance analysis

<Frame>
  <img src="https://mintcdn.com/goldsky-38/J3bhAeHm0H0lh6hr/images/edge-rpc/monitoring-4-response-times.png?fit=max&auto=format&n=J3bhAeHm0H0lh6hr&q=85&s=73c9b0e4671520de06fa6d015e7e7c42" alt="Edge RPC Response Time Metrics" width="1418" height="460" data-path="images/edge-rpc/monitoring-4-response-times.png" />
</Frame>

* **Multiplexed requests** — Requests that were deduplicated across multiple callers
* **Response Finality Share** — Distribution of finalized vs real-time responses
* **Rate-limited requests** — Self-imposed rate limiting events
* **Hedge Effectiveness** — Performance of hedging mechanisms across providers

<Frame>
  <img src="https://mintcdn.com/goldsky-38/J3bhAeHm0H0lh6hr/images/edge-rpc/monitoring-5-advanced.png?fit=max&auto=format&n=J3bhAeHm0H0lh6hr&q=85&s=9a5e8a2283a8f091ce8d96fa29b39d62" alt="Edge RPC Advanced Metrics" width="1417" height="908" data-path="images/edge-rpc/monitoring-5-advanced.png" />
</Frame>

## Logs

Edge RPC provides detailed error logging with full context on failed requests, including error type, network, method, and upstream provider information for fast debugging.
