Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 193d94c

Browse files
authored
Merge pull request #10 from grafana/fix_node_mem_dash
update node dashboard memory format
2 parents 9aae0bb + e2b4b82 commit 193d94c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/dashboards/k8s-node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
},
299299
"yaxes": [
300300
{
301-
"format": "bits",
301+
"format": "bytes",
302302
"logBase": 1,
303303
"max": null,
304304
"min": 0,

src/dashboards/k8s-node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
},
299299
"yaxes": [
300300
{
301-
"format": "bits",
301+
"format": "bytes",
302302
"logBase": 1,
303303
"max": null,
304304
"min": 0,

0 commit comments

Comments
 (0)