Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add topic and group exclusion parameters #379

Merged
merged 3 commits into from
May 23, 2023

Conversation

bluesliverx
Copy link
Contributor

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.

README.md Outdated
@@ -117,7 +117,9 @@ This image is configurable using different flags
| server.tls.cert-file | | The certificate file for the web server |
| server.tls.key-file | | The key file for the web server |
| topic.filter | .* | Regex that determines which topics to collect |
| topic.exclude | .* | Regex that determines which topics to exclude |
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.* -> ^$

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed!

@danielqsj
Copy link
Owner

@bluesliverx thanks, pls fix the typo

@danielqsj
Copy link
Owner

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants