Skip to content

Commit

Permalink
Remove actual VM and kstat implementations, they'll live in Propolis
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Feb 14, 2024
1 parent 2f31f6d commit 4446f92
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 512 deletions.
3 changes: 1 addition & 2 deletions oximeter/instruments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ uuid = { workspace = true, optional = true }
omicron-workspace-hack = { workspace = true, optional = true }

[features]
default = ["http-instruments", "datalink", "virtual-machine"]
default = ["http-instruments", "datalink"]
http-instruments = [
"dep:chrono",
"dep:dropshot",
Expand All @@ -41,7 +41,6 @@ kstat = [
"dep:uuid"
]
datalink = ["kstat"]
virtual-machine = ["kstat"]

[dev-dependencies]
rand.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions oximeter/instruments/src/kstat/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ use std::time::Duration;
#[cfg(any(feature = "datalink", test))]
pub mod link;
mod sampler;
#[cfg(any(feature = "virtual-machine", test))]
pub mod virtual_machine;

pub use sampler::CollectionDetails;
pub use sampler::ExpirationBehavior;
Expand Down
Loading

0 comments on commit 4446f92

Please sign in to comment.