The ceilometer.event.storage.impl_mongodb Module

MongoDB storage backend

class ceilometer.event.storage.impl_mongodb.Connection(url)[source]

Bases: ceilometer.event.storage.pymongo_base.Connection

Put the event data into a MongoDB database.

clear()[source]
static clear_expired_event_data(ttl)[source]

Clear expired data from the backend storage system.

Clearing occurs according to the time-to-live.

Parameters:ttl – Number of seconds to keep records for.
upgrade()[source]

Previous topic

The ceilometer.event.storage.impl_log Module

Next topic

The ceilometer.event.storage.impl_sqlalchemy Module

Project Source

This Page