mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-07 06:37:17 +02:00
Merge pull request #16432 from prometheus/beorn7/doc
docs: Remove recording rule note for native histograms
This commit is contained in:
commit
c15140f863
@ -17,10 +17,6 @@ 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): Native histogram are always
|
|
||||||
recorded as gauge histograms (for now). Most cases will create gauge histograms
|
|
||||||
naturally, e.g. after `rate()`._
|
|
||||||
|
|
||||||
## 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
|
||||||
|
Loading…
Reference in New Issue
Block a user