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
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:
parent
863ecd00f7
commit
613b62ab53
|
@ -55,17 +55,17 @@ stable feature.
|
||||||
|
|
||||||
Native histograms may be directly scraped from targets (see below). Prometheus
|
Native histograms may be directly scraped from targets (see below). Prometheus
|
||||||
can also convert classic histograms scraped from targets into native histograms
|
can also convert classic histograms scraped from targets into native histograms
|
||||||
with custom buckets during scrape. Native histograms may be ingested on
|
with custom buckets during scrape. Native histograms may be ingested via
|
||||||
Remote-Write 1.0, 2.0, OTLP.
|
Remote-Write 1.0, 2.0, or OTLP.
|
||||||
|
|
||||||
Native histograms are currently only supported in the traditional Prometheus
|
Native histograms are currently only supported in the traditional Prometheus
|
||||||
protobuf exposition format. This feature flag therefore also enables a the
|
protobuf exposition format. This feature flag therefore also enables the
|
||||||
protobuf parser by changing the default for the `scrape_protocols` scrape
|
protobuf parser by changing the default `scrape_protocols` scrape
|
||||||
configuration parameter to `[ PrometheusProto, OpenMetricsText1.0.0,
|
configuration parameter to `[ PrometheusProto, OpenMetricsText1.0.0,
|
||||||
OpenMetricsText0.0.1, PrometheusText0.0.4 ]`. Which means that Prometheus
|
OpenMetricsText0.0.1, PrometheusText0.0.4 ]`. This means that Prometheus
|
||||||
will try to negotiate the protobuf format first and if the target supports
|
will try to negotiate the protobuf format first, and if the target supports
|
||||||
the protobuf expostion format then _all_ metrics are ingested via protobuf
|
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.
|
classic and native histograms side by side.
|
||||||
|
|
||||||
With this feature flag disabled, Prometheus will continue to parse the classic
|
With this feature flag disabled, Prometheus will continue to parse the classic
|
||||||
|
|
Loading…
Reference in New Issue