mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Rephrase return log line
This commit is contained in:
parent
f388b77fdc
commit
a14f40efb9
|
@ -91,7 +91,7 @@ func (c *PostingsForMatchersCache) PostingsForMatchers(ctx context.Context, ix I
|
|||
span := trace.SpanFromContext(ctx)
|
||||
defer func(startTime time.Time) {
|
||||
span.AddEvent(
|
||||
"returned postings",
|
||||
"PostingsForMatchers returned",
|
||||
trace.WithAttributes(attribute.Bool("concurrent", concurrent), c.ttlAttrib, c.forceAttrib, attribute.Stringer("duration", time.Since(startTime))),
|
||||
)
|
||||
}(time.Now())
|
||||
|
|
Loading…
Reference in a new issue