Metrics

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}

Path parameters

metric_namestring required

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

Response

Metric details in Prometheus text format

Changes

No recorded changes to this endpoint across all 18 revisions of this API.