Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 440 Bytes

metrics-api.md

File metadata and controls

22 lines (13 loc) · 440 Bytes

Metrics API

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

Endpoint

/ext/metrics

Usage

To get the node metrics:

curl -X POST 127.0.0.1:9650/ext/metrics

Format

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