Metrics

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

Metric names list

string[] required

Changes