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

Apply metric filtering when adding and removing metrics instead of in the collect method #36

Conversation

OwenCorrigan76
Copy link
Contributor

Thie PR adds applying 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. It refers to the following issue: #9

@OwenCorrigan76 OwenCorrigan76 added this to the 0.1.0 milestone Aug 7, 2024
@OwenCorrigan76 OwenCorrigan76 self-assigned this Aug 7, 2024
@OwenCorrigan76 OwenCorrigan76 deleted the KafkaPrometheusMetricsReporter_performance_improvements branch August 8, 2024 15:57
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.

1 participant