public class ZipkinHttpSpanExtractor extends Object implements HttpSpanExtractor
| Constructor and Description |
|---|
ZipkinHttpSpanExtractor(Pattern skipPattern) |
| Modifier and Type | Method and Description |
|---|---|
Span |
joinTrace(SpanTextMap textMap)
Returns a SpanBuilder provided a “carrier” object from which to extract identifying
information needed by the new Span instance.
|
public ZipkinHttpSpanExtractor(Pattern skipPattern)
public Span joinTrace(SpanTextMap textMap)
SpanExtractorjoinTrace in interface SpanExtractor<SpanTextMap>Copyright © 2017 Pivotal Software, Inc.. All rights reserved.