This is documentation for the next version of Grafana Mimir documentation. For the latest stable release, go to the latest version.
Send native histograms to Mimir
Prometheus native histograms are a data type in the Prometheus ecosystem that enable the following use cases:
- Produce, store, and query a high-resolution histogram of observations. Use native histograms with exponential buckets in your instrumentation for this purpose.
- Store classic histograms in a more resilient and cost effective way, without changes to instrumentation. Use native histograms with custom buckets for this purpose.
The following topics cover each use case: