-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Remove prometheus reference from storage #83678
Remove prometheus reference from storage #83678
Conversation
/assign @lavalamp |
/cc @wenjiaswe @jktomer |
@roycaihw: GitHub didn't allow me to request PR reviews from the following users: jktomer. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
LGTM (but mine doesn't count yet, you'll need an /lgtm from someone else) |
/lgtm |
/test pull-kubernetes-dependencies |
ee9ed5a
to
53f448f
Compare
/lgtm |
- Update bazel by hack/update-bazel.sh - Update vendor by hack/update-vendor.sh
53f448f
to
6764bf3
Compare
@wojtek-t This should be fine. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango, wojtek-t 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 |
@@ -29,7 +29,6 @@ require ( | |||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 | |||
github.com/pborman/uuid v1.2.0 | |||
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 // indirect | |||
github.com/prometheus/client_golang v0.9.4 |
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.
FYI:
Removed this line making robot happy.
/lgtm |
/test pull-kubernetes-integration |
…theus_reference_from_storage Remove prometheus reference from storage
What type of PR is this?
/kind feature
/priority important-soon
What this PR does / why we need it:
Remove direct reference to Prometheus.
To get metrics stability into Beta, we will make it illegal to directly import prometheus methods in Kubernetes components.
Which issue(s) this PR fixes:
Refer kubernetes/enhancements#1238
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: