fix: requests/sec instead of requets (#12557)

pull/12577/head
Rollulus Rouloul 7 years ago committed by Torkel Ödegaard
parent cfa555b569
commit 2fbf2bba4e
  1. 2
      public/app/core/utils/kbn.ts

@ -957,7 +957,7 @@ kbn.getUnitFormats = function() {
text: 'throughput',
submenu: [
{ text: 'ops/sec (ops)', value: 'ops' },
{ text: 'requets/sec (rps)', value: 'reqps' },
{ text: 'requests/sec (rps)', value: 'reqps' },
{ text: 'reads/sec (rps)', value: 'rps' },
{ text: 'writes/sec (wps)', value: 'wps' },
{ text: 'I/O ops/sec (iops)', value: 'iops' },

Loading…
Cancel
Save