Skip to content

Commit e4e119f

Browse files
remove explict names
1 parent 6bfd69b commit e4e119f

File tree

1 file changed

+6
-2
lines changed
  • etc/kayobe/kolla/config/grafana/dashboards/openstack

1 file changed

+6
-2
lines changed

etc/kayobe/kolla/config/grafana/dashboards/openstack/redfish.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@
7878
"uid": "${datasource}"
7979
},
8080
"editorMode": "code",
81+
<<<<<<< HEAD
8182
"expr": "count(up{job=~\"redfish-exporter.*\"} == 1)",
83+
=======
84+
"expr": "count(redfish_up == 1)",
85+
>>>>>>> ca6324ae (remove explict names)
8286
"format": "table",
8387
"hide": false,
8488
"instant": true,
@@ -3313,7 +3317,7 @@
33133317
"current": {
33143318
"selected": false,
33153319
"text": "Prometheus",
3316-
"value": "PBFA97CFB590B2093"
3320+
"value": ""
33173321
},
33183322
"description": "The prometheus datasource used for queries.",
33193323
"hide": 0,
@@ -3383,4 +3387,4 @@
33833387
"version": 4,
33843388
"weekStart": ""
33853389
}
3386-
{% endraw %}
3390+
{% endraw %}

0 commit comments

Comments
 (0)