From d3542110df91e6f96b3eb55bcfa0578ac3c7b9c1 Mon Sep 17 00:00:00 2001 From: Yonatan Kiron Date: Sun, 17 Dec 2023 11:29:29 +0200 Subject: [PATCH] Fix otel exporter otlp endpoint example value --- otel-integration/k8s-helm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otel-integration/k8s-helm/README.md b/otel-integration/k8s-helm/README.md index 14a75ccd..2d8ef8d4 100644 --- a/otel-integration/k8s-helm/README.md +++ b/otel-integration/k8s-helm/README.md @@ -227,7 +227,7 @@ env: fieldRef: fieldPath: status.hostIP - name: OTEL_EXPORTER_OTLP_ENDPOINT - value: "$(NODE):4317" + value: "http://$(NODE):4317" ``` ### About span metrics