From e2b4b82f9309d043455c17fe5097d7d854acd314 Mon Sep 17 00:00:00 2001 From: Jacob Lisi Date: Thu, 15 Mar 2018 11:36:16 -0400 Subject: [PATCH] update node dashboard memory format --- dist/dashboards/k8s-node.json | 2 +- src/dashboards/k8s-node.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/dashboards/k8s-node.json b/dist/dashboards/k8s-node.json index 86cef4d..29c829f 100644 --- a/dist/dashboards/k8s-node.json +++ b/dist/dashboards/k8s-node.json @@ -298,7 +298,7 @@ }, "yaxes": [ { - "format": "bits", + "format": "bytes", "logBase": 1, "max": null, "min": 0, diff --git a/src/dashboards/k8s-node.json b/src/dashboards/k8s-node.json index 86cef4d..29c829f 100644 --- a/src/dashboards/k8s-node.json +++ b/src/dashboards/k8s-node.json @@ -298,7 +298,7 @@ }, "yaxes": [ { - "format": "bits", + "format": "bytes", "logBase": 1, "max": null, "min": 0,