| Modifier and Type | Class and Description |
|---|---|
static class |
Sampler.ProbabilisticSampler
Accepts a percentage of trace ids by comparing their absolute value against a boundary.
|
| Modifier and Type | Method and Description |
|---|---|
static Sampler |
Sampler.create(float rate)
Returns a sampler, given a rate expressed as a percentage.
|
Copyright © 2015–2016 OpenZipkin. All rights reserved.