refactor(metrics): separate console stream from exports (#2583)

This commit is contained in:
houseme
2026-04-18 02:21:08 +08:00
committed by GitHub
parent ffcf18f5f3
commit 96fb06f48e
13 changed files with 107 additions and 44 deletions
@@ -143,7 +143,7 @@ fn metrics_recording_example() {
println!(" Recorded 10 cache operations (hits: 7, misses: 3)");
println!(" Metrics reported via metrics crate");
println!(" View via Prometheus/Grafana");
println!(" Export via rustfs-obs OTEL pipeline");
println!();
}