Versions in this module Expand all Collapse all v0 v0.1.156 Apr 24, 2026 v0.1.155 Apr 24, 2026 Changes in this version + func GRPCDialOptions() []grpc.DialOption + func GRPCServerOptions() []grpc.ServerOption + type Option func(*config) + func WithEndpoint(endpoint string) Option + func WithInsecure() Option + func WithServiceName(name string) Option + func WithStdout() Option + type Provider struct + func Enable(opts ...Option) (*Provider, error) + func (p *Provider) NewTracer(name string) wool.Tracer + func (p *Provider) Shutdown(ctx context.Context) error