Versions in this module Expand all Collapse all v0 v0.7.1 Aug 16, 2018 v0.5.1 May 31, 2018 Changes in this version + const TracingNamedPipeCollector + const TracingZipkinCollector + var TracerMap map[string]opentracing.Tracer + func GetTracer(caller string) opentracing.Tracer + func Init() error + func NewCollector(collectorType, target string) (zipkin.Collector, error) + func Serialize(spans []*zipkincore.Span) *bytes.Buffer + type FileCollector struct + Fd *os.File + func (f *FileCollector) Close() error + func (f *FileCollector) Collect(s *zipkincore.Span) error + type HeaderCarrier struct + Header map[string]string + func (f *HeaderCarrier) ForeachKey(handler func(key, val string) error) error + type RestClientHeaderWriter rest.Request + func (r RestClientHeaderWriter) Set(key, val string)