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

Fix guard of measured value to not record empty #4452

Merged
merged 2 commits into from
Aug 18, 2023

Commits on Aug 16, 2023

  1. Fix guard of measured value to not record empty

    A guard was added in open-telemetry#4446 to prevent non-normal float64 from being
    recorded. This was added in the low-level `record` method meaning that
    the higher-level `measure` method will still keep a record of the
    invalid value measurement, just with a zero-value.
    
    This fixes that issue by moving the guard to the `measure` method.
    MrAlias committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a53995c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    db94497 View commit details
    Browse the repository at this point in the history