Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(normalization): Remove stale spans from transactions #2627

Merged
merged 8 commits into from
Oct 20, 2023

Commits on Oct 18, 2023

  1. feat(normalization): Remove stale spans from transactions

    There are some cases where spans with stale timestamps reach Relay.
    Relay doesn't perform full normalization on these and forwards them,
    causing issues in later parts of the pipeline. This PR extends the
    `TimestampProcessor` to remove stale spans from events.
    iker-barriocanal committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fe41115 View commit details
    Browse the repository at this point in the history
  2. Update changelogs

    iker-barriocanal committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7e45695 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    d952624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c95ce0 View commit details
    Browse the repository at this point in the history
  3. review feedback

    iker-barriocanal committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    91b7ffd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4eca066 View commit details
    Browse the repository at this point in the history
  5. remove extra line

    iker-barriocanal committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0434344 View commit details
    Browse the repository at this point in the history
  6. update snapshots

    iker-barriocanal committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9d70f3b View commit details
    Browse the repository at this point in the history