Versions in this module Expand all Collapse all v0 v0.0.2 Nov 4, 2024 v0.0.1 Nov 4, 2024 Changes in this version + var ColumnLabels rb.Type[labels.Labels] = &typeColumnLabels + func NewHashSelector(values iter.Seq[string]) *hashSelector + func Run(ctx context.Context, config *config.Config) error + type Querier struct + func (q *Querier) Close() error + func (q *Querier) LabelNames(ctx context.Context, hints *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error) + func (q *Querier) LabelValues(ctx context.Context, label string, hints *storage.LabelHints, ...) ([]string, annotations.Annotations, error) + func (q *Querier) Select(ctx context.Context, sortSeries bool, selectHints *storage.SelectHints, ...) storage.SeriesSet