File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
support/azure/azure-monitor/app-insights/telemetry Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -247,15 +247,15 @@ Application logic can result in the operation ID being reused by multiple teleme
247247The 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
You can’t perform that action at this time.
0 commit comments