Versions in this module Expand all Collapse all v0 v0.0.1 Sep 11, 2018 Changes in this version + const DefaultAgentHost + const DefaultAgentPort + const Version + type Exporter struct + func NewExporter(opts ...ExporterOption) (*Exporter, error) + func NewUnstartedExporter(opts ...ExporterOption) (*Exporter, error) + func (ae *Exporter) ExportSpan(sd *trace.SpanData) + func (ae *Exporter) Flush() + func (ae *Exporter) Start() error + func (ae *Exporter) Stop() error + type ExporterOption interface + func WithAddress(addr string) ExporterOption + func WithInsecure() ExporterOption + func WithPort(port uint16) ExporterOption + func WithServiceName(serviceName string) ExporterOption