diff --git a/watcher/decision_engine/cluster/history/base.py b/watcher/decision_engine/cluster/history/base.py index e12819ce4..89a7de17c 100644 --- a/watcher/decision_engine/cluster/history/base.py +++ b/watcher/decision_engine/cluster/history/base.py @@ -34,10 +34,10 @@ API is proposed with some helper classes in order to : - share a common measurement (events or metrics) naming based on what is defined in Ceilometer. - See `the full list of available measurements `_ + See `the full list of available measurements `_ - share common meter types (Cumulative, Delta, Gauge) based on what is defined in Ceilometer. - See `the full list of meter types `_ + See `the full list of meter types `_ - simplify the development of a new :ref:`Strategy ` - avoid duplicating the same code in several :ref:`Strategies `