Documentation ¶
Index ¶
- type FH
- type H
- type MapSet
- type Querier
- func (q *Querier) Close() error
- func (s *Querier) LabelNames(ctx context.Context, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
- func (s *Querier) LabelValues(ctx context.Context, name string, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
- func (s *Querier) Select(ctx context.Context, sortSeries bool, hints *storage.SelectHints, ...) storage.SeriesSet
- type Queryable
- type S
- type SeriesSet
- type Store
- func (s *Store) ExemplarQuerier(ctx context.Context) (storage.ExemplarQuerier, error)
- func (s *Store) Path() string
- 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)
- type V
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FH ¶
type FH struct {
// contains filtered or unexported fields
}
func (*FH) FH ¶
func (h *FH) FH() *histogram.FloatHistogram
type H ¶
type H struct {
// contains filtered or unexported fields
}
func (*H) FH ¶
func (h *H) FH() *histogram.FloatHistogram
type Querier ¶
type Querier struct {
// contains filtered or unexported fields
}
func (*Querier) LabelNames ¶
func (s *Querier) LabelNames(ctx context.Context, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
func (*Querier) LabelValues ¶
func (s *Querier) LabelValues(ctx context.Context, name string, matchers ...*labels.Matcher) ([]string, annotations.Annotations, error)
type SeriesSet ¶
type SeriesSet struct {
// contains filtered or unexported fields
}
func NewSeriesSet ¶
func (*SeriesSet) Warnings ¶
func (s *SeriesSet) Warnings() annotations.Annotations
type Store ¶
func (*Store) ExemplarQuerier ¶
Click to show internal directories.
Click to hide internal directories.