Versions in this module Expand all Collapse all v3 v3.0.1 Mar 21, 2022 v3.0.0 Mar 21, 2022 Changes in this version + func MatrixToSeriesSet(m model.Matrix) storage.SeriesSet + func MetricsToSeriesSet(ms []metric.Metric) storage.SeriesSet + func NewConcreteSeriesIterator(series *ConcreteSeries) chunkenc.Iterator + func NewConcreteSeriesSet(series []storage.Series) storage.SeriesSet + func NewDeletedSeries(series storage.Series, deletedIntervals []model.Interval) storage.Series + func NewDeletedSeriesIterator(itr chunkenc.Iterator, deletedIntervals []model.Interval) chunkenc.Iterator + func NewEmptySeries(labels labels.Labels) storage.Series + func NewEmptySeriesIterator() chunkenc.Iterator + func NewErrIterator(err error) chunkenc.Iterator + func NewSeriesSetWithWarnings(wrapped storage.SeriesSet, warnings storage.Warnings) storage.SeriesSet + type ConcreteSeries struct + func NewConcreteSeries(ls labels.Labels, samples []model.SamplePair) *ConcreteSeries + func (c *ConcreteSeries) Iterator() chunkenc.Iterator + func (c *ConcreteSeries) Labels() labels.Labels + type ConcreteSeriesSet struct + func (c *ConcreteSeriesSet) At() storage.Series + func (c *ConcreteSeriesSet) Err() error + func (c *ConcreteSeriesSet) Next() bool + func (c *ConcreteSeriesSet) Warnings() storage.Warnings + type DeletedSeries struct + func (d DeletedSeries) Iterator() chunkenc.Iterator + func (d DeletedSeries) Labels() labels.Labels + type DeletedSeriesIterator struct + func (d DeletedSeriesIterator) At() (t int64, v float64) + func (d DeletedSeriesIterator) Err() error + func (d DeletedSeriesIterator) Next() bool + func (d DeletedSeriesIterator) Seek(t int64) bool Other modules containing this package github.com/pao214/loki/v2