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

[bugfix] Deduplicate spans based upon their hashcode #6009

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Sep 23, 2024

  1. clarify name of SpanIDDeduper

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    88ecb83 View commit details
    Browse the repository at this point in the history
  2. rename zipkin-specific method as well

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d5bdf14 View commit details
    Browse the repository at this point in the history
  3. fix comment

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fdc22ca View commit details
    Browse the repository at this point in the history
  4. add DedupeSpansByID

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e5dc418 View commit details
    Browse the repository at this point in the history
  5. add comment and test DedupeBySpanID

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ae4c914 View commit details
    Browse the repository at this point in the history
  6. add DedupeBySpanID to default adjusters

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    18a9bab View commit details
    Browse the repository at this point in the history
  7. tweak zipkin adjuster name & move to new file

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e847055 View commit details
    Browse the repository at this point in the history
  8. fix up span id dedupe testing

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5ee481b View commit details
    Browse the repository at this point in the history
  9. More testing

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ec81a10 View commit details
    Browse the repository at this point in the history
  10. fix flaky tests

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    22cccca View commit details
    Browse the repository at this point in the history
  11. rename

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    97eb7b5 View commit details
    Browse the repository at this point in the history
  12. group and dedupe by hashcode

    Signed-off-by: Chris Danis <[email protected]>
    cdanis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3aeb4e5 View commit details
    Browse the repository at this point in the history