package
0.4.3
Repository: https://github.com/openzipkin/zipkin-go.git
Documentation: pkg.go.dev

# Functions

EnableBaggage can be passed to NewServerHandler to enable propagation of registered fields through the SpanContext object.
NewClientHandler returns a stats.Handler which can be used with grpc.WithStatsHandler to add tracing to a gRPC client.
NewServerHandler returns a stats.Handler which can be used with grpc.WithStatsHandler to add tracing to a gRPC server.
ServerTags adds default Tags to inject into server spans.
WithRemoteServiceName will set the value for the remote endpoint's service name on all spans.

# Type aliases

A ClientOption can be passed to NewClientHandler to customize the returned handler.
A RPCHandler can be registered using WithClientRPCHandler or WithServerRPCHandler to intercept calls to HandleRPC of a handler for additional span customization.
A ServerOption can be passed to NewServerHandler to customize the returned handler.