Fix airship citycloud grafana query
The provider is airship-* in graphite not airship-citycloud-*. Change-Id: I0a906bfebaefc05967d5cd41f228739160731563
This commit is contained in:
parent
5d71068ed2
commit
1d8a5c75d0
@ -27,4 +27,4 @@ create OVH 'ovh-*' nodepool-ovh.yaml
|
||||
create Vexxhost 'vexxhost-*' nodepool-vexxhost.yaml
|
||||
create Citycloud 'citycloud-*' nodepool-citycloud.yaml
|
||||
create FortNebula 'fortnebula-*' nodepool-fortnebula.yaml
|
||||
create Airship-Citycloud 'airship-citycloud-*' nodepool-airship-citycloud.yaml
|
||||
create Airship-Citycloud 'airship-*' nodepool-airship-citycloud.yaml
|
||||
|
@ -8,7 +8,7 @@ dashboard:
|
||||
- name: region
|
||||
includeAll: true
|
||||
multi: true
|
||||
query: stats.gauges.nodepool.provider.airship-citycloud-*
|
||||
query: stats.gauges.nodepool.provider.airship-*
|
||||
refresh: true
|
||||
type: query
|
||||
rows:
|
||||
|
Loading…
Reference in New Issue
Block a user