diff --git a/src/runtime-rs/crates/hypervisor/src/ch/inner_hypervisor.rs b/src/runtime-rs/crates/hypervisor/src/ch/inner_hypervisor.rs index dcc61afa1e..d9a8fb06e5 100644 --- a/src/runtime-rs/crates/hypervisor/src/ch/inner_hypervisor.rs +++ b/src/runtime-rs/crates/hypervisor/src/ch/inner_hypervisor.rs @@ -741,7 +741,7 @@ impl CloudHypervisorInner { } pub(crate) async fn get_hypervisor_metrics(&self) -> Result { - todo!() + Err(anyhow!("CH hypervisor metrics not implemented - see https://github.com/kata-containers/kata-containers/issues/8800")) } pub(crate) fn set_capabilities(&mut self, _flag: CapabilityBits) {