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 1848d18 commit 61b4a92Copy full SHA for 61b4a92
oximeter/oximeter/schema/virtual-machine.toml
@@ -17,6 +17,15 @@ versions = [
17
{ added_in = 1, fields = [ "state", "vcpu_id" ] }
18
]
19
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
+
29
[[metrics]]
30
name = "reset"
31
description = "Cumulative number of times the virtual machine has been reset"
0 commit comments