Trait influxdb_dispatcher::IntoNamedQuery
source · pub trait IntoNamedQuery: InfluxDbWriteable + Sized {
// Provided method
fn into_named_query(self) -> WriteQuery { ... }
}
Expand description
Convert a metric to an influxdb query using the type name.