package
0.0.0-20241004052545-caa2fb9b60ae
Repository: https://github.com/grafana/mimir.git
Documentation: pkg.go.dev
# Functions
MergeSeries merges the series in data into a single InstantVectorSeriesData, or returns information about a conflict between series.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
AndBinaryOperation represents a logical 'and' between two vectors.
No description provided by the author
FunctionOverInstantVector performs a function over each series in an instant vector.
FunctionOverRangeVector performs a rate calculation over a range vector.
InstantVectorOperatorBuffer buffers series data until it is needed by an operator.
No description provided by the author
InstantVectorToScalar is an operator that implements the scalar() function.
No description provided by the author
MetricNames captures and stores the metric names of each series for later use in an operator.
No description provided by the author
No description provided by the author
No description provided by the author
ScalarToInstantVector is an operator that implements the vector() function.
No description provided by the author
No description provided by the author
VectorScalarBinaryOperation represents a binary operation between an instant vector and a scalar such as "<expr> + 2" or "3 * <expr>".
VectorVectorBinaryOperation represents a binary operation between instant vectors such as "<expr> + <expr>" or "<expr> - <expr>".