-
Notifications
You must be signed in to change notification settings - Fork 365
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
NO-JIRA: use scrape class to avoid TLS config repetitions #2492
NO-JIRA: use scrape class to avoid TLS config repetitions #2492
Conversation
simonpasquier
commented
Oct 4, 2024
•
edited
Loading
edited
- I added CHANGELOG entry for this change.
- No user facing changes, so no entry in CHANGELOG was needed.
Signed-off-by: Simon Pasquier <[email protected]>
@simonpasquier: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
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.
/retest-required
@slashpai the CI failure looks legit |
/retest-required |
@simonpasquier: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
@jan--f this is a small improvement to reduce coupling between the service monitors and the platform Prometheus: instead of hardcoding file paths in all service monitors, we can refer to the scrape class name defined in the Prometheus object. Eventually we can modify other core operators to do the same. |
Sorry, lost track of this. Feel free to mark this critical if this should make it into 4.18. I assume though it can wait? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jan--f, simonpasquier 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 |
Totally. cc @frzifus, if/when this merges, you won't be able to reuse the service monitors without supporting scrape classes in the opentelemetry operator (or a similar mechanism). |