Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlushManager ¶
type FlushManager interface { Start() Stop() }
FlushManager deals with data push
func NewFlushManager ¶
func NewFlushManager(processors []metrics.Processor, sink sinks.Sink, flushInterval time.Duration) (FlushManager, error)
NewFlushManager crates a new PushManager
Click to show internal directories.
Click to hide internal directories.