Skip to content

Commit

Permalink
Merge pull request #6 from johnelse/ca-99034
Browse files Browse the repository at this point in the history
Fix unit for DS:memory_internal_free.
  • Loading branch information
johnelse committed Sep 11, 2013
2 parents 8a92a31 + 3bad8e8 commit 3ac1b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rrdd/rrdd_main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ let update_memory xc doms =
let mem_free = IntMap.find domid !current_meminfofree_values in
Some (
VM uuid,
ds_make ~name:"memory_internal_free" ~units:"B"
ds_make ~name:"memory_internal_free" ~units:"KiB"
~description:"Memory used as reported by the guest agent"
~value:(Rrd.VT_Int64 mem_free) ~ty:Rrd.Gauge ~min:0.0 ~default:true ()
)
Expand Down

0 comments on commit 3ac1b13

Please # to comment.