You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read through the documentation but I still encounter some challenges when working JMX exporter rules. So I'm opening this issue only to ask for advice on how we can better handle these scenarios when working with JMX exporter:
As I forget that JMX exporter rule regex is not anchored, kafka_consumer_fetch_manager_records_lag is actually presenting 3 metrics ( records-lag, records-lag-avg, records-lag-max). How can I avoid situation like this when certainly my goal was just to get the records-lag attribute.
2. Is there a way we can do linting for the configuration file?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
I have read through the documentation but I still encounter some challenges when working JMX exporter rules. So I'm opening this issue only to ask for advice on how we can better handle these scenarios when working with JMX exporter:
As I forget that JMX exporter rule regex is not anchored,
kafka_consumer_fetch_manager_records_lag
is actually presenting 3 metrics ( records-lag, records-lag-avg, records-lag-max). How can I avoid situation like this when certainly my goal was just to get therecords-lag
attribute.2. Is there a way we can do linting for the configuration file?
Thanks for your time.
The text was updated successfully, but these errors were encountered: