-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement zipkin tracing #3668
feat: implement zipkin tracing #3668
Conversation
Signed-off-by: Alex Marston <[email protected]>
Signed-off-by: Alex Marston <[email protected]>
Signed-off-by: Alex Marston <[email protected]>
Signed-off-by: Alex Marston <[email protected]>
Signed-off-by: Alex Marston <[email protected]>
676d6f0
to
f4270e9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3668 +/- ##
==========================================
+ Coverage 68.28% 68.33% +0.04%
==========================================
Files 170 170
Lines 20760 20780 +20
==========================================
+ Hits 14175 14199 +24
+ Misses 5566 5563 -3
+ Partials 1019 1018 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Alex Marston <[email protected]>
/retest |
Signed-off-by: Alex Marston <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for adding this,
Would be better to add e2e test in the following.
* feat: initial zipkin tracing support Signed-off-by: Alex Marston <[email protected]> * add zipkin tracing example Signed-off-by: Alex Marston <[email protected]> * update testdata Signed-off-by: Alex Marston <[email protected]> * update host in testdata Signed-off-by: Alex Marston <[email protected]> * update host in testdata Signed-off-by: Alex Marston <[email protected]> * lint Signed-off-by: Alex Marston <[email protected]> * handle if pointer is null Signed-off-by: Alex Marston <[email protected]> --------- Signed-off-by: Alex Marston <[email protected]> Signed-off-by: bjlhlin <[email protected]>
typedExtensionProtocolOptions: | ||
envoy.extensions.upstreams.http.v3.HttpProtocolOptions: | ||
'@type': type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions | ||
explicitHttpConfig: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this's not right, zipkin is HTTP.
What type of PR is this?
feat: implement zipkin tracing
What this PR does / why we need it:
This PR adds support for the Zipkin tracer.
Which issue(s) this PR fixes:
Fixes #1827
API Change: #3630