Skip to content

Commit

Permalink
fix(filter): fix support custom retention for tagged metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
kissken committed Oct 27, 2023
1 parent 576eacb commit 90cc505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/cache_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down

0 comments on commit 90cc505

Please sign in to comment.