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

AWS Payload Tagging #7312

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

AWS Payload Tagging #7312

wants to merge 22 commits into from

Commits on Sep 27, 2024

  1. AWS Payload observability PoC

    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5e19b41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff8cdc7 View commit details
    Browse the repository at this point in the history
  3. Pass tagPrefix as a param

    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c74f6df View commit details
    Browse the repository at this point in the history
  4. Fix code quality violations

    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    87e8ced View commit details
    Browse the repository at this point in the history
  5. Exclude jsonpath's transitive dependency to avoid conflicts with the …

    …slf4j-api dependency in the agent
    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    61840ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60bb6d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cea1c4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a0a8a6 View commit details
    Browse the repository at this point in the history
  9. Introduce TRACE_CLOUD_REQUEST_PAYLOAD_TAGGING & TRACE_CLOUD_RESPONSE_…

    …PAYLOAD_TAGGING config settings
    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1301ada View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cb69c6 View commit details
    Browse the repository at this point in the history
  11. Replace Json Tag Extraction implementation. Migrate from jayway.jsonp…

    …ath to jsurfer-core
    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8acaf53 View commit details
    Browse the repository at this point in the history
  12. Completely rewrite Json payload tag extraction.

    Remove all extra dependencies for JsonPath logic.
    Avoid Json materialization, traverse using event-based Moshi JsonReader.
    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    75a38b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6d4f0d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb2b5be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ec0515 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    76d9187 View commit details
    Browse the repository at this point in the history
  17. More renaming

    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7e413d8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    84b04e2 View commit details
    Browse the repository at this point in the history
  19. Introduce config settings TRACE_CLOUD_PAYLOAD_TAGGING_MAX_DEPTH and T…

    …RACE_CLOUD_PAYLOAD_TAGGING_MAX_TAGS
    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bf8460a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d5c7a2c View commit details
    Browse the repository at this point in the history
  21. More clean up

    ygree committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8f59128 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a13e2f6 View commit details
    Browse the repository at this point in the history