Documentation ¶
Index ¶
- type Querier
- func (q *Querier) Close() error
- func (s *Querier) LabelNames(ctx context.Context, hints *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
- func (s *Querier) LabelValues(ctx context.Context, name string, hits *storage.LabelHints, ...) ([]string, annotations.Annotations, error)
- func (s *Querier) Select(ctx context.Context, sortSeries bool, hints *storage.SelectHints, ...) storage.SeriesSet
- type Queryable
- type Store
- func (s *Store) Close() error
- func (s *Store) ExemplarQuerier(ctx context.Context) (storage.ExemplarQuerier, error)
- func (s *Store) Metadata(name string) (o map[string][]metadata.Metadata, err error)
- func (s *Store) Queryable() *Queryable
- func (s *Store) Save(pm pmetric.Metrics) error
- func (s *Store) Select(start, end int64, matchers ...[]*labels.Matcher) ([]exemplar.QueryResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Querier ¶
type Querier struct {
// contains filtered or unexported fields
}
func (*Querier) LabelNames ¶
func (s *Querier) LabelNames(ctx context.Context, hints *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
func (*Querier) LabelValues ¶
func (s *Querier) LabelValues(ctx context.Context, name string, hits *storage.LabelHints, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
Click to show internal directories.
Click to hide internal directories.