Metrics API

Allows clients to get statistics about a node’s health and performance.

Path

/ext/metrics

Usage

To get the node metrics:

//Request
curl -X POST https://ava-api.bwarelabs.com/<your-endpoint-id>/ext/metrics

//Response
Returns a list of metrics related to the node performance

Format

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

Last updated