From 25749bd4c09d22ed4470aa50c717ea3ffe97956c Mon Sep 17 00:00:00 2001 From: Fynn Merlevede Date: Wed, 2 Jul 2025 20:57:38 +0200 Subject: [PATCH] Update README.md fix: use correct protocol in READme --- examples/open-telemetry/langfuse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/open-telemetry/langfuse/README.md b/examples/open-telemetry/langfuse/README.md index c17de8394..1ae95f400 100644 --- a/examples/open-telemetry/langfuse/README.md +++ b/examples/open-telemetry/langfuse/README.md @@ -26,7 +26,7 @@ Create a `.env` file with your API keys to enable tracing: ``` ENABLE_TRACING=true # OTLP endpoint for Langfuse -OTEL_EXPORTER_OTLP_ENDPOINT=http://cloud.langfuse.com/api/public/otel +OTEL_EXPORTER_OTLP_ENDPOINT=https://cloud.langfuse.com/api/public/otel OTEL_EXPORTER_OTLP_HEADERS=Authorization=Basic%20 # Set to any value to enable console output for debugging # OTEL_CONSOLE_EXPORT=true