prometheus/web
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
..
api/v1 Merge pull request #16851 from jingchanglu/main 2025-09-30 12:54:48 +01:00
ui chore(deps): update npm dependencies before release 2025-10-01 10:58:29 +02:00
federate.go web: Add NHCB support to federation 2025-09-25 15:54:27 +02:00
federate_test.go Phase out native histogram feature flag 2025-10-15 14:50:52 +02:00
web.go UI: fix redirect when web.routePrefix configured 2025-09-29 15:55:12 +03:00
web_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00