Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TSProfiler ¶
type TSProfiler interface {
// Put allows applications to provide a new TSData input to the profiler
Put(data models.TSInput)
// Get generates an returns a profile based on previously put data
Get() models.TSProfile
GetCurrentStats() map[string]models.TSStats
GetCurrentState() []models.TSState
GetCurrentPhase() int
GetCurrentPeriodPath() []int
// Terminate stops and removes the profiler
Terminate()
}
TSProfiler defines the profilers interface to transfer time series data into a statistical profile
Click to show internal directories.
Click to hide internal directories.