From a35bf497bed5553bbce75461ea235c359927e2f4 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 18 Jan 2016 09:26:24 +0100 Subject: [PATCH] feat(units): add more data rate units closes #3759 --- public/app/core/utils/kbn.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/app/core/utils/kbn.js b/public/app/core/utils/kbn.js index cc296324eb5..e8084361916 100644 --- a/public/app/core/utils/kbn.js +++ b/public/app/core/utils/kbn.js @@ -595,6 +595,10 @@ function($, _) { {text: 'packets/sec', value: 'pps'}, {text: 'bits/sec', value: 'bps'}, {text: 'bytes/sec', value: 'Bps'}, + {text: 'megabytes/sec', value: 'MBs'}, + {text: 'megabites/sec', value: 'Mbits'}, + {text: 'gigabytes/sec', value: 'GBs'}, + {text: 'gigabites/sec', value: 'Gbits'}, ] }, {