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]

Previous topic

The ceilometer.transformer Module

Next topic

The ceilometer.transformer.conversions Module

This Page