File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -502,15 +502,12 @@ impl PatchRequestsMetrics {
502
502
pub struct DeprecatedApiMetrics {
503
503
/// Total number of calls to deprecated HTTP endpoints.
504
504
pub deprecated_http_api_calls : SharedIncMetric ,
505
- /// Total number of calls to deprecated CMD line parameters.
506
- pub deprecated_cmd_line_api_calls : SharedIncMetric ,
507
505
}
508
506
impl DeprecatedApiMetrics {
509
507
/// Const default construction.
510
508
pub const fn new ( ) -> Self {
511
509
Self {
512
510
deprecated_http_api_calls : SharedIncMetric :: new ( ) ,
513
- deprecated_cmd_line_api_calls : SharedIncMetric :: new ( ) ,
514
511
}
515
512
}
516
513
}
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ def validate_fc_metrics(metrics):
143
143
"block" : block_metrics ,
144
144
"deprecated_api" : [
145
145
"deprecated_http_api_calls" ,
146
- "deprecated_cmd_line_api_calls" ,
147
146
],
148
147
"get_api_requests" : [
149
148
"instance_info_count" ,
You can’t perform that action at this time.
0 commit comments