Skip to content

Commit 61b4a92

Browse files
committed
add a Propolis metric for VMM VSZ
1 parent 1848d18 commit 61b4a92

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

oximeter/oximeter/schema/virtual-machine.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ versions = [
1717
{ added_in = 1, fields = [ "state", "vcpu_id" ] }
1818
]
1919

20+
[[metrics]]
21+
name = "vmm_vsz"
22+
description = "Total virtual memory reserved for reasons other than direct access by the virtual machine"
23+
units = "bytes"
24+
datum_type = "u64"
25+
versions = [
26+
{ added_in = 1, fields = [ ] }
27+
]
28+
2029
[[metrics]]
2130
name = "reset"
2231
description = "Cumulative number of times the virtual machine has been reset"

0 commit comments

Comments
 (0)