Join our community of builders on

Telegram!Telegram

Metrics routes implementation

Outdated Version

You're viewing an older version (v1.3.x). The latest documentation is available for the current version. Click here to visit latest version.

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