Versions in this module Expand all Collapse all v0 v0.5.1 Jul 4, 2017 v0.5.0 Jul 1, 2017 Changes in this version + type Builder struct + CollectorHostPorts []string + CollectorServiceName string + DiscoveryMinPeers int + func NewBuilder() *Builder + func (b *Builder) CreateReporter(mFactory metrics.Factory, logger *zap.Logger) (*Reporter, error) + func (b *Builder) WithChannel(c *tchannel.Channel) *Builder + func (b *Builder) WithCollectorServiceName(s string) *Builder + func (b *Builder) WithDiscoverer(d discovery.Discoverer) *Builder + func (b *Builder) WithDiscoveryNotifier(n discovery.Notifier) *Builder + type Reporter struct + func New(collectorServiceName string, channel *tchannel.Channel, ...) *Reporter + func (r *Reporter) Channel() *tchannel.Channel + func (r *Reporter) EmitBatch(batch *jaeger.Batch) error + func (r *Reporter) EmitZipkinBatch(spans []*zipkincore.Span) error