Prometheus Metrics
How to configure Prometheus to scrape metrics from Curio
Metrics Endpoint
http://<curio-listen-address>/debug/metricsPrometheus Configuration
scrape_configs:
- job_name: 'curio'
static_configs:
- targets:
- 'curio-node-1:12300'
- 'curio-node-2:12300'
- 'curio-node-3:12300'
# Optional: adjust scrape interval
scrape_interval: 15sService Discovery
Available Metrics
Wallet Exporter (Optional)
Enabling the Wallet Exporter
Example Prometheus Queries
Task Performance
Database Health
Resource Utilization
Grafana Integration
AlertManager Integration
Troubleshooting
Metrics not appearing
Duplicate metrics
Missing wallet metrics
Last updated