Language Support¶
Because Pydantic Logfire is built on top of OpenTelemetry, Logfire supports all languages supported by OTel.
See all OTel supported languages
Standards support¶
| Standard | Supported? | Docs & details |
|---|---|---|
| protobuf encoding | ✅ | Alternative backends |
| JSON encoding | ✅ | Alternative backends |
| HTTP | ✅ | Alternative backends |
| grpc | ❌ | github issue |
Connection details¶
e.g. domain, port, auth header
Examples¶
Instrumenting a Javascript/Typescript App¶
Example of how to do this
Instrumenting a Rust App¶
Example of how to do this