HBase storage backend
Bases: ceilometer.alarm.storage.base.Connection
Put the data into a HBase database
Collections:
alarm:
row_key: uuid of alarm
Column Families:
f: contains the raw incoming alarm data
alarm_h:
row_key: uuid of alarm + “_” + reversed timestamp
Column Families:
if not determined
Create an alarm.
Parameters: | alarm – The alarm to create. It is Alarm object, so we need to call as_dict() |
---|
Record alarm change event.
Create an alarm.
Parameters: | alarm – The alarm to create. It is Alarm object, so we need to call as_dict() |
---|