From 798705469ba020fceb56ba35833a6484631af2eb Mon Sep 17 00:00:00 2001 From: Marc Klingen Date: Sun, 18 May 2025 21:11:20 +0200 Subject: [PATCH] Update README.md --- examples/open-telemetry-tracing-langfuse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/open-telemetry-tracing-langfuse/README.md b/examples/open-telemetry-tracing-langfuse/README.md index 763523c3f..266c62757 100644 --- a/examples/open-telemetry-tracing-langfuse/README.md +++ b/examples/open-telemetry-tracing-langfuse/README.md @@ -131,7 +131,7 @@ The tracing system consists of: - **No Traces in Langfuse**: Ensure that your credentials are correct and follow this [troubleshooting guide](https://langfuse.com/faq/all/missing-traces) - **Debugging Traces**: Set `OTEL_CONSOLE_EXPORT=true` to print traces to the console for debugging - **Missing Metrics**: Check that `enable_metrics=True` in PipelineParams -- **Connection Errors**: Verify network connectivity to the Jaeger container +- **Connection Errors**: Verify network connectivity to Langfuse - **Exporter Issues**: Try the Console exporter (`OTEL_CONSOLE_EXPORT=true`) to verify tracing works ## References