pub trait ExecutionPlanMetricsSetExt {
// Required methods
fn new_count(&self, name: &'static str, partition: usize) -> Count;
fn new_time(&self, name: &'static str, partition: usize) -> Time;
fn new_gauge(&self, name: &'static str, partition: usize) -> Gauge;
}