-
Hi <dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<version>1.36.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
<version>2.2.0-alpha</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-spring-boot-starter</artifactId>
</dependency>
``` |
Beta Was this translation helpful? Give feedback.
Answered by
laurit
Apr 1, 2024
Replies: 1 comment 3 replies
-
Yes, if you use Java Agent approach and you don't need to add any dependency. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no you don't need to add additional dependencies
There may be differences, agent has more instrumentation than what is available in the standalone instrumentation libraries.