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

[7.x](backport #28280) [libbeat] Deprecate common.Float #28309

Merged
merged 2 commits into from
Oct 13, 2021

Commits on Oct 7, 2021

  1. Deprecate common.Float (#28280)

    Deprecate common.Float and stop using it during event normalization within the publishing pipeline.
    common.Float has not been used for its original purpose since ~2017 when marshaling to JSON was
    handled by go-structform.
    
    This will fix processors that did not previously handle common.Float in type assertions.
    
    Fixes #28279
    
    (cherry picked from commit b891ce2)
    andrewkroh authored and mergify-bot committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    79ae581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c8111 View commit details
    Browse the repository at this point in the history