-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Restrict visibility of prometheus packages #84302
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
Restrict visibility of prometheus packages #84302
Conversation
@serathius: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @logicalhan |
I don't know too much about bazel rule. And I think we should wait for all migration done. |
195a9bd
to
db4a3fa
Compare
This seems like a fairly reasonable approach, although it does mean that if a user runs Alternatively, could you define:
in a package not in This would then mean that |
@munnerz This is a great suggestion! Thanks! |
db4a3fa
to
4982678
Compare
From a Bazel and general repo management, this looks good to me 😄 with regards to whether or not sig-instrumentation want to do this/whether this should be approved is not up to me 😄 So adding my lgtm and leaving to the appropriate OWNERS to decide on approval... /lgtm |
/retest |
/milestone v1.17 |
4982678
to
e7d5659
Compare
/assign @BenTheElder @logicalhan |
/approve |
/retest |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, logicalhan, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind feature
What this PR does / why we need it:
This PR restricts visibility of prometheus packages which no longer should be directly imported.
Which issue(s) this PR fixes:
Refer kubernetes/enhancements#1238
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/milestone v1.17
/priority important-soon
/assign RainbowMango