Home

Metrics API

The API allows clients to get statistics about a node’s health and performance.

Endpoint#


_10
/ext/metrics

Usage#

To get the node metrics:


_10
curl -X POST 127.0.0.1:9650/ext/metrics

Format#

This API produces Prometheus compatible metrics. See here for information on Prometheus’ formatting.

Here is a tutorial that shows how to set up Prometheus and Grafana to monitor DijetsNodeGo node using the Metrics API.