Skip to content

Commit

Permalink
add DedupeBySpanID to default adjusters
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Danis <cdanis@wikimedia.org>
  • Loading branch information
cdanis committed Sep 23, 2024
1 parent eb97eb1 commit d92fa27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/query/app/querysvc/adjusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
func StandardAdjusters(maxClockSkewAdjust time.Duration) []adjuster.Adjuster {
return []adjuster.Adjuster{
adjuster.ZipkinSpanIDRenamer(),
adjuster.DedupeBySpanID(),
adjuster.ClockSkew(maxClockSkewAdjust),
adjuster.IPTagAdjuster(),
adjuster.OTelTagAdjuster(),
Expand Down

0 comments on commit d92fa27

Please sign in to comment.