MCPcopy
hub / github.com/prometheus/prometheus / Iterator

Method Iterator

storage/interface.go:670–670  ·  view source on GitHub ↗

Iterator returns an iterator that iterates over potentially overlapping chunks of the series, sorted by min time.

(chunks.Iterator)

Source from the content-addressed store, hash-verified

668 // Iterator returns an iterator that iterates over potentially overlapping
669 // chunks of the series, sorted by min time.
670 Iterator(chunks.Iterator) chunks.Iterator
671}

Callers 15

TestMockSeriesFunction · 0.65
TestMockSeriesWithSTFunction · 0.65
NextMethod · 0.65
NextMethod · 0.65
newChunkToSeriesDecoderFunction · 0.65
IteratorMethod · 0.65

Implementers 15

blockSeriesEntrytsdb/querier.go
chunkSeriesEntrytsdb/querier.go
mockIterabletsdb/querier_test.go
mergedOOOChunkstsdb/ooo_head_read.go
safeHeadChunktsdb/head_read.go
XOR2Chunktsdb/chunkenc/xor2.go
HistogramChunktsdb/chunkenc/histogram.go
XORChunktsdb/chunkenc/xor.go
FloatHistogramChunktsdb/chunkenc/float_histogram.go
mockSeriesstorage/interface.go
SeriesEntrystorage/series.go
ChunkSeriesEntrystorage/series.go

Calls

no outgoing calls