Metrics routes implementation

Development Documentation

You're viewing documentation for unreleased features from the main branch. For production use, see the latest stable version (v1.1.x).

Note: OpenAPI documentation for these endpoints can be found in the openapi.rs file Returns a list of all available metric names in JSON format.

Returns

An HttpResponse containing a JSON array of metric names.

GET
/metrics

Response Body

curl -X GET "https://loading/metrics"
[
  "string"
]
Empty