From c56ebca9dda5e7c1b47db8ffb8569b8ba2d600e2 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Wed, 25 Mar 2026 20:37:41 +0900 Subject: [PATCH] correct otel-collector service FQDN in Traefik OTLP endpoint --- values/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/traefik.yaml b/values/traefik.yaml index 230a7e1..d05e2f3 100644 --- a/values/traefik.yaml +++ b/values/traefik.yaml @@ -42,7 +42,7 @@ additionalArguments: - "--certificatesresolvers.letsencrypt.acme.storage=/data/traefik/acme.json" - "--tracing.otlp=true" - "--tracing.otlp.grpc=true" - - "--tracing.otlp.grpc.endpoint=otel-collector.monitoring.svc.cluster.local:4317" + - "--tracing.otlp.grpc.endpoint=otel-collector-opentelemetry-collector.monitoring.svc.cluster.local:4317" - "--tracing.otlp.grpc.insecure=true" providers: