From a79b5bb20e65da3c74a1923c4722d57ccf1ba28f Mon Sep 17 00:00:00 2001 From: Doci Mou <22457019+dmou@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:15:37 -0400 Subject: [PATCH] disable tls for internal scrape targets --- otel-collector-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otel-collector-config.yaml b/otel-collector-config.yaml index 7890046..5aef609 100644 --- a/otel-collector-config.yaml +++ b/otel-collector-config.yaml @@ -7,6 +7,8 @@ receivers: static_configs: - targets: ["${env:pender_metrics_endpoint}"] metrics_path: /metrics + tls_config: + insecure_skip_verify: true processors: memory_limiter: