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

Don't emit metrics for tables not in the config file #78

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

jcjones
Copy link
Collaborator

@jcjones jcjones commented Feb 29, 2024

This fixes #67 , which causes unnecessary alerts (and silences) for tables we're not trying to keep track of.

Also:

  • Fixes a spelling typo in a comment
  • Fixes occlusion of the partitionmanager.stats.PrometheusMetrics() in do_stats which caused test weirdness
  • Adds test_stats_yaml_ignore_unconfigured_tables

This fixes #67 , which causes unnecessary alerts (and silences) for tables
we're not trying to keep track of.
@jcjones jcjones added this to the v.0.4.0 milestone Mar 1, 2024
@jcjones jcjones merged commit 65a56d7 into main Mar 1, 2024
4 checks passed
@jcjones jcjones deleted the 67-unconfigured-tables branch March 1, 2024 17:03
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.

stats shouldn't report stats about unconfigured tables
2 participants