Versions in this module Expand all Collapse all v0 v0.4.1 Aug 31, 2021 Changes in this version + type LoggingTracer struct + func NewLoggingTracer(logger logr.Logger) *LoggingTracer + func (l LoggingTracer) StartSpan(operationName string) Span + type NopTracer struct + func (n NopTracer) StartSpan(operationName string) Span + type Span interface + Finish func() + SetBaggageItem func(key string, value interface{}) + type Tracer interface + StartSpan func(operationName string) Span