Use Adaptive Metrics to reduce cardinality
Documentation
Grafana Cloud
Monitor applications
Application Observability
Set up OpenTelemetry Collector
Adaptive Metrics
Grafana Cloud
Use Adaptive Metrics to reduce cardinality
You can use Adaptive Metrics to solve increased cardinality issues and reduce your Grafana Cloud costs.
Set up the Adaptive Metrics HTTP API and upload the following aggregation rules that add the collector_id
label to exported metrics:
json
{
"rules": [
{
"metric": "traces_spanmetrics_latency_sum",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_spanmetrics_latency_count",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_spanmetrics_latency_bucket",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_spanmetrics_calls_total",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_spanmetrics_size_total",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_service_graph_request_total",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_service_graph_request_failed_total",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_service_graph_request_server_seconds_sum",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_service_graph_request_server_seconds_count",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_service_graph_request_server_seconds_bucket",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_service_graph_request_client_seconds_bucket",
"drop_labels": ["collector_id", "namespace", "source"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_service_graph_request_client_seconds_sum",
"drop_labels": ["collector_id", "namespace", "source"],
"aggregations": ["sum:counter"]
},
{
"metric": "traces_service_graph_request_client_seconds_count",
"drop_labels": ["collector_id", "namespace", "source"],
"aggregations": ["sum:counter"]
},
{
"metric": "target_info",
"drop_labels": ["collector_id"],
"aggregations": ["sum:counter"]
}
]
}
Was this page helpful?
Related documentation
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:

Incident management with Grafana IRM & SLOS in Grafana Cloud
Learn how to prioritize critical resources through service level objective (SLO)-driven incident response and management (IRM).

Intro to Alerting with Grafana
Learn how to alert on the most important signals and services with Grafana.
30 Apr

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.