Skip to content

Commit 78512ad

Browse files
committed
forgot the libc dep is load-bearing, note oximeter stat
1 parent 029b690 commit 78512ad

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bin/propolis-server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ internal-dns.workspace = true
3636
itertools.workspace = true
3737
kstat-rs.workspace = true
3838
lazy_static.workspace = true
39+
libc.workspace = true
3940
nexus-client.workspace = true
4041
omicron-common.workspace = true
4142
oximeter-instruments.workspace = true

bin/propolis-server/src/lib/stats/virtual_machine.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ use super::kstat_types::{KstatList, KstatTarget};
2929
// `./omicron/oximeter/oximeter/schema/virtual-machine.toml`.
3030
oximeter::use_timeseries!("virtual-machine.toml");
3131
pub use self::virtual_machine::Reset;
32+
// [this won't exist in CI until the oximeter schema is updated. hacked on this
33+
// locally with Cargo.toml patching.]
3234
pub use self::virtual_machine::VmmMaxRss;
3335
use self::virtual_machine::{
3436
VcpuUsage, VirtualMachine as VirtualMachineTarget,

0 commit comments

Comments
 (0)