Enum prometheus_http_query::Match [−][src]
Expand description
A helper type that provides label matching logic for e.g. binary operations (between instant vectors).
See the Prometheus reference for details.
Variants
On(&'a [&'a str])
Ignoring(&'a [&'a str])
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Match<'a>
impl<'a> UnwindSafe for Match<'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