From 90cc50549fb60af3c0b49e075e8f2a85f8cb15be Mon Sep 17 00:00:00 2001 From: Xenia Nisskhen Date: Fri, 27 Oct 2023 17:27:51 +0600 Subject: [PATCH] fix(filter): fix support custom retention for tagged metrics --- filter/cache_storage_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/cache_storage_test.go b/filter/cache_storage_test.go index ad48469dc..b8af9a136 100644 --- a/filter/cache_storage_test.go +++ b/filter/cache_storage_test.go @@ -44,7 +44,7 @@ var testRetentions = ` retentions = 120:7d ` -var expectedRetentionIntervals = []int{60, 1200, 3600, 86400, 604800, 31536000, 120} +var expectedRetentionIntervals = []int{60, 1200, 3600, 86400, 604800, 31536000, 10, 120} var matchedMetrics = []moira.MatchedMetric{ {