diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml index 27c45b35..2d07ae89 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml @@ -103,23 +103,10 @@ spec: send_batch_size: 5 timeout: 10s exporters: - loki: - endpoint: {{ .Values.logIngest.lokiEndpoint }}/loki/api/v1/push + otlphttp/logs: + endpoint: {{ .Values.logIngest.lokiEndpoint }}/otlp tls: insecure: true - # labels: - # resource: - # k8s.pod.name: "pod_name" - # k8s.namespace.name: "namespace" - # k8s.node.name: "node_name" - # application: "app" - # environment: "env" - # attributes: - # level: "level" - # module: "module" - # default_labels_enabled: - # resource: true - # attributes: true service: telemetry: logs: @@ -128,5 +115,5 @@ spec: logs: receivers: [filelog] processors: [resource, transform, batch] - exporters: [loki] + exporters: [otlphttp/logs] {{- end }} \ No newline at end of file