You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
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).
4
4
See the [Langfuse API reference](https://api.reference.langfuse.com) for more details on the available endpoints.
5
5
6
+
We recommend to solve tracing via the [OpenTelemetry Instrumentation](https://langfuse.com/docs/opentelemetry/get-started) instead of using the Ingestion API directly.
7
+
This allows for a more detailed and standardized tracing experience without the need to handle batching and updates internally.
8
+
Check out our [Spring AI Example](https://langfuse.com/docs/integrations/spring-ai) for more details.
9
+
6
10
## Installation
7
11
8
12
Add the langfuse-java API client as a dependency using
0 commit comments