Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶ added in v0.15.4
type Collector interface { Statistics() Statistics ResetStatistics() // contains filtered or unexported methods }
type CollectorOption ¶
type CollectorOption func(*remoteIngesterConfig)
func WithLogger ¶ added in v0.14.7
func WithLogger(logger *zap.Logger) CollectorOption
func WithObserver ¶ added in v0.14.8
func WithObserver(observer event.Observer) CollectorOption
func WithStartRemoteServer ¶
func WithStartRemoteServer(startRemoteServer bool) CollectorOption
func WithTraceCache ¶
func WithTraceCache(traceCache TraceCache) CollectorOption
type Statistics ¶ added in v0.15.4
type TraceCache ¶
func NewTraceCache ¶
func NewTraceCache() TraceCache
Click to show internal directories.
Click to hide internal directories.