v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Metrics

Get available impact metrics

Enterprise feature

Returns all available impact metrics and their metadata.

get/api/admin/impact-metrics/metadata

Response

availableImpactMetricsSchema

Example response

{
  "metrics": [
    {
      "name": "http_requests_total",
      "help": "Total number of HTTP requests.",
      "displayName": "HTTP Requests Total",
      "source": "internal"
    }
  ]
}