-
Notifications
You must be signed in to change notification settings - Fork 1.4k
#2525 spark metrics in depends on prometheus #2529
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
Conversation
A bit confused here. This PR doesn't seem to address the issue linked. The functions modified are called when building prometheus configurations only. This means it doesn't allow for other monitoring solutions to work like mentioned in the issue. |
I understand the confusion, it just naming and I have avoid to touch/rename more than that to make it simple |
Hmm as far as I can tell, |
yes Exactly, my intention was to write the test but I saw that all the monitoring_test has been commented out |
6b8fe14
to
4cdbb25
Compare
@nabuskey I've rebased my PR with your recent fix and added my test case there |
Signed-off-by: Hossein Torabi <blcksrx@pm.me>
@nabuskey I've reflected the comments, |
/lgtm |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vara-bonthu 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 |
/cherrypick release-2.2 |
@ChenYi015: new pull request created: #2543 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. |
Purpose of this PR
Proposed changes:
Change Category
Rationale
Checklist
Additional Notes
#2525