lib/querytracer: fix comment (#3135)

This commit is contained in:
匠心零度 2022-09-22 19:59:17 +08:00 committed by Aliaksandr Valialkin
parent 27254096b2
commit 3d5509a720
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -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"`