Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Series ¶
type Series struct {
// contains filtered or unexported fields
}
Series contains logic of accumulating time series data.
func NewSeries ¶
NewSeries creates time series aggregation with d window size and granularity rate n.
The higher the granulatiry, the more accurate and smooth results will be provided by series.
Click to show internal directories.
Click to hide internal directories.