Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions api-reference/server/services/community-integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Observability services enable telemetry and metrics data to be passed to a Open
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| [OpenInference](https://arize-ai.github.io/openinference/) | [openinference-instrumentation-pipecat](https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-pipecat) | [Arize-ai](https://github.com/Arize-ai/openinference/graphs/contributors) |
| [Finchvox](https://finchvox.dev/) | https://github.com/finchvox/finchvox | [Finchvox](https://github.com/finchvox) |
| [Future AGI](https://futureagi.com) | [traceAI-pipecat](https://github.com/future-agi/traceAI/tree/main/python/frameworks/pipecat) | [future-agi](https://github.com/future-agi) |

## Speech-to-Text

Expand Down
8 changes: 8 additions & 0 deletions api-reference/server/utilities/opentelemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,14 @@ Arize-ai provides OpenInference instrumentation, compatible with OpenTelemetry.

See [Observability community integrations](https://docs.pipecat.ai/server/services/community-integrations#observability) for more details.

### Future AGI

Future AGI provides OpenTelemetry attribute mapping for Pipecat, converting Pipecat span attributes (e.g., `gen_ai.system`, `gen_ai.request.model`, `gen_ai.usage.*`) into Future AGI conventions so existing Pipecat OTEL setups can route traces to the Future AGI dashboard.

- [traceAI-pipecat](https://github.com/future-agi/traceAI/tree/main/python/frameworks/pipecat)

See [Observability community integrations](https://docs.pipecat.ai/server/services/community-integrations#observability) for more details.

## Span Attributes

Pipecat enriches spans with detailed attributes about service operations:
Expand Down