danielqsj / kafka_exporter

Kafka exporter for Prometheus
Apache License 2.0
2.1k stars 602 forks source link

Add topic and group exclusion parameters #379

Closed bluesliverx closed 1 year ago

bluesliverx commented 1 year ago

Related to #91 #103 #104 #127 #170 #217 and #93 (but solves it a different way that allows for both inclusion and exclusion). These PRs all seem to be out of date and have conflicts, so I took the main implementation from both and included them in this new PR. I'm happy to close and improve old PRs, but it would just be more work at this point.

Hopefully this can finally get some traction and get in since our kafka exporter pods are having a lot of trouble with some canary/health check consumer groups that don't need to be reported.

danielqsj commented 1 year ago

@bluesliverx thanks, pls fix the typo

danielqsj commented 1 year ago

LGTM