Merge "Change host selection for service"
This commit is contained in:
commit
99e724671f
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue