Commit d13bbc97 authored by Tobias Schmidt's avatar Tobias Schmidt

Merge pull request #333 from prometheus/evaluation-interval-clarification

Remove misleading hints about multiple evaluation_interval
parents 51e1564c 1797268a
......@@ -37,8 +37,7 @@ Prometheus configuration as a file named `prometheus.yml`:
```
global:
scrape_interval: 15s # By default, scrape targets every 15 seconds.
evaluation_interval: 15s # By default, scrape targets every 15 seconds.
# scrape_timeout is set to the global default (10s).
evaluation_interval: 15s # Evaluate rules every 15 seconds.
# Attach these labels to any time series or alerts when communicating with
# external systems (federation, remote storage, Alertmanager).
......
......@@ -54,7 +54,7 @@ global:
# How long until a scrape request times out.
[ scrape_timeout: <duration> | default = 10s ]
# How frequently to evaluate rules by default.
# How frequently to evaluate rules.
[ evaluation_interval: <duration> | default = 1m ]
# The labels to add to any time series or alerts when communicating with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment