mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
trace: enhance trace experience further
This commit is contained in:
@@ -66,7 +66,7 @@ func updateOSMetrics(s osMetric, paths ...string) func() {
|
||||
return func() {
|
||||
duration := time.Since(startTime)
|
||||
|
||||
globalTrace.Publish(osTrace(s, startTime, duration, strings.Join(paths, " ")))
|
||||
globalTrace.Publish(osTrace(s, startTime, duration, strings.Join(paths, " -> ")))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user