mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add reads/min and etc to unitFormats
This commit is contained in:
@@ -649,6 +649,9 @@ function($, _) {
|
|||||||
{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'},
|
||||||
|
{text: 'ops/min (opm)', value: 'opm' },
|
||||||
|
{text: 'reads/min (rpm)', value: 'rpm' },
|
||||||
|
{text: 'writes/min (wpm)', value: 'wpm' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user