Skip to content

Commit

Permalink
renamed the sampler class name
Browse files Browse the repository at this point in the history
  • Loading branch information
kes2464 committed Aug 18, 2023
1 parent aa65838 commit ac25894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSamplerProvider;
import io.opentelemetry.sdk.trace.samplers.Sampler;

public final class ConsistentParentBasedProbabilitySamplerProvider
public final class ParentBasedConsistentProbabilitySamplerProvider
implements ConfigurableSamplerProvider {

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
io.opentelemetry.contrib.sampler.consistent.ConsistentParentBasedProbabilitySamplerProvider
io.opentelemetry.contrib.sampler.consistent.ParentBasedConsistentProbabilitySamplerProvider

0 comments on commit ac25894

Please sign in to comment.