-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat(examples,metrics,kube-state-metrics): extend configmap for 'KafkaConnect', 'KafkaConnector' and 'KafkaMirrorMaker2' #11354
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
Thanks for the review. I simply applied your suggestions 🚀 |
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.
So I tried the changes locally (I played with the Ready
and NotReady
states), everything seems to work fine:
https://gist.github.com/im-konge/3a6793a7f10bb543b3f1dc3044504195
so LGTM, thanks for the PR @sebastiangaiser !
@strimzi/maintainers could you please have a look on this? It's opened for quite a long time. Thanks |
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.
If my understanding is correct the metric mapping for KafkaMirrorMaker2 is incorrect since the field for the auto restart is different to KafkaConnector.
Good catch, thanks 👍🏻 |
Is the failed test |
@sebastiangaiser I merged big PR rewriting a lot of things in our STs. Did you do rebase? Also, did you have any conflicts or something? |
Actually, #11198 broke the main because of the PR wasn't rebased IMHO before merge. I'm gonna open a new PR fixing the issue on main. Sorry for the issues. |
@sebastiangaiser I opened fix for the build #11523 |
@sebastiangaiser PR is merged, could you please rebase this PR? Thanks |
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. @sebastiangaiser we just need it to be rebased to have the build passing. Thanks!
Hey @sebastiangaiser, could you please rebase this PR, so we can merge it eventually? The rebase should fix the error you see in the build pipeline, as I mentioned in previous comment. Thanks! |
This is part of implementing https://github.com/strimzi/proposals/blob/main/087-monitoring-of-custom-resources.md Signed-off-by: Sebastian Gaiser <[email protected]>
…aConnect', 'KafkaConnector' and 'KafkaMirrorMaker2' In order to implement https://github.com/strimzi/proposals/blob/main/087-monitoring-of-custom-resources.md the configmap is extended for 'KafkaConnect', 'KafkaConnector' and 'KafkaMirrorMaker2' resources. Signed-off-by: Sebastian Gaiser <[email protected]>
…afkaConnector' and 'KafkaMirrorMaker2' Signed-off-by: Sebastian Gaiser <[email protected]>
Co-authored-by: Paolo Patierno <[email protected]> Signed-off-by: Sebastian Gaiser <[email protected]>
Co-authored-by: Kate Stanley <[email protected]> Signed-off-by: Sebastian Gaiser <[email protected]>
Rebased, sorry for the delay. Didn't had a laptop with me over the last week. |
No issues, sorry for two pings 🙂 we can merge this once the build pipeline is green. Thanks a lot once more! |
Thanks for the PR @sebastiangaiser ! |
…aConnect', 'KafkaConnector' and 'KafkaMirrorMaker2' (strimzi#11354) Signed-off-by: Sebastian Gaiser <[email protected]> Co-authored-by: Paolo Patierno <[email protected]> Co-authored-by: Kate Stanley <[email protected]>
Part of #10276
Type of change
Select the type of your PR
Description
Please check the commit messages
Checklist
Please go through this checklist and make sure all applicable tasks have been done