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

Potential performance improvements in KafkaPrometheusMetricsReporter #9

Closed
mimaison opened this issue Feb 5, 2024 · 1 comment
Closed
Assignees

Comments

@mimaison
Copy link
Contributor

mimaison commented Feb 5, 2024

We could apply the filtering when adding/removing metrics in KafkaPrometheusMetricsReporter instead of doing it in KafkaMetricsCollector.collect() which runs when the /metrics endpoint is hit so it's on the hot path.

@mimaison
Copy link
Contributor Author

Done in #38

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

No branches or pull requests

2 participants