Skip to content

Commit 5fbba66

Browse files
Merge pull request #259859 from heyams/heya/update-otel-instrumentation-annotation
Update openetelemetry-instrumentation-annotation to the latest
2 parents 0c8f76d + db1be16 commit 5fbba66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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

@@ -1398,7 +1398,7 @@ Not available in .NET.
13981398
<dependency>
13991399
<groupId>com.microsoft.azure</groupId>
14001400
<artifactId>applicationinsights-core</artifactId>
1401-
<version>3.4.14</version>
1401+
<version>3.4.18</version>
14021402
</dependency>
14031403
```
14041404

0 commit comments

Comments
 (0)