# Functions
MatrixToSeriesSet creates a storage.SeriesSet from a model.Matrix Series will be sorted by labels.
MetricsToSeriesSet creates a storage.SeriesSet from a []metric.Metric.
NewConcreteSeries instantiates an in memory series from a list of samples & labels.
NewConcreteSeriesIterator instaniates an in memory storage.SeriesIterator.
NewConcreteSeriesSet instantiates an in-memory series set from a series Series will be sorted by labels.
NewErrIterator instantiates an errIterator.
# Structs
ConcreteSeries implements storage.Series.
ConcreteSeriesSet implements storage.SeriesSet.