-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bug 2236444: monitoring: set port for servicemonitor for ceph-exporter #516
Conversation
@weirdwiz: No Bugzilla bug is referenced in the title of this pull request. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: weirdwiz The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@weirdwiz: This pull request references Bugzilla bug 2236444, which is invalid:
Comment 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. |
@weirdwiz is this already fixed in the upstream project? we first need to fix it rook/rook upstream project and then we cherry-pick. |
/hold |
ceph-exporter's ServiceMonitor and Service CRD contain different port name, which results in no metrics being collected by prometheus. this commit makes GetCephMonitor configurable, which we use to set consistent port names in ServiceMonitor and Service for ceph-exporter. Signed-off-by: Divyansh Kamboj <[email protected]>
f5b2139
to
db10c33
Compare
@subhamkrai updated the commit for the chery-pick |
@travisn ^^ |
/unhold |
/bugzilla refresh |
@subhamkrai: This pull request references Bugzilla bug 2236444, which is invalid:
Comment 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. |
@weirdwiz: All pull requests linked via external trackers have merged: Bugzilla bug 2236444 has been moved to the MODIFIED state. 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. |
This commit makes the port name configurable to set the port name of the service monitor.