Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Apr 23, 2024
1 parent 185c7cb commit f88cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/redis/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func (connector *DbConnector) CleanUpOutdatedMetrics(duration time.Duration) err
})
}

// CleanupOutdatedPatternMetrics removes already deleted metrics from the moira-patterns-metric key.
// CleanupOutdatedPatternMetrics removes already deleted metrics from the moira-pattern-metrics key.
func (connector *DbConnector) CleanupOutdatedPatternMetrics() (int64, error) {
var count int64

Expand Down

0 comments on commit f88cf64

Please sign in to comment.