storage

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Querier

type Querier interface {
	storage.Querier
	SeriesQuerier
}

Querier is a storage.Querier that can also query series using label matchers.

type Queryable

type Queryable interface {
	Querier(ctx context.Context, mint, maxt int64) (Querier, error)
}

Queryable is a storage.Queryable that returns an expanded version of storage.Querier.

type SeriesQuerier

type SeriesQuerier interface {
	Series(labelMatchers []string) ([]map[string]string, error)
}

SeriesQuerier provides querying series using label matchers. https://prometheus.io/docs/prometheus/latest/querying/api/#finding-series-by-label-matchers

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL