public class StackdriverHttpClientParser
extends HttpClientParser
HttpClientParser
that fills information for Stackdriver Trace.
Based on org.springframework.cloud.sleuth.instrument.web.SleuthHttpClientParser
.
Constructor and Description |
---|
StackdriverHttpClientParser() |
Modifier and Type | Method and Description |
---|---|
<Req> void |
request(<any> adapter,
Req req,
SpanCustomizer customizer) |
<Resp> void |
response(<any> adapter,
Resp res,
Throwable error,
SpanCustomizer customizer) |
protected <Req> String |
spanName(<any> adapter,
Req req) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.