File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1196,13 +1196,13 @@ The simplest way to add your own spans is by using OpenTelemetry's `@WithSpan` a
1196
1196
1197
1197
Spans populate the ` requests ` and ` dependencies ` tables in Application Insights.
1198
1198
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:
1200
1200
1201
1201
``` xml
1202
1202
<dependency >
1203
1203
<groupId >io.opentelemetry.instrumentation</groupId >
1204
1204
<artifactId >opentelemetry-instrumentation-annotations</artifactId >
1205
- <version >1.21 .0</version >
1205
+ <version >1.32 .0</version >
1206
1206
</dependency >
1207
1207
```
1208
1208
@@ -1398,7 +1398,7 @@ Not available in .NET.
1398
1398
<dependency >
1399
1399
<groupId >com.microsoft.azure</groupId >
1400
1400
<artifactId >applicationinsights-core</artifactId >
1401
- <version >3.4.14 </version >
1401
+ <version >3.4.18 </version >
1402
1402
</dependency >
1403
1403
```
1404
1404
You can’t perform that action at this time.
0 commit comments