public interface TracerAware
| Modifier and Type | Interface and Description |
|---|---|
static class |
TracerAware.TraceSampler |
| Modifier and Type | Method and Description |
|---|---|
TracerAware |
clientRequestParser(org.springframework.cloud.sleuth.http.HttpRequestParser httpRequestParser) |
org.springframework.cloud.sleuth.CurrentTraceContext |
currentTraceContext() |
org.springframework.cloud.sleuth.http.HttpClientHandler |
httpClientHandler() |
org.springframework.cloud.sleuth.http.HttpServerHandler |
httpServerHandler() |
org.springframework.cloud.sleuth.propagation.Propagator |
propagator() |
TracerAware |
sampler(TracerAware.TraceSampler sampler) |
org.springframework.cloud.sleuth.Tracer |
tracer() |
org.springframework.cloud.sleuth.Tracer tracer()
TracerAware sampler(TracerAware.TraceSampler sampler)
org.springframework.cloud.sleuth.CurrentTraceContext currentTraceContext()
org.springframework.cloud.sleuth.propagation.Propagator propagator()
org.springframework.cloud.sleuth.http.HttpServerHandler httpServerHandler()
TracerAware clientRequestParser(org.springframework.cloud.sleuth.http.HttpRequestParser httpRequestParser)
org.springframework.cloud.sleuth.http.HttpClientHandler httpClientHandler()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.