Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupErrorHandler ¶
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func NewProvider(opts ...ProviderOption) (*Provider, error)
func NoopProvider ¶
func NoopProvider() *Provider
type ProviderOption ¶
type ProviderOption func(options *providerOptions) error
func ProviderWithJaegerExporter ¶
func ProviderWithJaegerExporter(endpoint string) ProviderOption
func ProviderWithLogExporter ¶
func ProviderWithLogExporter(pretty bool) ProviderOption
func ProviderWithOTLPExporter ¶ added in v0.3.0
func ProviderWithOTLPExporter(endpoint string) ProviderOption
Click to show internal directories.
Click to hide internal directories.