Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2025 Changes in this version + func HttpMiddleware(tp trace.TracerProvider, next http.Handler) http.Handler + func NewTracerProvider(ctx context.Context, conf Config, version string) (func(ctx context.Context) error, trace.TracerProvider, error) + func StreamInterceptor() grpc.StreamServerInterceptor + func UnaryInterceptor() grpc.UnaryServerInterceptor + type Config struct + Enabled bool + Endpoint string + Insecure bool