We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e26a6d commit 9412ba6Copy full SHA for 9412ba6
content/en/llm_observability/setup/sdk/java.md
@@ -21,7 +21,7 @@ You can install and configure tracing of various operations such as workflows, t
21
22
### Prerequisites
23
24
-1. Download the `dd-trace-java` JAR.
+1. Download the [`dd-trace-java` JAR][5].
25
26
2. LLM Observability requires a Datadog API key (see [the instructions for creating an API key][1]).
27
@@ -546,3 +546,5 @@ public class MyJavaClass {
546
[2]: /llm_observability/terms/
547
[3]: /getting_started/tagging/
548
[4]: /llm_observability/setup/auto_instrumentation/?tab=java
549
+[5]: https://s3.us-east-1.amazonaws.com/dd-trace-java-builds/llmobs-java-sdk-integration/dd-java-agent.jar
550
+
0 commit comments