🐛(ZENKO-5346) remove duplicated word in ConsumerLagWarning description - #2492
🐛(ZENKO-5346) remove duplicated word in ConsumerLagWarning description#2492DarkIsDude wants to merge 2 commits into
Conversation
Hello darkisdude,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
c3f19ed to
06f6216
Compare
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
|
probably not worth fixing in 2.11, won't ever be released I think : 2.14 or maybe 2.15 is likely enough... or even just fix on latest version, not very important. |
What does this PR do, and why do we need it?
The
ConsumerLagWarningalert description inmonitoring/kafka/alerts.yamlread "has been more more than ... seconds". This text is rendered as-is in Prometheus/Alertmanager notifications, so the typo is user-visible. This removes the duplicated "more".Which issue does this PR fix?
Fixes ZENKO-5346.
Special notes for your reviewers:
Text-only change to an alert annotation — no rule expression, threshold, or label touched.