The ceilometer.transformer.accumulator Module

class ceilometer.transformer.accumulator.TransformerAccumulator(size=1, **kwargs)[source]

Bases: ceilometer.plugin.TransformerBase

Transformer that accumulates counter until a threshold, and then flush them out in the wild.

flush(context, source)[source]
handle_sample(context, counter, source)[source]

Previous topic

The ceilometer.tests.skip Module

Next topic

The ceilometer.utils Module

This Page