From d304269ac4875d9305fafc12b8eb58a1591f048d Mon Sep 17 00:00:00 2001 From: Eyal Levin Date: Tue, 25 Dec 2018 15:28:56 +0200 Subject: [PATCH] Update text (#5039) The `rule_files` section is not inside the `global` configuration section Signed-off-by: Eyal Levin --- docs/getting_started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 5414c4780..3eb404c20 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -222,8 +222,7 @@ groups: expr: avg(rate(rpc_durations_seconds_count[5m])) by (job, service) ``` -To make Prometheus pick up this new rule, add a `rule_files` statement to the -`global` configuration section in your `prometheus.yml`. The config should now +To make Prometheus pick up this new rule, add a `rule_files` statement in your `prometheus.yml`. The config should now look like this: ```yaml