Update instructions for enabling native histograms#2533
Open
Conversation
As native histograms are stable in Prometheus, the feature flag was deprecated and made a no-op in Prometheus 3.9.0. Update the documentation to cover newer Prometheus versions.
| ## Use native histograms and exponential histograms | ||
|
|
||
| For Prometheus, you enable [native histograms](https://prometheus.io/docs/concepts/metric_types/#histogram) by [enabling the `native-histograms` feature in your Prometheus collector](https://prometheus.io/docs/prometheus/latest/feature_flags/#native-histograms). | ||
| For Prometheus, you enable [native histograms](https://prometheus.io/docs/specs/native_histograms/) with the `--enable-feature=native-histograms` feature flag (Prometheus <= 3.8.0) or with the `scrape_native_histograms` config setting (Prometheus >= 3.8.0). |
Check failure
Code scanning / Vale
Did you really mean 'config'? The Grafana dictionary might not know of this word yet Error documentation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2533 +/- ##
=======================================
Coverage 48.61% 48.61%
=======================================
Files 53 53
Lines 4017 4017
=======================================
Hits 1953 1953
Misses 1930 1930
Partials 134 134
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mariomac
approved these changes
Feb 18, 2026
Contributor
mariomac
left a comment
There was a problem hiding this comment.
Fine with me! There is a Vale complaint but we can merge once it's happy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As native histograms are stable in Prometheus, the feature flag was deprecated and made a no-op in Prometheus 3.9.0.
Update the documentation to cover newer Prometheus versions.