Skip to content

Commit

Permalink
Collect metrics interval changes to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Oct 8, 2023
1 parent 9d51077 commit 7036c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/redis_v2/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func NewSizeMonitor(redis *RedisInstance, timer *Timer, preloadData map[string][

func (m *SizeMonitor) Loop() {
for {
time.Sleep(5 * time.Second)
time.Sleep(30 * time.Second)
m.collect()
}
}
Expand Down

0 comments on commit 7036c25

Please sign in to comment.