mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
docs: Update federation docs for native histograms
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
This commit is contained in:
parent
7a88bc3581
commit
2e538be5d7
|
@ -8,8 +8,15 @@ sort_rank: 6
|
||||||
Federation allows a Prometheus server to scrape selected time series from
|
Federation allows a Prometheus server to scrape selected time series from
|
||||||
another Prometheus server.
|
another Prometheus server.
|
||||||
|
|
||||||
_Note about native histograms (experimental feature): Federation does not
|
_Note about native histograms (experimental feature): To scrape native histograms
|
||||||
support native histograms yet._
|
via federation, the scraping Prometheus server needs to run with native histograms
|
||||||
|
enabled (via the command line flag `--enable-feature=native-histograms`), implying
|
||||||
|
that the protobuf format is used for scraping. Should the federated metrics contain
|
||||||
|
a mix of different sample types (float64, counter histogram, gauge histogram) for
|
||||||
|
the same metric name, the federation payload will contain multiple metric families
|
||||||
|
with the same name (but different types). Technically, this violates the rules of
|
||||||
|
the protobuf exposition format, but Prometheus is nevertheless able to ingest all
|
||||||
|
metrics correctly._
|
||||||
|
|
||||||
## Use cases
|
## Use cases
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue