deb-ceilometer/ceilometer/event
Igor Degtiarov 98de1315bb timedelta plugin for meter definition process
with timedelta plugin we could create new metric for latency time of
nstance booting without using events and its transformation.
we could define new meter in meters.yaml with volume as in example::
   volume:
      fields: [$.payload.created_at, $.payload.launched_at]
      plugin: ‘timedelta’

as a result we get volume value equal to difference between two mentioned
timestamp fields in seconds.

Change-Id: If5084cc23212a0a6bd9dac8438d5d286f3415730
2016-03-04 14:21:02 +02:00
..
storage [MongoDB] add indexes in event collection 2015-12-17 19:15:20 +02:00
__init__.py Add configuration-driven conversion to Events 2013-12-10 17:31:09 +00:00
converter.py re-implement thread safe fnmatch 2015-11-27 03:21:46 +08:00
endpoint.py notification: Use oslo.messaging batch listener 2016-01-18 06:59:09 +00:00
trait_plugins.py timedelta plugin for meter definition process 2016-03-04 14:21:02 +02:00