Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d4d9f63

Browse files
authored
Add tracestate to links. (#191)
1 parent 3f2badc commit d4d9f63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/opencensus/proto/trace/v1/trace.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ message Span {
272272

273273
// A set of attributes on the link.
274274
Attributes attributes = 4;
275+
276+
// The Tracestate associated with the link.
277+
Tracestate tracestate = 5;
275278
}
276279

277280
// A collection of links, which are references from this span to a span

0 commit comments

Comments
 (0)