MCPcopy
hub / github.com/prometheus/prometheus / sampleAndChunkQueryableClient

Struct sampleAndChunkQueryableClient

storage/remote/read.go:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type sampleAndChunkQueryableClient struct {
27 client ReadClient
28 externalLabels labels.Labels
29 requiredMatchers []*labels.Matcher
30 readRecent bool
31 callback startTimeCallback
32}
33
34// NewSampleAndChunkQueryableClient returns a storage.SampleAndChunkQueryable which queries the given client to select series sets.
35func NewSampleAndChunkQueryableClient(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected