Metrics routes implementation

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