Versions in this module Expand all Collapse all v0 v0.26.0 Apr 9, 2022 Changes in this version + func NewTracer(ctx context.Context, logger log.Logger, metrics *prometheus.Registry, ...) (opentracing.Tracer, io.Closer, error) + func ParseConfigFromYaml(cfg []byte) (*config.Configuration, error) + type Config struct + AgentHost string + AgentPort int + Disabled bool + Endpoint string + Gen128Bit bool + Password string + RPCMetrics bool + ReporterFlushInterval time.Duration + ReporterLogSpans bool + ReporterMaxQueueSize int + SamplerManagerHostPort string + SamplerMaxOperations int + SamplerParam float64 + SamplerRefreshInterval time.Duration + SamplerType string + ServiceName string + Tags string + User string + type Tracer struct + func (t *Tracer) GetTraceIDFromSpanContext(ctx opentracing.SpanContext) (string, bool)