Counter class for holding data about a metering event.
A Counter doesn’t really do anything, but we need a way to ensure that all of the appropriate fields have been filled in by the plugins that create them.
Bases: tuple
Counter(name, type, unit, volume, user_id, project_id, resource_id, timestamp, resource_metadata)