From e4b46f3d03e10d72f0e12cb19b4cefd505000181 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 8 Oct 2025 09:26:12 -0400 Subject: [PATCH] Fixing Prometheus in OTEL config. --- .../rinoa/signoz/common/otel/otel-collector-config.yaml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 b/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 index 523efdb..9fc0416 100644 --- a/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 +++ b/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 @@ -101,7 +101,6 @@ receivers: - job_name: "rinoa-containers" docker_sd_configs: - host: unix:///var/run/docker.sock - - host_networking_host: "rinoa" - job_name: "apprise-api" static_configs: - targets: ["apprise:8000"] -- 2.52.0