Versions in this module Expand all Collapse all v1 v1.0.0 May 2, 2018 Changes in this version + const TagSpanId + const TagTraceId + func ClientAddContextTags(ctx context.Context, tags opentracing.Tags) context.Context + func StreamClientInterceptor(opts ...Option) grpc.StreamClientInterceptor + func StreamServerInterceptor(opts ...Option) grpc.StreamServerInterceptor + func UnaryClientInterceptor(opts ...Option) grpc.UnaryClientInterceptor + func UnaryServerInterceptor(opts ...Option) grpc.UnaryServerInterceptor + type FilterFunc func(ctx context.Context, fullMethodName string) bool + type Option func(*options) + func WithFilterFunc(f FilterFunc) Option + func WithTracer(tracer opentracing.Tracer) Option