Skip to content

Commit 9dcc7a5

Browse files
committed
Removed sync_response_fails metric
- metric is not used Signed-off-by: Milan Dhaduk <[email protected]> Signed-off-by: LDagnachew <[email protected]>
1 parent bd6e153 commit 9dcc7a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vmm/src/logger/metrics.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@ pub struct ApiServerMetrics {
354354
pub process_startup_time_us: SharedStoreMetric,
355355
/// Measures the cpu's startup time in microseconds.
356356
pub process_startup_time_cpu_us: SharedStoreMetric,
357-
/// Number of failures on API requests triggered by internal errors.
358-
pub sync_response_fails: SharedIncMetric,
359357
/// Number of timeouts during communication with the VMM.
360358
pub sync_vmm_send_timeout_count: SharedIncMetric,
361359
}

0 commit comments

Comments
 (0)