| Modifier and Type | Method and Description |
|---|---|
static BraveTracer.Builder |
BraveTracer.newBuilder(brave.Tracing brave4)
Returns a
BraveTracer.Builder configured with the provided Brave Tracing provided Brave
Tracing component and uses an instance of BraveScopeManager for its ScopeManager. |
BraveTracer.Builder |
BraveTracer.Builder.textMapPropagation(io.opentracing.propagation.Format<io.opentracing.propagation.TextMap> format,
brave.propagation.Propagation<String> propagation)
By default,
Format.Builtin#HTTP_HEADERS and Format.Builtin#TEXT_MAP use the
propagation mechanism supplied by Tracing.propagation(), which defaults to B3 Propagation. |
Copyright © 2016–2018 OpenZipkin. All rights reserved.