Open source RSS

Send native histograms to Mimir

Prometheus native histograms are a data type in the Prometheus ecosystem that enable the following use cases:

  1. Produce, store, and query a high-resolution histogram of observations. Use native histograms with exponential buckets in your instrumentation for this purpose.
  2. 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: