Skip to content

Commit

Permalink
Update Log correlation doc to reflect removal of TraceState population (
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored May 17, 2023
1 parent 30ad91a commit 1510b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/logs/correlation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ corresponding `Activity`.

The good news is that, in OpenTelemetry .NET SDK, there is no user action
required to enable correlation. i.e the SDK automatically enables logs to
`Activity` correlation, by populating the fields `TraceId`, `SpanId`,
`TraceFlags`, `TraceState` from the active activity (i.e `Activity.Current`), if
`Activity` correlation, by populating the fields `TraceId`, `SpanId` and
`TraceFlags` from the active activity (i.e `Activity.Current`), if
any.

The example [Program.cs](./Program.cs) shows how to emit logs within the context
Expand Down

0 comments on commit 1510b76

Please sign in to comment.