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()[source]
handle_sample(sample)[source]

Project Source

This Page