Versions in this module Expand all Collapse all v0 v0.0.1 Jun 17, 2020 Changes in this version + func Initialize(config *Config) (func(), error) + type Config struct + GCPCloudTraceProjectID string + JaegerEndpoint string + Logger logr.Logger + UseGCPCloudTrace bool + UseJaeger bool + UseStdout bool + type Span interface + End func() + func NewSpan(ctx context.Context, name string) (context.Context, Span)