v7

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

Get feature metrics

Get usage metrics for a specific feature for the last 48 hours, grouped by hour

get/api/admin/client-metrics/features/{name}/raw

Path parameters

namestring required

Response

featureMetricsSchema

versioninteger required

The version of this schema

maturitystring required

The maturity level of this API (alpha, beta, stable, deprecated)

Example response

{
  "maturity": "stable",
  "data": [
    {
      "featureName": "my.special.feature",
      "appName": "accounting",
      "environment": "development",
      "timestamp": "2023-07-27T11:23:44Z",
      "yes": 974,
      "no": 50,
      "variants": {
        "variantA": 15,
        "variantB": 25,
        "variantC": 5
      }
    }
  ]
}