Improve string operations and use new call limiter in network/proc

This commit is contained in:
Daniel
2023-09-28 15:05:35 +02:00
parent 577299c95b
commit 0fd5cbba4b
3 changed files with 17 additions and 13 deletions

View File

@@ -154,7 +154,7 @@ func reportBandwidth(ctx context.Context, objs bpfObjects, bandwidthUpdates chan
case <-ctx.Done():
return
default:
log.Warningf("ebpf: bandwidth update queue is full (updated=%d, skipped=%d), skipping rest of batch", updated, skipped)
log.Warningf("ebpf: bandwidth update queue is full (updated=%d, skipped=%d), ignoring rest of batch", updated, skipped)
return
}
}