kafka-lag-exporter
kafka-lag-exporter copied to clipboard
Different interval and timeouts per cluster
It appears the kafka-client-timeout and poll-interval settings are currently app wide. Is there any way to make these cluster specific? We have certain clusters where we use these metrics for basic monitoring and others where these metrics are used in HPA. We want the metrics used for HPA(one cluster) polled more often than those used just for generic monitoring.
They're global. I can see how it would be useful to define these per cluster. I would recommend installing a 2nd Helm release (or running a separate standlone instance, if not using Helm) with different config for each set of clusters.
Please leave a comment if anyone is interested in picking this up.