From 6b6e8298c360a7a9bad0d0a570fb15974d43851b Mon Sep 17 00:00:00 2001 From: Alexander Botev <31157848+MrSteelRat@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:49:06 +0300 Subject: [PATCH] Update prometheus.yml update to api_version v2 Signed-off-by: Alexander Botev <31157848+MrSteelRat@users.noreply.github.com> --- prometheus-grafana/prometheus/prometheus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus-grafana/prometheus/prometheus.yml b/prometheus-grafana/prometheus/prometheus.yml index 18c44da..b0c47b4 100644 --- a/prometheus-grafana/prometheus/prometheus.yml +++ b/prometheus-grafana/prometheus/prometheus.yml @@ -8,7 +8,7 @@ alerting: - targets: [] scheme: http timeout: 10s - api_version: v1 + api_version: v2 scrape_configs: - job_name: prometheus honor_timestamps: true @@ -18,4 +18,4 @@ scrape_configs: scheme: http static_configs: - targets: - - localhost:9090 \ No newline at end of file + - localhost:9090