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]

Previous topic

The ceilometer.tests.unit.transformer.test_conversions Module

Next topic

The ceilometer.transformer.arithmetic Module

Project Source

This Page