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
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
}
}
]
}