multi-factor query prints wrong in alarm-show
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-ceilometerclient |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
In the following typescript, observe that two of the three factors of the query are printed at the top instead of where they belong.
ubuntu@
...
DEBUG (client) RESP BODY: {"alarm_actions": ["http://
+------
| Property | Value |
+------
| | metadata.
| | 10.0.0.10 AND |
| | project_id == ba0ddcea2e0744a
| alarm_actions | [u'http://
| | a2e0744a3aafe3f
| | 5e3d4109%
| | atureMethod=
| | ignatureVersion
| | s%3D'] |
| alarm_id | 8fc3c711-
| comparison_operator | lt |
| description | Detect server being unresponsive |
| enabled | True |
| evaluation_periods | 2 |
| exclude_outliers | False |
| insufficient_
| meter_name | network.
| name | NRS3-gone_
| ok_actions | None |
| period | 70 |
| project_id | ba0ddcea2e0744a
| query | metadata.
| repeat_actions | True |
| state | insufficient data |
| statistic | avg |
| threshold | 1.0 |
| type | threshold |
| user_id | f918e0c0a3d2455
+------
Changed in python-ceilometerclient: | |
assignee: | nobody → ZhiQiang Fan (aji-zqfan) |
Changed in python-ceilometerclient: | |
status: | New → Confirmed |
this bug can be fixed by patch: https:/ /review. openstack. org/#/c/ 136546