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 bd6e153 commit 9dcc7a5Copy full SHA for 9dcc7a5
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