kafka-consumer-lag-monitoring
kafka-consumer-lag-monitoring copied to clipboard
Allow more configuration for included/excluded consumer groups
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