Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaggageHandler ¶
type BaggageHandler interface { // New returns a fresh BaggageFields implementation primed for usage in a // request lifecycle. // This method needs to be called by incoming transport middlewares. See // middlewares/grpc/server.go and middlewares/http/server.go New() model.BaggageFields }
BaggageHandler holds the interface for server and client middlewares interacting with baggage context propagation implementations. A reference implementation can be found in package: github.com/Yangfisher1/zipkin-go/propagation/baggage
Directories ¶
Path | Synopsis |
---|---|
Package grpc contains several gRPC handlers which can be used for instrumenting calls with Zipkin.
|
Package grpc contains several gRPC handlers which can be used for instrumenting calls with Zipkin. |
Package http contains several http middlewares which can be used for instrumenting calls with Zipkin.
|
Package http contains several http middlewares which can be used for instrumenting calls with Zipkin. |
Click to show internal directories.
Click to hide internal directories.