Menu
Grafana Cloud

Send and query native histograms

You can send and query Prometheus native histogram metrics, first introduced in Prometheus 2.40, in Grafana Cloud.

Note

The native histogram data type is currently in public preview. Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.

Compared to classic histograms, native histograms provide advantages for metrics that require higher resolution. To learn more about these advantages, watch Prometheus Native Histograms in Production on YouTube.

Send native histograms to Grafana Cloud

For instructions on how to configure your Prometheus instance to send native histogram metrics via remote write, refer to Scrape and send native histograms with Prometheus in the Mimir documentation.

Migrate from classic to native histograms

You can migrate from classic to native histograms or monitor both data types concurrently. Follow these best practices for migration:

  • For business-critical metrics, consider sending both classic histogram and native histogram data types.
  • For non-business-critical metrics, consider sending native histograms only.

For more information on how to migrate from classic to native histograms, refer to Migrate from classic histograms in the Mimir documentation.