Versions in this module Expand all Collapse all v0 v0.2.1 Jul 28, 2020 v0.2.0 May 16, 2019 Changes in this version + func EmitZipkinBatch(spans []*zipkincore.Span) (err error) v0.1.0 Apr 25, 2019 Changes in this version + type Exporter struct + func NewExporter(o Options) (*Exporter, error) + func (e *Exporter) ExportSpan(data *trace.SpanData) + func (e *Exporter) Flush() + type Options struct + AgentEndpoint string + BufferMaxCount int + CollectorEndpoint string + Endpoint string + OnError func(err error) + Password string + Process Process + ServiceName string + Username string + type Process struct + ServiceName string + Tags []Tag + type Tag struct + func BoolTag(key string, value bool) Tag + func Int64Tag(key string, value int64) Tag + func StringTag(key string, value string) Tag