# Functions
Deprecated.
EmptySeriesSet returns a new series set that contains no series.
Deprecated.
MatchersToPromMatchers returns Prometheus matchers from proto matchers.
MatchersToString converts label matchers to string format.
MergeSeriesSets takes all series sets and returns as a union single series set.
PromMatchersToMatchers returns proto matchers from Prometheus matchers.
PromMatchersToString converts prometheus label matchers to string format.
# Constants
ABORT strategy tells server to treat any error that will related to single StoreAPI (e.g missing chunk series because of underlying storeAPI is temporarily not available) as the gRPC error that aborts the query.
WARN strategy tells server to treat any error that will related to single StoreAPI (e.g missing chunk series because of underlying storeAPI is temporarily not available) as warning which will not fail the whole query (still OK response).
# Structs
Matcher specifies a rule, which can match or set of labels or not.
QueryHints represents hints from PromQL that might help to pre-aggregate or prepare series for faster use by clients.
ShardInfo are the parameters used to shard series in Stores.
UnimplementedStoreServer can be embedded to have forward compatible implementations.
UnimplementedWriteableStoreServer can be embedded to have forward compatible implementations.
# Interfaces
SeriesSet is a set of series and their corresponding chunks.
StoreClient is the client API for Store service.
StoreServer is the server API for Store service.
WriteableStoreClient is the client API for WriteableStore service.
WriteableStoreServer is the server API for WriteableStore service.
# Type aliases
Deprecated.
Deprecated.
/ PartialResponseStrategy controls partial response handling.