trace: Add prefix to func names of OS & Storage (#11912)

This commit is contained in:
Anis Elleuch
2021-03-27 18:07:07 +01:00
committed by GitHub
parent d8b5adfd10
commit 07ab4d1250
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ func osTrace(s osMetric, startTime time.Time, duration time.Duration, path strin
TraceType: trace.OS,
Time: startTime,
NodeName: globalLocalNodeName,
FuncName: s.String(),
FuncName: "os." + s.String(),
OSStats: trace.OSStats{
Duration: duration,
Path: path,