lib/querytracer: fix comment (#3135)

This commit is contained in:
匠心零度 2022-09-22 19:59:17 +08:00 committed by GitHub
parent 101581e053
commit 9777c7a367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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