Enum prometheus_http_query::Aggregate
source · [−]Expand description
A helper type that provides label matching logic for e.g. aggregations like sum.
See the Prometheus reference for details.
Variants
By(&'a [&'a str])
Without(&'a [&'a str])
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Aggregate<'a>
impl<'a> UnwindSafe for Aggregate<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more