Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // Housekeep collects data from all the configured sources and // stores the data to all the configured sinks. Housekeep() // Export the latest data point of all metrics. ExportMetrics() ([]*sink_api.Point, error) }
Manager provides an interface to control the core of heapster. Implementations are not required to be thread safe.
func NewManager ¶
func NewManager(sources []source_api.Source, sinkManager sinks.ExternalSinkManager, res, bufferDuration time.Duration) (Manager, error)
Click to show internal directories.
Click to hide internal directories.