m1a2st commented on PR #19527:
URL: https://github.com/apache/kafka/pull/19527#issuecomment-3773768641
The InterBrokerCustomLogin plugin is sometimes registered on the
`ConnectionMode#SERVER` side, so its tag may contain server tag information.
```
Checking metric: MetricName
[name=monitorable-inter-broker-custom-login-name, group=plugins,
description=monitorable-inter-broker-custom-login-description,
tags={config=sasl.login.class, class=InterBrokerCustomLogin,
listener=CONTROLLER, mechanism=PLAIN}]
```
Since we cannot guarantee which component registers this plugin first, we
may need to use an `OR` condition to validate that at least one tag condition
is met.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]