From d907ae9e84637cd8976915983c5734f7d96acb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=A4fer?= Date: Tue, 7 Oct 2025 23:55:23 +0200 Subject: [PATCH] fix: Remove unnecessary blank line in prometheus.yml --- examples/prometheus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/prometheus.yml b/examples/prometheus.yml index 5323b20..c3018a5 100644 --- a/examples/prometheus.yml +++ b/examples/prometheus.yml @@ -8,4 +8,3 @@ scrape_configs: - job_name: otel-collector static_configs: - targets: ["collector:8889"] -