*must have a single unit (i.e. do not mix seconds with milliseconds)
*should have a units suffix
*...should have a (single-word) application prefix relevant to the domain the metric belongs to. The prefix is sometimes referred to as `namespace` by client libraries. For metrics specific to an application, the prefix is usually the application name itself. Sometimes, however, metrics are more generic, like standardized metrics exported by client libraries. Examples:
*<code><b>prometheus</b>\_notifications\_total</code> (specific to the Prometheus server)
*<code><b>process</b>\_cpu\_seconds\_total</code> (exported by many client libraries)
*<code><b>http</b>\_request\_duration\_microseconds</code> (for all HTTP requests)
*...must have a single unit (i.e. do not mix seconds with milliseconds).