pub type InstrumentCounter = Arc<Mutex<HashMap<String, Vec<usize>>>>;
struct InstrumentCounter { /* private fields */ }