perf(observability): avoid cgroup path allocation (#5711)

* perf(observability): avoid cgroup path allocation

Co-Authored-By: heihutu <heihutu@gmail.com>

* test(e2e): satisfy regression test clippy

Co-Authored-By: heihutu <heihutu@gmail.com>

---------

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-08-05 01:47:07 +08:00
committed by GitHub
parent 15c2bade5f
commit 3dabac4a09
9 changed files with 50 additions and 55 deletions
@@ -38,8 +38,7 @@ mod tests {
};
use serial_test::serial;
use std::error::Error;
use tokio::time::{Duration, sleep, timeout};
use tracing::{info, warn};
use tracing::info;
type TestResult = Result<(), Box<dyn Error + Send + Sync>>;