diff --git a/lib/querytracer/tracer.go b/lib/querytracer/tracer.go index a6467973a..ebcf5d4fd 100644 --- a/lib/querytracer/tracer.go +++ b/lib/querytracer/tracer.go @@ -225,7 +225,7 @@ func (t *Tracer) getLastChildDoneTime(defaultTime time.Time) time.Time { // span represents a single trace span type span struct { - // DurationMsec is the duration for the current trace span in microseconds. + // DurationMsec is the duration for the current trace span in milliseconds. DurationMsec float64 `json:"duration_msec"` // Message is a trace message Message string `json:"message"`