Skip to content

Commit 7b2a149

Browse files
authored
Remove confusing statement about log correlation
OTel Logs are automatically correlated to Traces, if there was an active span. Mentioning the need to manually do that (even for 3rd party backend) is confusing. There is nothing done specifically for AzureMonitor to get correlation, and same is true to other vendors.
1 parent 6854bd6 commit 7b2a149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2532,7 +2532,7 @@ It's not possible to filter telemetry in Java native.
25322532

25332533
## Get the trace ID or span ID
25342534

2535-
You might want to get the trace ID or span ID. If you have logs sent to a destination other than Application Insights, consider adding the trace ID or span ID. Doing so enables better correlation when debugging and diagnosing issues.
2535+
You can obtain the `Trace ID` and `Span ID` of the currently active Span using below steps.
25362536

25372537
### [ASP.NET Core](#tab/aspnetcore)
25382538

0 commit comments

Comments
 (0)