The ceilometer.transformer.accumulator Module

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]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.