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 issue in span serialization when using APM Server < 7.16 #1510

Merged
merged 3 commits into from
Mar 30, 2022

Commits on Mar 30, 2022

  1. fix issue in span serialization when using APM Server < 7.16

    the issue wasn't originally caught in testing because we hardcode
    the server_version to a certain value (currently 8.0.0), and this
    bug was in a branch that only is hit with a server version lower
    than 7.16
    
    fixes elastic#1509
    beniwohli committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    6d75928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea2b55 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG

    basepi committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3c0cb4d View commit details
    Browse the repository at this point in the history