From 6c0910a28947744c67564ebc587ef84d4e76b652 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Mon, 30 Oct 2023 13:57:42 +0100 Subject: [PATCH] Update tsdb/postings_for_matchers_cache.go Co-authored-by: Charles Korn --- tsdb/postings_for_matchers_cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),