Edited template for ServiceMonitor#1728
Merged
Slach merged 1 commit intoAltinity:0.25.1from May 31, 2025
Merged
Conversation
Signed-off-by: Anastasiya Lomakova <[email protected]>
Slach
approved these changes
May 30, 2025
Contributor
|
Hello there, thanks for the PR @virtualb0x |
Slach
added a commit
that referenced
this pull request
Jun 18, 2025
Signed-off-by: Slach <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Anastasiya Lomakova [email protected]
Thanks for taking the time to contribute to
clickhouse-operator!Please, read carefully instructions on how to make a Pull Request.
This will help a lot for maintainers to adopt your Pull Request.
Important items to consider before making a Pull Request
Please check items PR complies to:
next-releasebranch, not intomasterbranch1. More info--
1 If you feel your PR does not affect any Go-code or any testable functionality (for example, PR contains docs only or supplementary materials), PR can be made into
masterbranch, but it has to be confirmed by project's maintainer.I've tried to follow test recommendations:
please test and confirm with logs proposed changes works as expected for serviceMonitor with prometheus-operator which we use to test prometheus look ./deploy/prometheus/create-prometheus.shand deployed prom at my minikube with this script.
The manifest of ServiceMonitor I received:
Metrics seemed to be appeared in prom

I just wonder why just it couldn't be rendered by helm template command? Isn't it the same?
Also I do not now exactly if there is the necessity of dividing relable configs to different endpoint (to be honest I've never saw anyone who uses it) but still I've decided to divide it.