diff --git a/docs/how-to-guides/alternative-clients.md b/docs/how-to-guides/alternative-clients.md index eade16b87..69f6339b0 100644 --- a/docs/how-to-guides/alternative-clients.md +++ b/docs/how-to-guides/alternative-clients.md @@ -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: diff --git a/docs/why.md b/docs/why.md index 691aa5167..257b09f62 100644 --- a/docs/why.md +++ b/docs/why.md @@ -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: