What's new from Grafana Labsbreadcrumb arrow Query Caching: Removal of duplicated metrics
What's new from Grafana Labs
What's new from Grafana Labs
Enterprise Generally Available Breaking change Data sources
Release date: 2026-02-18

Query Caching: Removal of duplicated metrics

In Grafana v12, we announced the deprecation of duplicated metrics exposed by the Query Caching feature.

In Grafana v13, we’ve removed the duplicated metrics grafana_caching_items and grafana_caching_size.

Mitigation

We recommend you update your dashboards to use the following metrics instead:

  • grafana_caching_resource_cache_size
  • grafana_caching_query_cache_size
  • grafana_caching_resource_cache_items
  • grafana_caching_query_cache_items

Related What's new posts