Documentation ¶
Index ¶
- func NewLazyQuerier(next storage.Querier) storage.Querier
- type LazyQuerier
- func (l LazyQuerier) Close() error
- func (l LazyQuerier) LabelNames(ctx context.Context, hints *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
- func (l LazyQuerier) LabelValues(ctx context.Context, name string, hints *storage.LabelHints, ...) ([]string, annotations.Annotations, error)
- func (l LazyQuerier) Select(ctx context.Context, selectSorted bool, params *storage.SelectHints, ...) storage.SeriesSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LazyQuerier ¶
type LazyQuerier struct {
// contains filtered or unexported fields
}
LazyQuerier is a lazy-loaded adapter for a storage.Querier
func (LazyQuerier) LabelNames ¶
func (l LazyQuerier) LabelNames(ctx context.Context, hints *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
LabelNames implements Storage.Querier
func (LazyQuerier) LabelValues ¶
func (l LazyQuerier) LabelValues(ctx context.Context, name string, hints *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
LabelValues implements Storage.Querier
Click to show internal directories.
Click to hide internal directories.