-
Notifications
You must be signed in to change notification settings - Fork 64
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 custom metrics test adapter #590
Conversation
Thanks @astefanutti LGTM |
/approve |
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.
Different people using MCAD for designing systems have requested that MCAD talks to Prometheus and exposes "metrics" to it. We're not doing this right now, but it may come later. Would removing this code impact that?
Thanks @metalcycling for the review, I think it would not impact. if something is not used currently, I think we should remove it. keeping unused code in the repo calls for maintenance and hampers code coverage i.e. one needs to write additional tests |
@metalcycling custom/external metrics are orthogonal to Prometheus metrics, which are going to be introduced with #486 and #573. So removing that custom metrics test adapter won't have any negative impact, neither now, nor in the future. |
@metalcycling are we good to approve this PR? |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: asm582, metalcycling 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 |
@astefanutti @asm582 Alrighty then. I just wanted to make sure that issue was raised somewhere, because really everyone is asking of MCAD Prometheus, whatever that means... |
This PR removes the custom metrics test adapter that has been copied / pasted from the custom metrics adapter project, but that's not used and has no purpose.