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 4a0d5be commit 46158eaCopy full SHA for 46158ea
content/en/docs/languages/java/instrumentation.md
@@ -30,6 +30,12 @@ instrumentation topics:
30
- [Log instrumentation](#log-instrumentation): The semantic conventions define
31
how to produce telemetry for standard operations.
32
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
+
39
## Instrumentation categories
40
41
There are several categories of instrumentation:
0 commit comments