Skip to content

Commit

Permalink
Adjust example config to naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabxc committed May 19, 2015
1 parent a216b1c commit a703241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/examples/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# my global config
global_config:
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).

# Attach these extra labels to all timeseries collected by this Prometheus instance.
labels:
monitor: codelab-monitor
monitor: 'codelab-monitor'

# Load and evaluate rules in this file every 'evaluation_interval' seconds.
rule_files:
Expand All @@ -17,7 +17,7 @@ rule_files:
# Here it's Prometheus itself.
scrape_configs:
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
- job_name: prometheus
- job_name: 'prometheus'

# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
Expand Down

0 comments on commit a703241

Please sign in to comment.