builder

package
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// CollectorDefaultHealthCheckHTTPPort is the default HTTP Port for health check
	CollectorDefaultHealthCheckHTTPPort = 14269
)

Variables

This section is empty.

Functions

func AddFlags added in v0.6.0

func AddFlags(flags *flag.FlagSet)

AddFlags adds flags for CollectorOptions

Types

type CollectorOptions added in v0.6.0

type CollectorOptions struct {
	// QueueSize is the size of collector's queue
	QueueSize int
	// NumWorkers is the number of internal workers in a collector
	NumWorkers int
	// CollectorPort is the port that the collector service listens in on for tchannel requests
	CollectorPort int
	// CollectorHTTPPort is the port that the collector service listens in on for http requests
	CollectorHTTPPort int
	// CollectorGRPCPort is the port that the collector service listens in on for gRPC requests
	CollectorGRPCPort int
	// CollectorZipkinHTTPPort is the port that the Zipkin collector service listens in on for http requests
	CollectorZipkinHTTPPort int
}

CollectorOptions holds configuration for collector

func (*CollectorOptions) InitFromViper added in v0.6.0

func (cOpts *CollectorOptions) InitFromViper(v *viper.Viper) *CollectorOptions

InitFromViper initializes CollectorOptions with properties from viper

type SpanHandlerBuilder

type SpanHandlerBuilder struct {
	// contains filtered or unexported fields
}

SpanHandlerBuilder holds configuration required for handlers

func NewSpanHandlerBuilder

func NewSpanHandlerBuilder(cOpts *CollectorOptions, spanWriter spanstore.Writer, opts ...basicB.Option) (*SpanHandlerBuilder, error)

NewSpanHandlerBuilder returns new SpanHandlerBuilder with configured span storage.

func (*SpanHandlerBuilder) BuildHandlers

BuildHandlers builds span handlers (Zipkin, Jaeger)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL