From 2ef89a47a3a60bbc66d906e364ce9811c9b49c01 Mon Sep 17 00:00:00 2001 From: michal Date: Sun, 18 Aug 2024 22:09:04 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71483f0..33c7ec0 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,11 @@ Run docker compose to deploy prometheus, grafana, and edenic exporter After that go to the prometheus container and add to the config file: -global: - scrape_interval: 15s - evaluation_interval: 15s - +``` scrape_configs: - job_name: 'edenic-exporter' metrics_path: '/metrics' scrape_interval: 60s static_configs: - targets: ['edenic-exporter:5000'] +``` \ No newline at end of file