MCPcopy
hub / github.com/prometheus/prometheus / Warnings

Method Warnings

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

Warnings returns a collection of warnings for the whole set. Warnings could be return even iteration has not failed with error.

()

Source from the content-addressed store, hash-verified

539 // Warnings returns a collection of warnings for the whole set.
540 // Warnings could be return even iteration has not failed with error.
541 Warnings() annotations.Annotations
542}
543
544var emptySeriesSet = errSeriesSet{}

Callers 15

dumpTSDBDataFunction · 0.95
seriesMethod · 0.95
testBlockQuerierFunction · 0.65
BenchmarkQuerySeekFunction · 0.65
BenchmarkSetMatcherFunction · 0.65
benchQueryFunction · 0.65
queryHelperFunction · 0.65
queryChunksFunction · 0.65
TestDeleteSimpleFunction · 0.65
TestDB_SnapshotFunction · 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

Tested by 15

testBlockQuerierFunction · 0.52
BenchmarkQuerySeekFunction · 0.52
BenchmarkSetMatcherFunction · 0.52
benchQueryFunction · 0.52
queryHelperFunction · 0.52
queryChunksFunction · 0.52
TestDeleteSimpleFunction · 0.52
TestDB_SnapshotFunction · 0.52
TestDB_e2eFunction · 0.52
TestTombstoneCleanFunction · 0.52