reverse logic on linux_report_network_limits (#34159)

This commit is contained in:
Jeff Washington (jwash) 2023-11-17 18:12:24 -06:00 committed by GitHub
parent c585e54988
commit 7dd8d4bb64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ impl SystemMonitorService {
fn linux_report_network_limits(
current_limits: &[(&'static str, &'static InterestingLimit, i64)],
) -> bool {
!current_limits
current_limits
.iter()
.map(|(key, interesting_limit, current_value)| {
datapoint_warn!("os-config", (key, *current_value, i64));