From 7dcb4072dcced7a4d92ae2c356722ccb6bfd5e2b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 26 Feb 2022 20:31:57 +0100 Subject: Scrape meterics from system process on each node --- app/telemetry/config/otel-config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/telemetry/config') diff --git a/app/telemetry/config/otel-config.yaml b/app/telemetry/config/otel-config.yaml index e1d6d78..574d01c 100644 --- a/app/telemetry/config/otel-config.yaml +++ b/app/telemetry/config/otel-config.yaml @@ -14,9 +14,7 @@ receivers: scrape_interval: 5s static_configs: - targets: - - "10.42.2.21:3909" - - "10.42.2.22:3909" - - "10.42.2.23:3909" + - "localhost:3909" exporters: logging: -- cgit v1.2.3