We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25917f commit d739436Copy full SHA for d739436
ocaml/rrdd/rrdd_main.ml
@@ -418,12 +418,12 @@ let update_vbds doms =
418
~units:"B/s" ())::
419
(VM uuid, ds_make ~name:(vbd_name^"_read_latency")
420
~description:("Reads from device '" ^ device_name ^ "' in microseconds")
421
- ~units:"ms" ~value:(Rrd.VT_Int64 rd_avg_usecs)
+ ~units:"μs" ~value:(Rrd.VT_Int64 rd_avg_usecs)
422
~ty:Rrd.Gauge ~min:0.0 ~default:false ())::
423
(VM uuid, ds_make ~name:(vbd_name^"_write_latency")
424
425
~value:(Rrd.VT_Int64 wr_avg_usecs) ~ty:Rrd.Gauge ~min:0.0
426
- ~default:false ~units:"ms" ())::
+ ~default:false ~units:"μs" ())::
427
acc
428
with _ -> acc
429
in
0 commit comments