mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
6315142d00
commit
1cc4c0c1f0
@ -486,6 +486,7 @@ kbn.valueFormats.EHs = kbn.formatBuilders.decimalSIPrefix('H/s', 6);
|
|||||||
// Throughput
|
// Throughput
|
||||||
kbn.valueFormats.ops = kbn.formatBuilders.simpleCountUnit('ops');
|
kbn.valueFormats.ops = kbn.formatBuilders.simpleCountUnit('ops');
|
||||||
kbn.valueFormats.rps = kbn.formatBuilders.simpleCountUnit('rps');
|
kbn.valueFormats.rps = kbn.formatBuilders.simpleCountUnit('rps');
|
||||||
|
kbn.valueFormats.rps = kbn.formatBuilders.simpleCountUnit('rps');
|
||||||
kbn.valueFormats.wps = kbn.formatBuilders.simpleCountUnit('wps');
|
kbn.valueFormats.wps = kbn.formatBuilders.simpleCountUnit('wps');
|
||||||
kbn.valueFormats.iops = kbn.formatBuilders.simpleCountUnit('iops');
|
kbn.valueFormats.iops = kbn.formatBuilders.simpleCountUnit('iops');
|
||||||
kbn.valueFormats.opm = kbn.formatBuilders.simpleCountUnit('opm');
|
kbn.valueFormats.opm = kbn.formatBuilders.simpleCountUnit('opm');
|
||||||
@ -948,6 +949,7 @@ kbn.getUnitFormats = function() {
|
|||||||
text: 'throughput',
|
text: 'throughput',
|
||||||
submenu: [
|
submenu: [
|
||||||
{ text: 'ops/sec (ops)', value: 'ops' },
|
{ text: 'ops/sec (ops)', value: 'ops' },
|
||||||
|
{ text: 'requets/sec (rps)', value: 'rps' },
|
||||||
{ text: 'reads/sec (rps)', value: 'rps' },
|
{ text: 'reads/sec (rps)', value: 'rps' },
|
||||||
{ text: 'writes/sec (wps)', value: 'wps' },
|
{ text: 'writes/sec (wps)', value: 'wps' },
|
||||||
{ text: 'I/O ops/sec (iops)', value: 'iops' },
|
{ text: 'I/O ops/sec (iops)', value: 'iops' },
|
||||||
|
Loading…
Reference in New Issue
Block a user