MCPcopy
hub / github.com/prometheus/prometheus / Querier

Method Querier

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

Querier returns a new Querier on the storage.

(mint, maxt int64)

Source from the content-addressed store, hash-verified

108type Queryable interface {
109 // Querier returns a new Querier on the storage.
110 Querier(mint, maxt int64) (Querier, error)
111}
112
113// A MockQueryable is used for testing purposes so that a mock Querier can be used.

Callers 15

TestCloseFunction · 0.65
BenchmarkHeadQuerierFunction · 0.65
TestResizeFunction · 0.65
QuerierMethod · 0.65
TestDBAppenderAddRefFunction · 0.65
TestDeleteSimpleFunction · 0.65
TestDB_SnapshotFunction · 0.65

Implementers 15

CircularExemplarStoragetsdb/exemplar.go
DBReadOnlytsdb/db.go
DBtsdb/db.go
DBtsdb/agent/db.go
MockQueryablestorage/interface.go
fanoutstorage/fanout.go
errStoragestorage/fanout_test.go
Storagestorage/remote/storage.go
sampleAndChunkQueryableClientstorage/remote/read.go
readyStoragecmd/prometheus/main.go
noopHintRecordingQueryablepromql/engine_test.go
notReadyReadStorageweb/federate_test.go

Calls

no outgoing calls

Tested by 15

TestCloseFunction · 0.52
BenchmarkHeadQuerierFunction · 0.52
TestResizeFunction · 0.52
TestDBAppenderAddRefFunction · 0.52
TestDeleteSimpleFunction · 0.52
TestDB_SnapshotFunction · 0.52