Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PushdownMarker = labels.Label{Name: "__thanos_pushed_down", Value: "true"}
PushdownMarker is a label that gets attached on pushed down series so that the receiver would be able to handle them in potentially special way.
Functions ¶
func NewBoundedSeriesIterator ¶
func NewBoundedSeriesIterator(it chunkenc.Iterator, mint, maxt int64) *boundedSeriesIterator
func NewChunkSeriesMerger ¶ added in v0.22.0
func NewChunkSeriesMerger() storage.VerticalChunkSeriesMergeFunc
NewChunkSeriesMerger merges several chunk series into one. Deduplication is based on penalty based deduplication algorithm without handling counter reset.
func NewSeriesSet ¶
func NewSeriesSet(set storage.SeriesSet, replicaLabels map[string]struct{}, f string, pushdownEnabled bool) storage.SeriesSet
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.