UptimeUptime Wiki

Every metric path the registry currently knows about.

Overview

Self-maintaining: this enumerates the registry rather than naming metrics, so a new metric path appears here with no API change at all.

Try the endpoint

GET
/api/v1/metrics/paths

Code example

curl -X GET "https://example.com/api/v1/metrics/paths"

Response example

{  "paths": [    "string"  ],  "total_paths": 0,  "truncated": true}

Response body

200Known metric paths
application/json

GET /api/v1/metrics/paths body.

On this page