From 9a269b5507f56c5c79ada406acf2fd8ae023fa14 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Wed, 3 Aug 2016 08:29:51 +0200 Subject: [PATCH] Clarify comment on rule evaluation Fixes #1866 --- documentation/examples/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/prometheus.yml b/documentation/examples/prometheus.yml index 59035792c7..7e07d908cc 100644 --- a/documentation/examples/prometheus.yml +++ b/documentation/examples/prometheus.yml @@ -9,7 +9,7 @@ global: external_labels: monitor: 'codelab-monitor' -# Load and evaluate rules in this file every 'evaluation_interval' seconds. +# Load rules once and periodically evaluate them according to the global 'evaluation_interval'. rule_files: # - "first.rules" # - "second.rules"