The ceilometer.transformer.accumulator Module

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

Bases: ceilometer.transformer.TransformerBase

Transformer that accumulates samples until a threshold.

And then flushes them out into the wild.

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