-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Move pkg/otelsemconv to internal/telemetry/otelsemconv #6961
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
Move pkg/otelsemconv to internal/telemetry/otelsemconv #6961
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6961 +/- ##
=======================================
Coverage 96.20% 96.21%
=======================================
Files 343 343
Lines 20266 20266
=======================================
+ Hits 19496 19498 +2
+ Misses 581 579 -2
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. 🚀 New features to boost your workflow:
|
3d7430a
to
46b1b56
Compare
Signed-off-by: pipiland <nguyen.t.dang.minh@gmail.com>
46b1b56
to
7418c66
Compare
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.
Thanks
…#6961) ## Which problem is this PR solving? - part of jaegertracing#6869 - closes jaegertracing#6910 (replacement) ## Description of the changes - Move `pkg/otelsemconv` to `internal/telemetry/otelsemconv` ## How was this change tested? - changes have passed all tests of the project ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: pipiland <nguyen.t.dang.minh@gmail.com>
…#6961) ## Which problem is this PR solving? - part of jaegertracing#6869 - closes jaegertracing#6910 (replacement) ## Description of the changes - Move `pkg/otelsemconv` to `internal/telemetry/otelsemconv` ## How was this change tested? - changes have passed all tests of the project ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: pipiland <nguyen.t.dang.minh@gmail.com> Signed-off-by: amol-verma-allen <amol.verma@allen.in>
Which problem is this PR solving?
Description of the changes
pkg/otelsemconv
tointernal/telemetry/otelsemconv
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test