Skip to content

Commit

Permalink
Adjust formatting of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Oct 16, 2023
1 parent bc9609c commit 7ccd970
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions opentelemetry/proto/trace/v1/trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ message Span {
// field must be empty. The ID is an 8-byte array.
bytes parent_span_id = 4;

// Flags, a bit field.
// Flags, a bit field.
//
// Bits 0-7 (8 least significant bits) are the trace
// flags as defined in W3C Trace Context specification.
// To read the 8-bit W3C trace flag, use `flags & SPAN_FLAGS_TRACE_FLAGS_MASK`.
// Bits 0-7 (8 least significant bits) are the trace flags as defined in W3C Trace
// Context specification. To read the 8-bit W3C trace flag, use
// `flags & SPAN_FLAGS_TRACE_FLAGS_MASK`.
//
// See https://www.w3.org/TR/trace-context-2/#trace-flags for the flag definitions.
//
Expand Down Expand Up @@ -265,9 +265,11 @@ message Span {
// then no attributes were dropped.
uint32 dropped_attributes_count = 5;

// Flags, a bit field. Bits 0-7 (8 least significant bits) are the trace
// flags as defined in W3C Trace Context specification. To read the 8-bit W3C trace
// flag, use `flags & SPAN_FLAGS_TRACE_FLAGS_MASK`.
// Flags, a bit field.
//
// Bits 0-7 (8 least significant bits) are the trace flags as defined in W3C Trace
// Context specification. To read the 8-bit W3C trace flag, use
// `flags & SPAN_FLAGS_TRACE_FLAGS_MASK`.
//
// See https://www.w3.org/TR/trace-context-2/#trace-flags for the flag definitions.
//
Expand Down

0 comments on commit 7ccd970

Please sign in to comment.