Skip to content

Commit 2fe9aa8

Browse files
authored
Edit review
1 parent 87631d7 commit 2fe9aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/azure/azure-monitor/app-insights/telemetry/java-standalone-troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ You can also try the [monitoring solutions for Java native](/azure/azure-monitor
254254
- With Quarkus, the Quarkus Opentelemetry Exporter for Microsoft Azure.
255255

256256

257-
## Understand duplicated operation ID
257+
## Understand duplicated operation IDs
258258

259-
Application logic can result in the operation ID to be reused by multiple telemetry items, as shown in [this example](/azure/azure-monitor/app/distributed-trace-data#example). The duplication might also come from incoming requests. To identify this, use one of the following methods:
259+
Application logic can result in an operation ID being reused by multiple telemetry items, as shown in [this example](/azure/azure-monitor/app/distributed-trace-data#example). The duplication might also come from incoming requests. To identify this, use one of the following methods:
260260

261261
* Enable the capture of the `traceparent` header in the **applicationinsigths.json** file as follows:
262262

@@ -271,7 +271,7 @@ Application logic can result in the operation ID to be reused by multiple teleme
271271
}
272272
}
273273
```
274-
* Enable [self-diagnostics](/azure/azure-monitor/app/java-standalone-config#self-diagnostics) at the DEBUG level and then restart the application.
274+
* Enable [self-diagnostics](/azure/azure-monitor/app/java-standalone-config#self-diagnostics) at the DEBUG level and restart the application.
275275

276276
In the following log example, the operation ID comes from an incoming request, not Application Insights:
277277

0 commit comments

Comments
 (0)