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
2 changes: 1 addition & 1 deletion docs/how-to-guides/alternative-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Guide on how to use the standard OpenTelemetry SDK to export Node.

**Logfire** uses the OpenTelemetry standard. This means that you can configure standard OpenTelemetry SDKs
in many languages to export to the **Logfire** backend, including those outside our
[first-class supported languages](../languages.md). Depending on your SDK, you may need to set only
[first-class supported languages](../languages.md) (e.g., Go, Ruby, or any other language with an OpenTelemetry SDK). Depending on your SDK, you may need to set only
these [environment variables](https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/):

- `OTEL_EXPORTER_OTLP_ENDPOINT=https://logfire-us.pydantic.dev` for both traces and metrics, or:
Expand Down
2 changes: 1 addition & 1 deletion docs/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Learn more about the [Pydantic Plugin here](integrations/pydantic.md).

Because **Pydantic Logfire** is built on [OpenTelemetry](https://opentelemetry.io/), you can
use a wealth of existing tooling and infrastructure, including
[instrumentation for many common Python packages](https://opentelemetry-python-contrib.readthedocs.io/en/latest/index.html). Logfire also supports cross-language data integration and data export to any OpenTelemetry-compatible backend or proxy.
[instrumentation for many common Python packages](https://opentelemetry-python-contrib.readthedocs.io/en/latest/index.html). Logfire also works with OpenTelemetry SDKs in languages such as Node.js, Rust, and Go, and can export to backends such as Jaeger or Grafana Tempo. See [Alternative Clients](how-to-guides/alternative-clients.md) and [Alternative Backends](how-to-guides/alternative-backends.md).

For example, we can instrument a simple FastAPI app with just 2 lines of code:

Expand Down
Loading