Versions in this module Expand all Collapse all v1 v1.9.0 Jan 21, 2019 Changes in this version + func AddFlags(flags *flag.FlagSet) + type Options struct + CollectorHostPort []string + func (o *Options) InitFromViper(v *viper.Viper) *Options + type ProxyBuilder struct + func NewCollectorProxy(o *Options, mFactory metrics.Factory, logger *zap.Logger) (*ProxyBuilder, error) + func (b ProxyBuilder) Close() error + func (b ProxyBuilder) GetManager() configmanager.ClientConfigManager + func (b ProxyBuilder) GetReporter() aReporter.Reporter + type Reporter struct + func NewReporter(conn *grpc.ClientConn, logger *zap.Logger) *Reporter + func (r *Reporter) EmitBatch(b *thrift.Batch) error + func (r *Reporter) EmitZipkinBatch(zSpans []*zipkincore.Span) error