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.ConnectionPut 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]
-