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:
Axel Fahy 2021-12-07 23:39:17 +01:00 committed by GitHub
parent 86ff719ba9
commit d8d64ae872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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