aodh/ceilometer/alarm
Igor Degtiarov d71753f4ab Implement redesigned separator in names of columns in HBase
This change improves constructing "keys" for stored data in HBase. Now
we are using separators "_!+" to construct the "key", but we don't restrict
any character inside the names of metrics, so it could be a reason of
incorrect parsing of stored data.

In this patch only one separator ":" is used, and method "prepare_key"
helps to avoid incorrect parsing by "quoting" columns and rows names.

Closes-bug: #1328114
Change-Id: I8f816055bb76e67d239de73a57b7cb0baa94dee5
2014-10-07 13:03:28 +03:00
..
evaluator Switch to oslo.utils 2014-08-22 14:52:13 +02:00
notifier Switch to oslo.serialization 2014-08-29 14:33:23 +02:00
partition Switch to oslo.utils 2014-08-22 14:52:13 +02:00
storage Implement redesigned separator in names of columns in HBase 2014-10-07 13:03:28 +03:00
__init__.py Basic alarm threshold evaluation logic. 2013-07-01 14:16:11 +01:00
rpc.py Switch partitioned alarm evaluation to a hash-based approach 2014-09-01 14:47:41 -04:00
service.py Removed unused abc meta class 2014-09-24 11:46:23 +08:00