public class StackdriverHttpServerParser
extends HttpServerParser
HttpServerParser that fills information for Stackdriver Trace.
Based on org.springframework.cloud.sleuth.instrument.web.SleuthHttpServerParser.
| Constructor and Description |
|---|
StackdriverHttpServerParser() |
| 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.