public Counter Counter(string name, params Tag[] tags)
 => (delta) => reporter.Counter(name, delta, tags);