-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: Adding Zipkin Tracing support (#3630)
* api: Adding Zipkin Tracing support Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * rollback /internal changes Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * nest zipkin configuration under TracingProvider struct Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * rollback internal testdata changes Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * rollback site changes Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * Change ZipkinConfiguration to a pointer. Co-authored-by: zirain <zirain2009@gmail.com> Signed-off-by: Alex Marston <alexander.marston@gmail.com> * update deepcopy Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * update description for TraceId128Bit field Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * update site docs Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * rename Zipkin config struct Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * update api Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * pointers for optional fields Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * remove CollectorHostname Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> * TraceID128Bit -> Enable128BitTraceID Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> --------- Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com> Signed-off-by: Alex Marston <alexander.marston@gmail.com> Co-authored-by: zirain <zirain2009@gmail.com>
- Loading branch information
1 parent
9830c4d
commit 51196b4
Showing
5 changed files
with
105 additions
and
13 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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