summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorelelayan <eric.lelay@ariadnext.com>2020-05-28 16:18:36 +0200
committerGitHub <noreply@github.com>2020-05-28 17:18:36 +0300
commitd11ec6f978e357d539a6ab06c97555ed5d25c04b (patch)
tree810847e51c256c959d91328c9fa533748cc89b1e /web
parent94ae417854807790e13f06b3c888076af374c579 (diff)
Ceph: Added OSD size collection (#8649)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 0eb2cd602c..af182ed489 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -1877,6 +1877,10 @@ netdataDashboard.context = {
info: 'The usage space in each OSD.'
},
+ 'ceph.osd_size': {
+ info: "Each OSD's size"
+ },
+
'ceph.apply_latency': {
info: 'Time taken to flush an update in each OSD.'
},