Skip to content

Commit

Permalink
Update opentelemetry/proto/trace/v1/trace.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Tax <[email protected]>
  • Loading branch information
estolfo and pyohannes authored Oct 17, 2023
1 parent 7ccd970 commit 7fbc67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry/proto/trace/v1/trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ enum SpanFlags {
// Once the bits have been read using SPAN_FLAGS_CONTEXT_IS_REMOTE_MASK,
// the following constants can be used to interpret them.
enum SpanFlagsContextIsRemote {
// Older clients may not set this field, so 00 represents that this value
// has not been set.
// Older client not supporting this flag, or not known whether parent or
// linked span is remote: 00
SPAN_FLAGS_CONTEXT_IS_REMOTE_UNKNOWN = 0;
// The parent or linked span is remote: 11
SPAN_FLAGS_CONTEXT_IS_REMOTE = 0x00000300;
Expand Down

0 comments on commit 7fbc67e

Please sign in to comment.