From 6bbc81a940cdf58b6ef911e9b2e960f94d42e2c8 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 21 Apr 2025 16:00:50 +0800 Subject: [PATCH] fix(opentelemetry): restore otlphttp/logs exporter configuration for log ingestion Signed-off-by: zhenyus --- .../templates/authentication/opentelemetry.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index a9324723..3527d649 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -85,11 +85,10 @@ spec: send_batch_size: 5 timeout: 10s exporters: - # otlphttp/logs: - # endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp - # tls: - # insecure: true - loki + otlphttp/logs: + endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp + tls: + insecure: true debug: verbosity: detailed service: