From af7264ca37afe440ef490b8392de20c6add53760 Mon Sep 17 00:00:00 2001 From: Goutham Karthi Date: Wed, 7 Jan 2026 11:47:01 -0800 Subject: [PATCH 1/3] adding SigNoz mention in opentelemetry tracing docs --- server/utilities/opentelemetry.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/utilities/opentelemetry.mdx b/server/utilities/opentelemetry.mdx index 27798511..88e157ee 100644 --- a/server/utilities/opentelemetry.mdx +++ b/server/utilities/opentelemetry.mdx @@ -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 @@ -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/) From 6a966d9235a4d78f95f08fc120ddf55832b077fb Mon Sep 17 00:00:00 2001 From: Goutham Karthi Date: Thu, 8 Jan 2026 10:50:17 -0800 Subject: [PATCH 2/3] adding link to SigNoz otel example --- server/utilities/opentelemetry.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/server/utilities/opentelemetry.mdx b/server/utilities/opentelemetry.mdx index 88e157ee..27fcda95 100644 --- a/server/utilities/opentelemetry.mdx +++ b/server/utilities/opentelemetry.mdx @@ -80,6 +80,7 @@ For complete working examples, see our sample implementations: - [Jaeger Tracing Example](https://github.com/pipecat-ai/pipecat-examples/tree/main/open-telemetry/jaeger) - Uses gRPC exporter with Jaeger - [Langfuse Tracing Example](https://github.com/pipecat-ai/pipecat-examples/tree/main/open-telemetry/langfuse) - Uses HTTP exporter with Langfuse for LLM-focused observability +- [Langfuse Tracing Example](https://github.com/pipecat-ai/pipecat-examples/tree/main/open-telemetry/signoz) - Uses no-code auto instrumentation with OpenTelemtry From 19e6162460e7c6aa264af85e1f9dfba0221cd236 Mon Sep 17 00:00:00 2001 From: Goutham Karthi Date: Thu, 8 Jan 2026 10:54:45 -0800 Subject: [PATCH 3/3] minor typo --- server/utilities/opentelemetry.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/utilities/opentelemetry.mdx b/server/utilities/opentelemetry.mdx index 27fcda95..1c66ac6f 100644 --- a/server/utilities/opentelemetry.mdx +++ b/server/utilities/opentelemetry.mdx @@ -80,7 +80,7 @@ For complete working examples, see our sample implementations: - [Jaeger Tracing Example](https://github.com/pipecat-ai/pipecat-examples/tree/main/open-telemetry/jaeger) - Uses gRPC exporter with Jaeger - [Langfuse Tracing Example](https://github.com/pipecat-ai/pipecat-examples/tree/main/open-telemetry/langfuse) - Uses HTTP exporter with Langfuse for LLM-focused observability -- [Langfuse Tracing Example](https://github.com/pipecat-ai/pipecat-examples/tree/main/open-telemetry/signoz) - Uses no-code auto instrumentation with OpenTelemtry +- [Langfuse Tracing Example](https://github.com/pipecat-ai/pipecat-examples/tree/main/open-telemetry/signoz) - Uses no-code auto instrumentation with OpenTelemetry