Apply suggestions from code review
CI / Go tests (push) Has been cancelled Details
CI / More Go tests (push) Has been cancelled Details
CI / Go tests with previous Go version (push) Has been cancelled Details
CI / UI tests (push) Has been cancelled Details
CI / Go tests on Windows (push) Has been cancelled Details
CI / Mixins tests (push) Has been cancelled Details
CI / Build Prometheus for common architectures (0) (push) Has been cancelled Details
CI / Build Prometheus for common architectures (1) (push) Has been cancelled Details
CI / Build Prometheus for common architectures (2) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (0) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (1) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (10) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (11) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (2) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (3) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (4) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (5) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (6) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (7) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (8) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (9) (push) Has been cancelled Details
CI / Check generated parser (push) Has been cancelled Details
CI / golangci-lint (push) Has been cancelled Details
CI / fuzzing (push) Has been cancelled Details
CI / codeql (push) Has been cancelled Details
CI / Report status of build Prometheus for all architectures (push) Has been cancelled Details
CI / Publish main branch artifacts (push) Has been cancelled Details
CI / Publish release artefacts (push) Has been cancelled Details
CI / Publish UI on npm Registry (push) Has been cancelled Details

Co-authored-by: Julius Volz <julius.volz@gmail.com>
Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
This commit is contained in:
George Krajcsovits 2025-09-29 16:21:58 +02:00 committed by GitHub
parent 863ecd00f7
commit 613b62ab53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -55,17 +55,17 @@ stable feature.
Native histograms may be directly scraped from targets (see below). Prometheus
can also convert classic histograms scraped from targets into native histograms
with custom buckets during scrape. Native histograms may be ingested on
Remote-Write 1.0, 2.0, OTLP.
with custom buckets during scrape. Native histograms may be ingested via
Remote-Write 1.0, 2.0, or OTLP.
Native histograms are currently only supported in the traditional Prometheus
protobuf exposition format. This feature flag therefore also enables a the
protobuf parser by changing the default for the `scrape_protocols` scrape
protobuf exposition format. This feature flag therefore also enables the
protobuf parser by changing the default `scrape_protocols` scrape
configuration parameter to `[ PrometheusProto, OpenMetricsText1.0.0,
OpenMetricsText0.0.1, PrometheusText0.0.4 ]`. Which means that Prometheus
will try to negotiate the protobuf format first and if the target supports
OpenMetricsText0.0.1, PrometheusText0.0.4 ]`. This means that Prometheus
will try to negotiate the protobuf format first, and if the target supports
the protobuf expostion format then _all_ metrics are ingested via protobuf
(i.e. not only native histograms). The protobuf format allows to expose
(i.e. not only native histograms). The protobuf format allows exposing
classic and native histograms side by side.
With this feature flag disabled, Prometheus will continue to parse the classic