Documentation

Indexer Monitoring

Keeping track of indexing latency and service health

Health Endpoints

Ponder exposes a dedicated health check endpoint that is useful for uptime monitors.

GET /health
Returns 200 OK if the indexer is synced within a reasonable threshold.

Common Metrics

Sync Percentage

Indicates how far behind the indexer is from the head of the chain. Should be near 100%.

Error Rate

Monitor logs for RPC timeouts or specialized errors like BlockNotFound.

Tip

In production, we recommend connecting Ponder to a Prometheus/Grafana instance for real-time dashboards.