Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntervalTimer ¶
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
Click to show internal directories.
Click to hide internal directories.