Skip to content

Commit 90b63c2

Browse files
authored
Update openetelemetry-instrumentation-annotation to the latest
1 parent 40c3e53 commit 90b63c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,13 +1196,13 @@ The simplest way to add your own spans is by using OpenTelemetry's `@WithSpan` a
11961196

11971197
Spans populate the `requests` and `dependencies` tables in Application Insights.
11981198

1199-
1. Add `opentelemetry-instrumentation-annotations-1.21.0.jar` (or later) to your application:
1199+
1. Add `opentelemetry-instrumentation-annotations-1.32.0.jar` (or later) to your application:
12001200

12011201
```xml
12021202
<dependency>
12031203
<groupId>io.opentelemetry.instrumentation</groupId>
12041204
<artifactId>opentelemetry-instrumentation-annotations</artifactId>
1205-
<version>1.21.0</version>
1205+
<version>1.32.0</version>
12061206
</dependency>
12071207
```
12081208

0 commit comments

Comments
 (0)