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 @@ -521,8 +521,6 @@ pub struct LoggerSystemMetrics {
521
521
pub metrics_fails : SharedIncMetric ,
522
522
/// Number of misses on logging human readable content.
523
523
pub missed_log_count : SharedIncMetric ,
524
- /// Number of errors while trying to log human readable content.
525
- pub log_fails : SharedIncMetric ,
526
524
}
527
525
impl LoggerSystemMetrics {
528
526
/// Const default construction.
@@ -531,7 +529,6 @@ impl LoggerSystemMetrics {
531
529
missed_metrics_count : SharedIncMetric :: new ( ) ,
532
530
metrics_fails : SharedIncMetric :: new ( ) ,
533
531
missed_log_count : SharedIncMetric :: new ( ) ,
534
- log_fails : SharedIncMetric :: new ( ) ,
535
532
}
536
533
}
537
534
}
Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ def validate_fc_metrics(metrics):
174
174
"missed_metrics_count" ,
175
175
"metrics_fails" ,
176
176
"missed_log_count" ,
177
- "log_fails" ,
178
177
],
179
178
"mmds" : [
180
179
"rx_accepted" ,
You can’t perform that action at this time.
0 commit comments