Skip to content

Commit 06bb46f

Browse files
authored
Add spaces in JSON block
1 parent 5ee0e93 commit 06bb46f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ Application logic can result in the operation ID being reused by multiple teleme
247247
The duplication may also come from incoming requests. To spot this second possibility:
248248
* Enable the capture of the `traceparent` header in the `applicationinsigths.json ` file
249249
```json
250-
{
251-
"preview": {
252-
"captureHttpServerHeaders": {
253-
"requestHeaders": [
254-
"traceparent"
255-
]
250+
{
251+
"preview": {
252+
"captureHttpServerHeaders": {
253+
"requestHeaders": [
254+
"traceparent"
255+
]
256+
}
256257
}
257258
}
258-
}
259259
```
260260
* Enable [self-diagnostics](/azure/azure-monitor/app/java-standalone-config#self-diagnostics) at the DEBUG level and restart the application.
261261

0 commit comments

Comments
 (0)