From Wikipedia [1]:
A ceilometer is a device that uses a laser or other light source to determine the height of a cloud base.
The measurements tracked for a resource. For example, an instance has a number of meters, such as duration of instance, CPU time used, number of disk io requests, etc. Three types of meters are defined in ceilometer:
- Cumulative: Increasing over time (e.g. disk I/O)
- Gauge: Discrete items (e.g. floating IPs, image uploads) and fluctuating values (e.g. number of Swift objects)
- Delta: Incremental change to a counter over time (e.g. bandwidth delta)
From Wikipedia [3]:
Non-repudiation refers to a state of affairs where the purported maker of a statement will not be able to successfully challenge the validity of the statement or contract. The term is often seen in a legal setting wherein the authenticity of a signature is being challenged. In such an instance, the authenticity is being “repudiated”.
[1] | http://en.wikipedia.org/wiki/Ceilometer |
[2] | https://git.openstack.org/cgit/openstack/oslo.messaging/tree/oslo_messaging/notify/notifier.py |
[3] | http://en.wikipedia.org/wiki/Non-repudiation |