Skip to content

Commit

Permalink
Merge pull request #49 from permutive-engineering/fix/exemplar-sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
janstenpickle authored Sep 6, 2023
2 parents b19798f + 5595cad commit bdbe1ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ object Trace4CatsExemplarSampler extends Trace4CatsExemplarSamplerInstances {
.filter(
_.timestamp.toEpochMilli - prev.timestamp.toEpochMilli > minRetentionIntervalMs
)
.orElse(previous)
case None => next
}
}
Expand Down

0 comments on commit bdbe1ed

Please sign in to comment.