-
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
Move pkg/httpmetrics to internal/httpmetrics #6905
Move pkg/httpmetrics to internal/httpmetrics #6905
Conversation
This change is part of our ongoing effort to move public packages that are not intended for external use into the /internal directory. This prevents accidental external dependencies on our implementation details. - Moved all files from /pkg/httpmetrics to /internal/httpmetrics - Updated all import paths throughout the codebase - No functional changes Signed-off-by: danish9039 <[email protected]>
Signed-off-by: danish9039 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6905 +/- ##
=======================================
Coverage 96.24% 96.24%
=======================================
Files 342 342
Lines 20272 20272
=======================================
Hits 19510 19510
Misses 576 576
Partials 186 186
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:
|
Only used in cmd/collector/app/server/http.go. Please move to cmd/collector/app/server/httpmetrics |
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.
move to collector
Signed-off-by: danish9039 <[email protected]>
Signed-off-by: danish9039 <[email protected]>
@yurishkuro done |
Which problem is this PR solving?
Description of the changes
This change is part of our ongoing effort to move public packages that are not intended for external use into the /internal directory. This prevents accidental external dependencies on our implementation details.
Moved all files from
/pkg/httpmetrics
to/internal/httpmetrics
Updated all import paths throughout the codebase
No functional changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test