pkg/test/zipkin
dushyanthsc 41761b2c81 Adding default zipkin tracing support to SpoofClient (#273)
Existing support for Zipkin tracing pushes the
responsibility of logging zipkin traces to
individual tests. This change moves the responsibility
to SpoofClient, so that all tests get it by default.
Traces are logged only for requests that have
encountered Server errors i.e if the
http.Response.StatusCode between 500 to 599.

For SpoofingClient.Poll calls we only log trace of the
final SpoofingClient.Do made.
2019-02-25 10:40:48 -08:00
..
doc.go Adding default zipkin tracing support to SpoofClient (#273) 2019-02-25 10:40:48 -08:00
util.go Adding default zipkin tracing support to SpoofClient (#273) 2019-02-25 10:40:48 -08:00