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 deb8451 commit 3f7b801Copy full SHA for 3f7b801
ocaml/rrdd/rrdd_main.ml
@@ -424,7 +424,7 @@ let read_mem_metrics xc =
424
let xapiactualfree_kib = Int64.of_int (gcstat.Gc.free_words / 256) in
425
let xapiactuallive_kib = Int64.of_int (gcstat.Gc.live_words / 256) in
426
[
427
- (Host, ds_make ~name:"memory_total_kib" ~description:"Total amount of memory in use"
+ (Host, ds_make ~name:"memory_total_kib" ~description:"Total amount of memory in the host"
428
~value:(Rrd.VT_Int64 total_kib) ~ty:Rrd.Gauge ~min:0.0 ~default:true ~units:"KiB" ());
429
(Host, ds_make ~name:"memory_free_kib" ~description:"Total amount of free memory"
430
~value:(Rrd.VT_Int64 free_kib) ~ty:Rrd.Gauge ~min:0.0 ~default:true ~units:"KiB" ());
0 commit comments