feat: trace table_names
parent
301ae886ce
commit
998e205c2c
|
@ -231,6 +231,7 @@ impl InfluxRpcPlanner {
|
|||
where
|
||||
D: QueryDatabase + 'static,
|
||||
{
|
||||
let _ctx = self.ctx.child_ctx("table_names planning");
|
||||
debug!(?rpc_predicate, "planning table_names");
|
||||
|
||||
// Special case predicates that span the entire valid timestamp range
|
||||
|
|
Loading…
Reference in New Issue