| 24 | ) |
| 25 | |
| 26 | type 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. |
| 35 | func NewSampleAndChunkQueryableClient( |
nothing calls this directly
no outgoing calls
no test coverage detected