MCPcopy
hub / github.com/prometheus/prometheus / At

Method At

tsdb/chunks/chunks.go:240–240  ·  view source on GitHub ↗

At returns the current meta. It depends on the implementation whether the chunk is populated or not.

()

Source from the content-addressed store, hash-verified

238 // At returns the current meta.
239 // It depends on the implementation whether the chunk is populated or not.
240 At() Meta
241 // Next advances the iterator by one.
242 Next() bool
243 // Err returns optional error if Next is false.

Callers 15

benchQueryFunction · 0.95
CreateBlockFunction · 0.95
queryChunksFunction · 0.95
TestDB_SnapshotFunction · 0.95
TestSizeRetentionFunction · 0.95
expandSeriesSetFunction · 0.95
TestDBReadOnly_FlushWALFunction · 0.95
TestCompactHeadFunction · 0.95
createHeadFunction · 0.95

Implementers 15

DeletedIteratortsdb/querier.go
mockSampleIteratortsdb/querier_test.go
mockSeriesIteratortsdb/chunkenc/chunk.go
nopIteratortsdb/chunkenc/chunk.go
xor2Iteratortsdb/chunkenc/xor2.go
histogramIteratortsdb/chunkenc/histogram.go
xorIteratortsdb/chunkenc/xor.go
floatHistogramIteratortsdb/chunkenc/float_histogram.go
chainSampleIteratorstorage/merge.go
mockSeriesIteratorstorage/buffer_test.go
fakeSeriesIteratorstorage/buffer_test.go

Calls

no outgoing calls

Tested by 15

benchQueryFunction · 0.76
queryChunksFunction · 0.76
TestDB_SnapshotFunction · 0.76
TestSizeRetentionFunction · 0.76
expandSeriesSetFunction · 0.76
TestDBReadOnly_FlushWALFunction · 0.76
TestCompactHeadFunction · 0.76
createHeadFunction · 0.76
createHeadWithOOOSamplesFunction · 0.76