The ceilometer.event.storage.impl_log Module

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

Bases: ceilometer.event.storage.base.Connection

Log event data.

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.

Previous topic

The ceilometer.event.storage.impl_hbase Module

Next topic

The ceilometer.event.storage.impl_mongodb Module

Project Source

This Page