From 2de09a059410a15e0bcb897f0625a05104f74163 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 26 Feb 2022 22:18:02 +0100 Subject: [PATCH] fix scrape interval for node_exporter --- app/telemetry/config/otel-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/telemetry/config/otel-config.yaml b/app/telemetry/config/otel-config.yaml index 1c14860..bcf1baa 100644 --- a/app/telemetry/config/otel-config.yaml +++ b/app/telemetry/config/otel-config.yaml @@ -16,7 +16,7 @@ receivers: - targets: - "{{ env "attr.unique.network.ip-address" }}:3909" - job_name: "node_exporter" - scrape_interval: 30s + scrape_interval: 5s static_configs: - targets: - "{{ env "attr.unique.network.ip-address" }}:9100"