Skip to content

Commit 46158ea

Browse files
jack-bergchalin
authored andcommitted
Add callout for otel java agent
1 parent 4a0d5be commit 46158ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/languages/java/instrumentation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ instrumentation topics:
3030
- [Log instrumentation](#log-instrumentation): The semantic conventions define
3131
how to produce telemetry for standard operations.
3232

33+
{{% alert %}} While [instrumentation categories](#instrumentation-categories)
34+
enumerates several options for instrumenting an application, we recommend users
35+
start with the [Java agent](#zero-code-java-agent). The Java agent has a simple
36+
installation process, and automatically detects and installs instrumentation
37+
from a large library. {{% /alert %}}
38+
3339
## Instrumentation categories
3440

3541
There are several categories of instrumentation:

0 commit comments

Comments
 (0)