Fix filename in example (#1)
The file used in the `scrape_configs` of prometheus has a wrong name compared to the previous example.
This commit is contained in:
parent
86ff719ba9
commit
d8d64ae872
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ scrape_configs:
|
|||
- job_name: 'docker-labels-sd'
|
||||
file_sd_configs:
|
||||
- files:
|
||||
- 'from_docker_labels.json'
|
||||
- 'from-docker-labels.json'
|
||||
```
|
||||
|
||||
## Configure your services
|
||||
|
|
Loading…
Reference in a new issue