Monitoring Setup

Stand up Prometheus + Grafana dashboards for your Avalanche nodes via Terraform, Kubernetes, or Docker.

Choose Your Deployment Method

AvalancheGo exposes Prometheus metrics out of the box — uptime, queries, per-chain block height, TPS and resource usage. Terraform and Kubernetes deploy the monitoring stack through the avalanche-deploy repo alongside your nodes; Docker generates a standalone Docker Compose setup you can point at any node endpoint.

Enter Your Node Endpoint

AvalancheGo serves Prometheus metrics at /ext/metrics on its API port (enabled by default). Enter the endpoint of the node you want to monitor:

Without an explicit port we assume AvalancheGo's default API port 9650 (443 for https). Chain RPC paths like /ext/bc/…/rpc are stripped automatically.

Command Palette

Search for a command to run...