forked from openzipkin/zipkin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes it possible to implement a protobuf3 span encoder
While we haven't yet defined a proto3 format, this allows one to be defined. This also allows us to refine how stackdriver (or any future translated format) works in zipkin reporter. Implementation is relatively simple: this assumes a buffer of spans is analogous to a proto3 repeated field, and that the field name itself is ordinal <=127. Fixes openzipkin#1942
- Loading branch information
Showing
2 changed files
with
83 additions
and
9 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
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