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