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

Method At

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

At returns full series. Returned series should be iterable even after Next is called.

()

Source from the content-addressed store, hash-verified

533 Next() bool
534 // At returns full series. Returned series should be iterable even after Next is called.
535 At() Series
536 // Err returns the error that iteration has failed with.
537 // When an error occurs, set cannot continue to iterate.
538 Err() error

Callers 15

seriesMethod · 0.95
TestListSeriesIteratorFunction · 0.65
TestMockSeriesFunction · 0.65
TestMockSeriesWithSTFunction · 0.65
NextMethod · 0.65
AtMethod · 0.65
NextMethod · 0.65
AtMethod · 0.65
LessMethod · 0.65
AtMethod · 0.65

Implementers 15

mockSeriesSettsdb/querier_test.go
mockChunkSeriesSettsdb/querier_test.go
emptySearchResultSetstorage/interface.go
errSearchResultSetstorage/interface.go
testSeriesSetstorage/interface.go
errSeriesSetstorage/interface.go
errChunkSeriesSetstorage/interface.go
noopSeriesSetstorage/noop.go
noopChunkedSeriesSetstorage/noop.go
genericMergeSeriesSetstorage/merge.go
mockSeriesSetstorage/merge_test.go
mockChunkSeriesSetstorage/merge_test.go

Calls

no outgoing calls