-
Notifications
You must be signed in to change notification settings - Fork 43
Add Prometheus metrics exporter #206
Copy link
Copy link
Open
Labels
Description
Context
Grafana dashboards require Prometheus metrics.
Goal
Add @otel/sdk or similar to expose metrics at /metrics.
Contributor guide
- Directory:
indexer/ - Define counters for events_processed_total, errors_total.
- Define gauges for indexer_lag_ledgers, memory_usage.
- Configure scrape target in Prometheus config.
- Add grafana dashboard template.
References
- Prometheus Node.js client docs.
Reactions are currently unavailable