diff --git a/tsdb/postings_for_matchers_cache.go b/tsdb/postings_for_matchers_cache.go index b8c46e31d0..b73f512e6c 100644 --- a/tsdb/postings_for_matchers_cache.go +++ b/tsdb/postings_for_matchers_cache.go @@ -267,7 +267,7 @@ func (c *PostingsForMatchersCache) created(ctx context.Context, key string, ts t sizeBytes: sizeBytes, }) c.cachedBytes += sizeBytes - span.AddEvent("recorded cached promise size", trace.WithAttributes( + span.AddEvent("added cached value to expiry queue", trace.WithAttributes( attribute.Stringer("ttl", c.ttl), attribute.String("key", key), attribute.Stringer("timestamp", ts),