Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion server/utilities/opentelemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ exporter = OTLPSpanExporter(
)
```

### HTTP OTLP Exporter (for Langfuse, etc.)
### HTTP OTLP Exporter (for Langfuse, SigNoz, etc.)

```python
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
Expand Down Expand Up @@ -419,3 +419,4 @@ If you're having issues with tracing:
- [OpenTelemetry Tracing Specification](https://opentelemetry.io/docs/reference/specification/trace/api/)
- [Jaeger Documentation](https://www.jaegertracing.io/docs/latest/)
- [Langfuse OpenTelemetry Documentation](https://langfuse.com/docs/opentelemetry/get-started)
- [SigNoz Pipecat Documentation](https://signoz.io/docs/pipecat-monitoring/)