mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
doc: Add notes about feature not yet supported for native histograms (#11453)
Namely federation and recording rules. Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
00aa85e06e
commit
1c798ec930
|
@ -17,6 +17,10 @@ Rule files use YAML.
|
||||||
The rule files can be reloaded at runtime by sending `SIGHUP` to the Prometheus
|
The rule files can be reloaded at runtime by sending `SIGHUP` to the Prometheus
|
||||||
process. The changes are only applied if all rule files are well-formatted.
|
process. The changes are only applied if all rule files are well-formatted.
|
||||||
|
|
||||||
|
_Note about native histograms (experimental feature): Rules evaluating to
|
||||||
|
native histograms do not yet work as expected. Instead of a native histogram,
|
||||||
|
the sample stored is just a floating point value of zero._
|
||||||
|
|
||||||
## Syntax-checking rules
|
## Syntax-checking rules
|
||||||
|
|
||||||
To quickly check whether a rule file is syntactically correct without starting
|
To quickly check whether a rule file is syntactically correct without starting
|
||||||
|
|
|
@ -8,6 +8,9 @@ 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
|
||||||
|
support native histograms yet._
|
||||||
|
|
||||||
## Use cases
|
## Use cases
|
||||||
|
|
||||||
There are different use cases for federation. Commonly, it is used to either
|
There are different use cases for federation. Commonly, it is used to either
|
||||||
|
|
Loading…
Reference in a new issue