-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[v2] Enable remote sampling extension and include in e2e tests #5802
Conversation
Signed-off-by: Yuri Shkuro <github@ysh.us>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5802 +/- ##
=======================================
Coverage 96.66% 96.66%
=======================================
Files 342 342
Lines 16520 16521 +1
=======================================
+ Hits 15969 15970 +1
Misses 362 362
Partials 189 189
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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!
…rtracing#5802) ## Which problem is this PR solving? - Resolves jaegertracing#5531 ## Description of the changes - Enable remote sampling extension in v2 all-in-one configuration - Fix Dockerfile to copy this into the image in the appropriate location - Change the default ports for the extension to match OTEL & agent 5778/5779 - Re-enable sampling e2e tests for v2 all-in-one ## How was this change tested? - `make all-in-one-integration-test` - CI Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: Jared Tan <jian.tan@daocloud.io>
…rtracing#5802) ## Which problem is this PR solving? - Resolves jaegertracing#5531 ## Description of the changes - Enable remote sampling extension in v2 all-in-one configuration - Fix Dockerfile to copy this into the image in the appropriate location - Change the default ports for the extension to match OTEL & agent 5778/5779 - Re-enable sampling e2e tests for v2 all-in-one ## How was this change tested? - `make all-in-one-integration-test` - CI Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: Jared Tan <jian.tan@daocloud.io>
…rtracing#5802) ## Which problem is this PR solving? - Resolves jaegertracing#5531 ## Description of the changes - Enable remote sampling extension in v2 all-in-one configuration - Fix Dockerfile to copy this into the image in the appropriate location - Change the default ports for the extension to match OTEL & agent 5778/5779 - Re-enable sampling e2e tests for v2 all-in-one ## How was this change tested? - `make all-in-one-integration-test` - CI Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: Jared Tan <jian.tan@daocloud.io>
…rtracing#5802) ## Which problem is this PR solving? - Resolves jaegertracing#5531 ## Description of the changes - Enable remote sampling extension in v2 all-in-one configuration - Fix Dockerfile to copy this into the image in the appropriate location - Change the default ports for the extension to match OTEL & agent 5778/5779 - Re-enable sampling e2e tests for v2 all-in-one ## How was this change tested? - `make all-in-one-integration-test` - CI Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: Jared Tan <jian.tan@daocloud.io>
…rtracing#5802) ## Which problem is this PR solving? - Resolves jaegertracing#5531 ## Description of the changes - Enable remote sampling extension in v2 all-in-one configuration - Fix Dockerfile to copy this into the image in the appropriate location - Change the default ports for the extension to match OTEL & agent 5778/5779 - Re-enable sampling e2e tests for v2 all-in-one ## How was this change tested? - `make all-in-one-integration-test` - CI Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: Jared Tan <jian.tan@daocloud.io>
Which problem is this PR solving?
Description of the changes
How was this change tested?
make all-in-one-integration-test