Documentation ¶
Index ¶
- func ClientHandler(opts ...grpctrace.Option) stats.Handler
- func Extract(ctx context.Context, metadata *metadata.MD, opts ...grpctrace.Option) (baggage.Baggage, trace.SpanContext)
- func Inject(ctx context.Context, metadata *metadata.MD, opts ...grpctrace.Option)
- func ServerHandler(opts ...grpctrace.Option) stats.Handler
- func WithPropagators(p propagation.TextMapPropagator) grpctrace.Option
- func WithTracerProvider(tp trace.TracerProvider) grpctrace.Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientHandler ¶ added in v0.8.1
ClientHandler instead of {Stream,Unary}ClientInterceptor - use with grpc.WithStatsHandler
func ServerHandler ¶ added in v0.8.1
ServerHandler instead of {Stream,Unary}ServerInterceptor - use with grpc.StatsHandler
func WithPropagators ¶ added in v0.0.10
func WithPropagators(p propagation.TextMapPropagator) grpctrace.Option
func WithTracerProvider ¶ added in v0.0.10
func WithTracerProvider(tp trace.TracerProvider) grpctrace.Option
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.