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
101581e053
commit
9777c7a367
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
|
// span represents a single trace span
|
||||||
type span struct {
|
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"`
|
DurationMsec float64 `json:"duration_msec"`
|
||||||
// Message is a trace message
|
// Message is a trace message
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
|
|
Loading…
Reference in a new issue