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

Extended span compression support to spans without service target #944

Merged
merged 54 commits into from
May 9, 2023

Commits on Apr 28, 2023

  1. Reverted references of ELASTIC_APM_EMPTY_STRING_VIEW back to makeEmpt…

    …yStringView()
    
    since ELASTIC_APM_EMPTY_STRING_VIEW is added in a later PR
    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4fc9729 View commit details
    Browse the repository at this point in the history
  2. Fixed incorrect merge

    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    be3be81 View commit details
    Browse the repository at this point in the history
  3. Reverted references of ELASTIC_APM_EMPTY_STRING_VIEW back to makeEmpt…

    …yStringView()
    
    since ELASTIC_APM_EMPTY_STRING_VIEW is added in a later PR
    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0f8350f View commit details
    Browse the repository at this point in the history
  4. Fixed incorrect merge

    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f40bff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f13a52f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70e3a1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9ff2be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46931a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b7b9ce View commit details
    Browse the repository at this point in the history
  10. Added implementation

    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4681ba1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a54bc48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4ee6ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b378b5b View commit details
    Browse the repository at this point in the history
  14. Added Span Compression related options to tests/ElasticApmTests/Compo…

    …nentTests/ConfigSettingTest.php
    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    dbc4ba8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b2ed672 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    adc6d2a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0da8ae6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d1248b4 View commit details
    Browse the repository at this point in the history
  19. StackTraceComponentTest: Disable Span Compression feature to have all…

    … the expected spans individually
    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0559f93 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c01f10e View commit details
    Browse the repository at this point in the history
  21. InferredSpansBuilderTest: Disable Span Compression feature to have al…

    …l the expected spans individually
    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8ecb3b9 View commit details
    Browse the repository at this point in the history
  22. StackTraceUnitTest: Disable Span Compression feature to have all the …

    …expected spans individually
    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e2fc5b4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1d3fc3f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4f893d7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0c86cca View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9b6001a View commit details
    Browse the repository at this point in the history
  27. Removed unused imports

    SergeyKleyman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1b448e7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    efc65a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d04fa3 View commit details
    Browse the repository at this point in the history
  3. Clarified docs

    SergeyKleyman committed May 4, 2023
    Configuration menu
    Copy the full SHA
    ba5513f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8297d63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b62526 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54305a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    813872f View commit details
    Browse the repository at this point in the history
  8. Fixed formatting

    SergeyKleyman committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0dac410 View commit details
    Browse the repository at this point in the history
  9. Fixed formatting

    SergeyKleyman committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3cc6490 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b8e727 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ae000c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    668257d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86747ad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c588fda View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0b87d3a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ad47fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    301733a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8306802 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3d20308 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Fixed unit tests

    SergeyKleyman committed May 6, 2023
    Configuration menu
    Copy the full SHA
    e37129a View commit details
    Browse the repository at this point in the history
  2. Added diagnostics

    SergeyKleyman committed May 6, 2023
    Configuration menu
    Copy the full SHA
    0f52527 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    2499378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fddfba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe54be3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    354fb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d51e571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df6158 View commit details
    Browse the repository at this point in the history