Commit 4cbde7e7 by bergquist

Merge branch 'master' of https://github.com/f1yegor/grafana into f1yegor-master

parents 12570bb9 d002cab2
...@@ -664,6 +664,9 @@ function($, _, moment) { ...@@ -664,6 +664,9 @@ function($, _, moment) {
{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' },
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment