prometheus/docs/configuration
beorn7 ad7d1aed99 Phase out native histogram feature flag
The detailed plan for this is laid out in
https://github.com/prometheus/prometheus/issues/16572 .

This commit adds a global and local scrape config option
`scrape_native_histograms`, which has to be set to true to ingest
native histograms.

To ease the transition, the feature flag is changed to simply set the
default of `scrape_native_histograms` to true.

Further implications:

- The default scrape protocols now depend on the
  `scrape_native_histograms` setting.
- Everywhere else, histograms are now "on by default".

Documentation beyond the one for the feature flag and the scrape
config are deliberately left out. See
https://github.com/prometheus/prometheus/pull/17232 for that.

Signed-off-by: beorn7 <beorn@grafana.com>
2025-10-15 14:50:52 +02:00
..
alerting_rules.md Standardize doc page title handling 2025-05-28 21:37:27 +02:00
configuration.md Phase out native histogram feature flag 2025-10-15 14:50:52 +02:00
https.md Standardize doc page title handling 2025-05-28 21:37:27 +02:00
index.md Consolidate configuration and rules docs in docs/configuration/ 2017-10-27 09:54:02 +02:00
promtool.md chore: fix some minor issues in comments 2025-07-09 18:05:41 +08:00
recording_rules.md Standardize doc page title handling 2025-05-28 21:37:27 +02:00
template_examples.md Standardize doc page title handling 2025-05-28 21:37:27 +02:00
template_reference.md Add template functions to support various use cases. (#16619) 2025-07-10 00:33:20 +02:00
unit_testing_rules.md chore(configuration.md): fix unit_testing_rules typo 2025-08-13 16:48:28 +03:30