File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -799,16 +799,13 @@ impl VcpuMetrics {
799
799
/// Metrics specific to the machine manager as a whole.
800
800
#[ derive( Debug , Default , Serialize ) ]
801
801
pub struct VmmMetrics {
802
- /// Number of device related events received for a VM.
803
- pub device_events : SharedIncMetric ,
804
802
/// Metric for signaling a panic has occurred.
805
803
pub panic_count : SharedStoreMetric ,
806
804
}
807
805
impl VmmMetrics {
808
806
/// Const default construction.
809
807
pub const fn new ( ) -> Self {
810
808
Self {
811
- device_events : SharedIncMetric :: new ( ) ,
812
809
panic_count : SharedStoreMetric :: new ( ) ,
813
810
}
814
811
}
Original file line number Diff line number Diff line change @@ -237,7 +237,6 @@ def validate_fc_metrics(metrics):
237
237
{"exit_mmio_write_agg" : latency_agg_metrics_fields },
238
238
],
239
239
"vmm" : [
240
- "device_events" ,
241
240
"panic_count" ,
242
241
],
243
242
"uart" : [
You can’t perform that action at this time.
0 commit comments