Skip to content

Commit

Permalink
Update opentelemetry/proto/logs/v1/logs.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Reiley Yang <reyang@microsoft.com>
  • Loading branch information
bogdandrutu and reyang authored Jan 9, 2024
1 parent b2739c2 commit 28aba50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry/proto/logs/v1/logs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ message LogRecord {
bytes span_id = 10;

// trace_state conveys information about request position in multiple distributed tracing graphs.
// It is a trace_state in w3c-trace-context format: https://www.w3.org/TR/trace-context/#tracestate-header
// It is a trace_state in w3c-trace-context format: https://www.w3.org/TR/trace-context/#tracestate-header.
// See also https://github.com/w3c/distributed-tracing for more details about this field.
string trace_state = 12;
}

0 comments on commit 28aba50

Please sign in to comment.