diff --git a/README.md b/README.md index f97d34b..5955c49 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains an auto-generated Langfuse API client for Java based on our [API specification](https://github.com/langfuse/langfuse/tree/main/fern/apis/server). See the [Langfuse API reference](https://api.reference.langfuse.com) for more details on the available endpoints. -We recommend to solve tracing via the [OpenTelemetry Instrumentation](https://langfuse.com/docs/opentelemetry/get-started) instead of using the Ingestion API directly. +**Note:** We recommend to solve tracing via the [OpenTelemetry Instrumentation](https://langfuse.com/docs/opentelemetry/get-started) instead of using the Ingestion API directly. You can use the [OpenTelemetry Java SDK](https://github.com/open-telemetry/opentelemetry-java) and export spans to the [Langfuse OTel endpoint](https://langfuse.com/integrations/native/opentelemetry). This allows for a more detailed and standardized tracing experience without the need to handle batching and updates internally. Check out our [Spring AI Example](https://langfuse.com/docs/integrations/spring-ai) for more details.