The ceilometer.counter Module

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.

class ceilometer.counter.Counter

Bases: tuple

Counter(name, type, unit, volume, user_id, project_id, resource_id, timestamp, resource_metadata)

Previous topic

The ceilometer.compute.virt.libvirt.inspector Module

Next topic

The ceilometer.energy.kwapi Module

This Page