From 14eb40d59f8cf19580808313600c2b0a94693900 Mon Sep 17 00:00:00 2001 From: Pavel Kim Date: Tue, 23 Nov 2021 11:27:06 +0300 Subject: [PATCH] [Fix] Readme examples mismatch (/check_certificates/metrics vs /metrics) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb0182b..63dd025 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ scrape_configs: params: format: ['prometheus'] static_configs: - - targets: ['marge.0123e.ru'] + - targets: ['localhost'] ```