Versions in this module Expand all Collapse all v0 v0.5.1 Dec 5, 2023 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(bool) Option + func WithAppName(string) Option + func WithDefaultProfileURLBuilder(_, _ string) Option + func WithProfileBaselineLabels(map[string]string) Option + func WithProfileBaselineURL(bool) Option + func WithProfileURL(bool) Option + func WithProfileURLBuilder(func(_ string) string) Option + func WithPyroscopeURL(string) Option + func WithRootSpanOnly(bool) Option