Update text (#5039)

The `rule_files` section is not inside the `global` configuration section

Signed-off-by: Eyal Levin <eyalev@gmail.com>
pull/5045/head
Eyal Levin 7 years ago committed by Brian Brazil
parent 9f903fb3f7
commit d304269ac4
  1. 3
      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

Loading…
Cancel
Save