Skip to content

Commit b0ee8d2

Browse files
committed
Add power state metric
1 parent 7b617ac commit b0ee8d2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pkg/dashboards/openstack-vm.go

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,22 @@ func OpenstackVM(dsName string) *corev1.ConfigMap {
163163
"linewidth": 1,
164164
"nullPointMode": "null",
165165
"options": {
166-
"dataLinks": []
166+
"colorMode": "value",
167+
"dataLinks": [],
168+
"graphMode": "area",
169+
"justifyMode": "auto",
170+
"orientation": "auto",
171+
"percentChangeColorMode": "standard",
172+
"reduceOptions": {
173+
"calcs": [
174+
"lastNotNull"
175+
],
176+
"fields": "",
177+
"values": false
178+
},
179+
"showPercentChange": false,
180+
"textMode": "name",
181+
"wideLayout": true
167182
},
168183
"percentage": false,
169184
"pointradius": 2,

0 commit comments

Comments
 (0)