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

[exporter/signalfx] reduce log level of attempts to divide by zero #12970

Merged
merged 1 commit into from
Aug 10, 2022
Merged

[exporter/signalfx] reduce log level of attempts to divide by zero #12970

merged 1 commit into from
Aug 10, 2022

Conversation

pmcollins
Copy link
Member

@pmcollins pmcollins commented Aug 4, 2022

Description: Attempts to divide by zero when executing sfx translation rules are currently logged as warnings. This has caused some users to report lots of noise in logs. However, encountering a denominator that, as a result of a calculation, computes to zero, doesn't necessarily indicate a problem. As a result, this change decreases the log level to debug for this message.

Link to tracking Issue: #12969

Testing: Testing was performed locally using simulated data.

@pmcollins pmcollins changed the title [exporter/signalfx] log attempts to divide by zero at info level [exporter/signalfx] reduce log level of attempts to divide by zero Aug 4, 2022
@pmcollins pmcollins marked this pull request as ready for review August 5, 2022 17:16
@pmcollins pmcollins requested a review from a team August 5, 2022 17:16
@pmcollins pmcollins requested a review from dmitryax as a code owner August 5, 2022 17:16
@dmitryax dmitryax merged commit 0dc13fa into open-telemetry:main Aug 10, 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.

6 participants