Returns the details of a specific metric in plain text format.

Parameters

  • path: The name of the metric to retrieve details for.

Returns

An HttpResponse containing the metric details in plain text, or a 404 error if the metric is not found.

GET
/metrics/{metric_name}
AuthorizationBearer <token>

In: header

Scope: metrics:read

Path Parameters

metric_namestring

Name of the metric to retrieve, e.g. utopia_transactions_total

Response Body

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