package metrics type Timer interface { } // A timer, in Coda-speak, is a meter and a histogram. Sounds like a job for // // later.