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

Avoid frequent logging of invalid-values (Inf, NaN, Negatives) #272

Merged
merged 7 commits into from
Sep 7, 2022

Conversation

jmacd
Copy link
Member

@jmacd jmacd commented Sep 2, 2022

Description: These three error conditions, when they occur, are likely to be frequent. By using doevery, we avoid repetitive logging of these conditions.

Link to tracking Issue:
Fixes #271.

Testing: Modify existing tests.

@jmacd jmacd merged commit 0615899 into main Sep 7, 2022
@jmacd jmacd deleted the jmacd/limited_logs branch September 7, 2022 14:35
@jmacd jmacd mentioned this pull request Sep 12, 2022
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.

Avoid excessive, frequent, repetitive logging of metrics value-range errors
2 participants