1
0
Fork 0

Change host selection for service

In case there is no data in heat
check hosts by API status (metric
not related to openstack logs).

Change-Id: Id8805d302fcb95881c6afac2e9e558dbf927c70b
Related-bug: PROD-23976 (PROD:23976)
This commit is contained in:
Michal Kobus 2018-10-26 13:40:30 +02:00
parent e2d9068979
commit 04968e690f
1 changed files with 2 additions and 2 deletions

View File

@ -828,7 +828,7 @@
"multi": true, "multi": true,
"name": "host", "name": "host",
"options": [], "options": [],
"query": "label_values(openstack_http_response_times{service=\"heat\"},host)", "query": "label_values(http_response_status{name=\"heat-api\"},host)",
"refresh": 1, "refresh": 1,
"regex": "", "regex": "",
"sort": 1, "sort": 1,
@ -914,6 +914,6 @@
"timezone": "", "timezone": "",
"title": "Heat", "title": "Heat",
"uid": null, "uid": null,
"version": 1 "version": 2
} }
{%- endraw %} {%- endraw %}