| Package | Description |
|---|---|
| brave | |
| brave.propagation |
| Modifier and Type | Method | Description |
|---|---|---|
Propagation<String> |
Tracing.propagation() |
When a trace leaves the process, it needs to be propagated, usually via headers.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
B3Propagation<K> |
Implements B3 Propagation
|
class |
ExtraFieldPropagation<K> |
Allows you to propagate predefined request-scoped fields, usually but not always HTTP headers.
|
| Modifier and Type | Field | Description |
|---|---|---|
static Propagation<String> |
Propagation.B3_STRING |
| Modifier and Type | Method | Description |
|---|---|---|
abstract <K> Propagation<K> |
Propagation.Factory.create(Propagation.KeyFactory<K> keyFactory) |
Copyright © 2017 OpenZipkin. All rights reserved.