sources

package
v0.0.0-...-1d907cd Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntervalTimer

type IntervalTimer struct {
	*time.Timer
	// contains filtered or unexported fields
}

func NewIntervalTimer

func NewIntervalTimer(interval time.Duration) *IntervalTimer

func (*IntervalTimer) Reset

func (t *IntervalTimer) Reset() (intervalsMissed int64)

type SourceManager

type SourceManager interface {
	metrics.ProviderHandler

	StopProviders()
	GetPendingMetrics() []*metrics.Batch
	SetDefaultCollectionInterval(time.Duration)
	BuildProviders(config configuration.SourceConfig) error
	SetClient(kubernetes.Interface)
}

SourceManager ProviderHandler with metrics gathering support

func Manager

func Manager() SourceManager

Manager return the SourceManager

Directories

Path Synopsis
Package stats provides internal metrics on the health of the Wavefront collector
Package stats provides internal metrics on the health of the Wavefront collector

Jump to

Keyboard shortcuts

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