Commit 4b0afe6f authored by Fabian Reinartz's avatar Fabian Reinartz

Merge pull request #184 from ChaoticMind/getting_started_typo

Remove duplicate line in the getting started sample config
parents 95fdbc1c 343a568a
......@@ -187,7 +187,6 @@ section in your `prometheus.yml` and restart your Prometheus instance:
```
scrape_configs:
- job_name: 'example-random'
scrape_interval: 5s
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
......@@ -260,7 +259,6 @@ scrape_configs:
- targets: ['localhost:9090']
- job_name: 'example-random'
scrape_interval: 5s
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
......
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