mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/querytracer: fix comment (#3135)
This commit is contained in:
parent
27254096b2
commit
3d5509a720
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue