You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: trace/Span.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Span API
2
2
3
3
This class represents a Span. A span contains a SpanContext and allows users to record
4
-
tracing events based on the data model defined [here](https://github.com/census-instrumentation/opencensus-proto/blob/master/trace/trace.proto).
4
+
tracing events based on the data model defined [here](https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/trace/trace.proto).
5
5
All Span implementations MUST not allow users to read the recorded data,
6
6
7
7
## Span structure
@@ -29,4 +29,4 @@ Represents the options for a trace. It is represented as 1 byte (bitmap).
0 commit comments