-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[refactor] Move interface to remove cmd/agent dependency #6863
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
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 #6863 +/- ##
=======================================
Coverage 96.07% 96.07%
=======================================
Files 367 367
Lines 20831 20831
=======================================
Hits 20013 20013
Misses 624 624
Partials 194 194
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Good here!
2be68dc
…ng#6863) ## Which problem is this PR solving? - Towards jaegertracing#4739 - This was the only dependency on cmd/agent from other packages. Once the next release of OTEL Contrib lands we can remove cmd/agent. ## Description of the changes - Copy the interface into internal/sampling/http/handler.go ## How was this change tested? - CI Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: sAchin-680 <mrmister680@gmail.com>
…ng#6863) ## Which problem is this PR solving? - Towards jaegertracing#4739 - This was the only dependency on cmd/agent from other packages. Once the next release of OTEL Contrib lands we can remove cmd/agent. ## Description of the changes - Copy the interface into internal/sampling/http/handler.go ## How was this change tested? - CI Signed-off-by: Yuri Shkuro <github@ysh.us>
…ng#6863) ## Which problem is this PR solving? - Towards jaegertracing#4739 - This was the only dependency on cmd/agent from other packages. Once the next release of OTEL Contrib lands we can remove cmd/agent. ## Description of the changes - Copy the interface into internal/sampling/http/handler.go ## How was this change tested? - CI Signed-off-by: Yuri Shkuro <github@ysh.us> Signed-off-by: amol-verma-allen <amol.verma@allen.in>
Which problem is this PR solving?
Description of the changes
How was this change tested?