Skip to content

Commit

Permalink
Remove misleading comments for Span in trace.proto (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored Jun 28, 2022
1 parent 1e69bf2 commit 95cf8f4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions opentelemetry/proto/trace/v1/trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,7 @@ message ScopeSpans {
string schema_url = 3;
}

// Span represents a single operation within a trace. Spans can be
// nested to form a trace tree. Spans may also be linked to other spans
// from the same or different trace and form graphs. Often, a trace
// contains a root span that describes the end-to-end latency, and one
// or more subspans for its sub-operations. A trace can also contain
// multiple root spans, or none at all. Spans do not need to be
// contiguous - there may be gaps or overlaps between spans in a trace.
// A Span represents a single operation performed by a single component of the system.
//
// The next available field id is 17.
message Span {
Expand Down

0 comments on commit 95cf8f4

Please sign in to comment.