Struct avassa_client::volga::Query
source · [−]pub struct Query { /* private fields */ }Expand description
Log query parameters
Implementations
The name of the docker image
When we have multiple replicas, by deafult all replicated logs are read and merged, if we wish to read only one replica log, we can indicate which replica index to follow
Filter on application name
Merge all logs and search the merged result for the provided perl regular expression. Drop all data until a regular expression matches
Evaluate the regular expression on all nodes where the containers run, for each node, drop all data until regular expression matches.
This is a shorthand to search for the first error in all
logs. Can be combined with Self::since and Self::re_hits
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Query
impl UnwindSafe for Query
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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