-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update nginx opentracing zipkin module #2955
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2955 +/- ##
=======================================
Coverage 47.57% 47.57%
=======================================
Files 77 77
Lines 5633 5633
=======================================
Hits 2680 2680
Misses 2600 2600
Partials 353 353 Continue to review full report at Codecov.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, ElvinEfendi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The upgrade 0.19.0 contains fix for an issue where multiple requests were clubbed in same trace. Refer https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md, kubernetes/ingress-nginx#2955 and opentracing-contrib/nginx-opentracing#52
The upgrade 0.19.0 contains fix for an issue where multiple requests were clubbed in same trace. Refer https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md, kubernetes/ingress-nginx#2955 and opentracing-contrib/nginx-opentracing#52
The upgrade 0.19.0 contains fix for an issue where multiple requests were clubbed in same trace. Refer https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md, kubernetes/ingress-nginx#2955 and opentracing-contrib/nginx-opentracing#52
Which issue this PR fixes: fixes #2940
The fix is rnburn/zipkin-cpp-opentracing#27