| Class | Description |
|---|---|
| ConstantDataset |
A special
SeriesDataset for Series for only same value was observed so far. |
| EmptyDataset |
The
EmptyDataset is the starting point for any of the other SeriesDataset implementations. |
| PartialDataset |
Keeps point data for a fixed window size.
|
| Series |
An immutable structured representation of a data series key parsed into its
Series.tags and Series.metric name. |
| SeriesDataset |
A
SeriesDataset contains data observed so far for a particular Series. |
| StableDataset |
A
StableDataset is a dataset of a Series that was a PartialDataset before it became stable
for such a long duration that it moved to a StableDataset. |
Copyright © 2019. All rights reserved.