# Functions
MatrixToSeriesSet creates a storage.SeriesSet from a model.Matrix Series will be sorted by labels if sortSeries is set.
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 chunkenc.Iterator.
NewConcreteSeriesSet instantiates an in-memory series set from a series Series will be sorted by labels if sortSeries is set.
# Structs
ConcreteSeries implements storage.Series.
ConcreteSeriesSet implements storage.SeriesSet.