Expanded description of PID spans.

geesefs-0-30-9
Aaron Jacobs 2015-05-01 12:21:22 +10:00
parent 6679631689
commit 6868642c96
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ func (o *commonOp) maybeTraceByPID(
// Set up a new one and stick it in the map.
var report reqtrace.ReportFunc
out, report = reqtrace.Trace(in, fmt.Sprintf("PID %v", pid))
out, report = reqtrace.Trace(in, fmt.Sprintf("Requests from PID %v", pid))
gPIDMap[pid] = out
// Ensure we close the trace and remove it from the map eventually.