mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: requests/sec instead of requets (#12557)
This commit is contained in:
committed by
Torkel Ödegaard
parent
cfa555b569
commit
2fbf2bba4e
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user