Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChunkMergeIterator ¶
NewChunkMergeIterator returns a storage.SeriesIterator that merges Cortex chunks together.
func NewGenericChunkMergeIterator ¶
func NewGenericChunkMergeIterator(chunks []GenericChunk) chunkenc.Iterator
NewGenericChunkMergeIterator returns a storage.SeriesIterator that merges generic chunks together.
Types ¶
type GenericChunk ¶
GenericChunk is a generic chunk used by the batch iterator, in order to make the batch iterator general purpose.
func NewGenericChunk ¶
Click to show internal directories.
Click to hide internal directories.