Versions in this module Expand all Collapse all v0 v0.5.0 Nov 16, 2023 v0.4.0 Jul 13, 2022 Changes in this version + func NewTracerProvider(tp trace.TracerProvider, options ...Option) trace.TracerProvider + type Config struct + AddSpanName bool + AppName string + IncludeProfileBaselineURL bool + IncludeProfileURL bool + ProfileBaselineLabels map[string]string + PyroscopeURL string + RootOnly bool + type Option func(*tracerProvider) + func WithAddSpanName(x bool) Option + func WithAppName(app string) Option + func WithDefaultProfileURLBuilder(_, _ string) Option + func WithProfileBaselineLabels(x map[string]string) Option + func WithProfileBaselineURL(x bool) Option + func WithProfileURL(x bool) Option + func WithProfileURLBuilder(b func(_ string) string) Option + func WithPyroscopeURL(addr string) Option + func WithRootSpanOnly(x bool) Option