-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses latest zipkin library in support of simplified json format (#43)
This uses internal classes to perform a lot of the translation formerly done here. By updating to latest zipkin, this also allows use of the new POST /api/v2/spans endpoint from openzipkin/zipkin#1499 I'm happy to support this including work to switch over to the public zipkin2 types once they become available later this year. In the mean time, this uses shade to ensure internal types aren't leaked.
- Loading branch information
1 parent
a99b7c0
commit f19adc2
Showing
6 changed files
with
178 additions
and
164 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
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
Oops, something went wrong.