kafka-consumer-lag-monitoring icon indicating copy to clipboard operation
kafka-consumer-lag-monitoring copied to clipboard

Allow more configuration for included/excluded consumer groups

Open colinleroy opened this issue 11 months ago • 0 comments

Hi,

Here is another pull request that allows for more configurability in the monitored consumer groups:

  • first, allow more precise wildcard matching (starts with, contains or ends with instead of just starts with)
  • second, allow excluding groups

This allows, for example, to monitor my-app-* and exclude my-app-cache-*.

Hope this helps! Colin

colinleroy avatar Mar 25 '24 10:03 colinleroy