The aodh.storage.impl_log
Module¶
Simple logging storage backend.
-
class
aodh.storage.impl_log.
Connection
(conf, url)[source]¶ Bases:
aodh.storage.base.Connection
Log the data.
-
static
clear_expired_alarm_history_data
(alarm_history_ttl)[source]¶ Clear expired alarm history data from the backend storage system.
Clearing occurs according to the time-to-live.
Parameters: alarm_history_ttl – Number of seconds to keep alarm history records for.
-
static