-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert tracestate to an unstructured raw string field
The Span.tracestate field was a structured data that stores fully decoded Tracestate. However, there is no good use case for keeping this in structured form, there are no known applications that work with this elements of this data, other than just passing it around fully. This change eliminates Tracestate message type and makse Span.tracestate a simple string field in w3c-trace-context format. Resolves #55
- Loading branch information
Tigran Najaryan
committed
Nov 15, 2019
1 parent
f74d688
commit 9f69db3
Showing
1 changed file
with
6 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters