From d8d64ae872a7b3eb852ac90365129779c070af0e Mon Sep 17 00:00:00 2001 From: Axel Fahy Date: Tue, 7 Dec 2021 23:39:17 +0100 Subject: [PATCH] Fix filename in example (#1) The file used in the `scrape_configs` of prometheus has a wrong name compared to the previous example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12fb253..d7187a5 100644 --- a/README.md +++ b/README.md @@ -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