From 2763b6ba134e6af14c5b135185f474407592f51c Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 15 Apr 2025 14:43:31 +0200 Subject: [PATCH] docs: Remove recording rule note for native histograms We implemented proper type handling (gauge vs. counter histogram) a while ago. The note about it is obsolete. Signed-off-by: beorn7 --- docs/configuration/recording_rules.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/configuration/recording_rules.md b/docs/configuration/recording_rules.md index 9a8e7a70c9..45a263292b 100644 --- a/docs/configuration/recording_rules.md +++ b/docs/configuration/recording_rules.md @@ -17,10 +17,6 @@ Rule files use YAML. 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. -_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 To quickly check whether a rule file is syntactically correct without starting