From 36041cef6aef10c24034b95e9c286fc0b37b33c1 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Thu, 19 Mar 2026 09:09:37 +0000 Subject: [PATCH] feat: Add JSON encoding to OTLP HTTP exporter configuration in configmap deployment --- .../Public/kubernetes-agent/templates/configmap-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/HelmChart/Public/kubernetes-agent/templates/configmap-deployment.yaml b/HelmChart/Public/kubernetes-agent/templates/configmap-deployment.yaml index 6615a62248..a4ab08a5a1 100644 --- a/HelmChart/Public/kubernetes-agent/templates/configmap-deployment.yaml +++ b/HelmChart/Public/kubernetes-agent/templates/configmap-deployment.yaml @@ -167,6 +167,7 @@ data: exporters: otlphttp: endpoint: "{{ .Values.oneuptime.url }}/otlp" + encoding: json headers: x-oneuptime-token: "${env:ONEUPTIME_API_KEY}" sending_queue: