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 7c2ea4c commit 193a6e6Copy full SHA for 193a6e6
src/vmm/src/logger/metrics.rs
@@ -354,8 +354,6 @@ pub struct ApiServerMetrics {
354
pub process_startup_time_us: SharedStoreMetric,
355
/// Measures the cpu's startup time in microseconds.
356
pub process_startup_time_cpu_us: SharedStoreMetric,
357
- /// Number of failures on API requests triggered by internal errors.
358
- pub sync_response_fails: SharedIncMetric,
359
/// Number of timeouts during communication with the VMM.
360
pub sync_vmm_send_timeout_count: SharedIncMetric,
361
}
0 commit comments