You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(prometheusreceiver): Moves targetallocator package to internal. (#44108)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Move `targetallocator` package to `internal/targetallocator` to prevent
external usage.
The targetallocator package was previously exposed as a public API, but
it was never intended for external consumption. This change moves the
package under the `internal/` directory.
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes#43996
<!--Describe what testing was performed and which tests were added.-->
#### Testing
- [x] All existing tests pass
- [x] Build succeeds: go build ./...
<!--Describe the documentation added.-->
#### Documentation
No documentation changes needed as this package was not documented for
external use.
<!--Please delete paragraphs that you did not use before submitting.-->
0 commit comments