points

package
v0.0.0-...-b44098c Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultPointForwarder

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

type DefaultPointHandler

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

type DefaultPointListener

type DefaultPointListener struct {
	Port    int
	Builder decoder.DecoderBuilder
	// contains filtered or unexported fields
}

func (*DefaultPointListener) Start

func (l *DefaultPointListener) Start(numForwarders, flushInterval, bufferSize, maxFlushSize int,
	format, workUnitId string, service api.WavefrontAPI)

func (*DefaultPointListener) Stop

func (l *DefaultPointListener) Stop()

type DefaultPointQueue

type DefaultPointQueue struct{}

type PointForwarder

type PointForwarder interface {
	// contains filtered or unexported methods
}

Interface that forwards points to a Wavefront instance.

type PointHandler

type PointHandler interface {
	// contains filtered or unexported methods
}

Interface that handles the reporting of points.

type PointListener

type PointListener interface {
	Start(numForwarders, flushInterval, bufferSize, maxFlushSize int, format, workUnitId string, service api.WavefrontAPI)
	Stop()
}

Interface that handles listening for points.

type PointQueue

type PointQueue interface {
	// contains filtered or unexported methods
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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