From b5ca828bd5f61b3889fc72a1727bed6ff83c49ca Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 16 Dec 2024 14:33:05 +0100 Subject: [PATCH] metrics: Adjust config to Prometheus 3 The "alertmanagers:" schema changed. --- metrics/metrics.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/metrics/metrics.yaml b/metrics/metrics.yaml index 87dd0296..bab5d289 100644 --- a/metrics/metrics.yaml +++ b/metrics/metrics.yaml @@ -94,9 +94,6 @@ data: alertmanagers: - static_configs: - targets: [] - scheme: http - timeout: 10s - api_version: v1 scrape_configs: - job_name: ci honor_timestamps: true