Tag Configuration Cardinality Estimator
Returns the estimated cardinality for a metric with a given tag, percentile and number of aggregations configuration using Metrics without Limits™.
Path parameters
The name of the metric.
Query parameters
Comma-separated list of tag keys that the metric is configured to query with. For example: filter[groups]=app,host.
The number of hours of look back (from now) to estimate cardinality with. If unspecified, it defaults to 0 hours.
Deprecated. Number of aggregations has no impact on volume.
A boolean, for distribution metrics only, to estimate cardinality if the metric includes additional percentile aggregators.
A window, in hours, from the look back to estimate cardinality with. The minimum and default is 1 hour.
Response
Success
Example response
{
"data": {
"attributes": {
"estimate_type": "distribution",
"estimated_at": "2022-04-27T09:48:37.463835Z",
"estimated_output_series": 50
},
"id": "test.metric.latency",
"type": "metric_cardinality_estimate"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.