| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpRuleSampler |
Assigns sample rates to http routes.
|
| Modifier and Type | Field | Description |
|---|---|---|
static HttpSampler |
HttpSampler.NEVER_SAMPLE |
Returns false to never start new traces for http requests.
|
static HttpSampler |
HttpSampler.TRACE_ID |
Ignores the request and uses the
trace ID instead. |
| Modifier and Type | Method | Description |
|---|---|---|
HttpSampler |
HttpRuleSampler.Builder.build() |
|
abstract HttpSampler |
HttpTracing.clientSampler() |
Returns an overriding sampling decision for a new trace.
|
abstract HttpSampler |
HttpTracing.serverSampler() |
Returns an overriding sampling decision for a new trace.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract HttpTracing.Builder |
HttpTracing.Builder.clientSampler(HttpSampler clientSampler) |
|
abstract HttpTracing.Builder |
HttpTracing.Builder.serverSampler(HttpSampler serverSampler) |
Copyright © 2018 OpenZipkin. All rights reserved.