Skip to content

Commit f6dcf22

Browse files
authored
document alternative otel backends (#2062)
1 parent 81c734b commit f6dcf22

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/logfire.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,24 @@ print(result.output)
238238
#> Paris
239239
```
240240

241+
### Alternative Observability backends
242+
243+
Because Pydantic AI uses OpenTelemetry for observability, you can easily configure it to send data to any OpenTelemetry-compatible backend, not just our observability platform [Pydantic Logfire](#pydantic-logfire).
244+
245+
The following providers have dedicated documentation on Pydantic AI:
246+
247+
<!--Feel free to add other platforms here. They MUST be added to the bottom of the list, and may only be a name with link.-->
248+
249+
- [Langfuse](https://langfuse.com/docs/integrations/pydantic-ai)
250+
- [W&B Weave](https://weave-docs.wandb.ai/guides/integrations/pydantic_ai/)
251+
- [Arize](https://arize.com/docs/ax/observe/tracing-integrations-auto/pydantic-ai)
252+
- [Openlayer](https://www.openlayer.com/docs/integrations/pydantic-ai)
253+
- [OpenLIT](https://docs.openlit.io/latest/integrations/pydantic)
254+
- [LangWatch](https://docs.langwatch.ai/integration/python/integrations/pydantic-ai)
255+
- [Patronus AI](https://docs.patronus.ai/docs/percival/pydantic)
256+
- [Opik](https://www.comet.com/docs/opik/tracing/integrations/pydantic-ai)
257+
- [mlflow](https://mlflow.org/docs/latest/genai/tracing/integrations/listing/pydantic_ai)
258+
241259
## Advanced usage
242260

243261
### Configuring data format

0 commit comments

Comments
 (0)