macro_rules! inc_by { ($m:ty, $f:ident, $n:expr) => { ... }; }
Increment the given counter or gauge by n.
n