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

Reject infinite performance data values #10077

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 10, 2024

  1. Reject infinite performance data values

    Some fault monitoring plugins may return "inf" or "-inf" as
    values due to a failure to initialize or other errors.
    
    This patch introduces a check on whether the parse value is infinite
    (or negative infinite) and rejects the data point if that is the case.
    
    The reasoning here is: There is no possible way a value of "inf" is ever
    a true measuring or even useful. Furthermore, when passed to the
    performance data writers, it may be rejected by the backend and lead
    to further complications.
    RincewindsHat committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b8c6899 View commit details
    Browse the repository at this point in the history