> For the complete documentation index, see [llms.txt](https://docs.bwarelabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bwarelabs.com/api-docs/avalanche-api/metrics-api.md).

# Metrics API

### Path <a href="#endpoint" id="endpoint"></a>

```
/ext/metrics
```

### Usage <a href="#usage" id="usage"></a>

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 <a href="#format" id="format"></a>

This API produces Prometheus compatible metrics. See [here](https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md) for information on Prometheus’ formatting.
