We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee0e93 commit 06bb46fCopy full SHA for 06bb46f
1 file changed
support/azure/azure-monitor/app-insights/telemetry/java-standalone-troubleshoot.md
@@ -247,15 +247,15 @@ Application logic can result in the operation ID being reused by multiple teleme
247
The duplication may also come from incoming requests. To spot this second possibility:
248
* Enable the capture of the `traceparent` header in the `applicationinsigths.json ` file
249
```json
250
-{
251
- "preview": {
252
- "captureHttpServerHeaders": {
253
- "requestHeaders": [
254
- "traceparent"
255
- ]
+ {
+ "preview": {
+ "captureHttpServerHeaders": {
+ "requestHeaders": [
+ "traceparent"
+ ]
256
+ }
257
}
258
-}
259
```
260
* Enable [self-diagnostics](/azure/azure-monitor/app/java-standalone-config#self-diagnostics) at the DEBUG level and restart the application.
261
0 commit comments