(cherry picked from commit fcbcfd232b)
Co-authored-by: gotjosh <josue@grafana.com>
This commit is contained in:
co-authored by
gotjosh
parent
cac03cc7fe
commit
06cb288848
@@ -205,7 +205,7 @@ func (st *Manager) recordMetrics() {
|
||||
for {
|
||||
select {
|
||||
case <-ticker.C:
|
||||
st.log.Info("recording state cache metrics", "now", time.Now())
|
||||
st.log.Debug("recording state cache metrics", "now", time.Now())
|
||||
st.cache.recordMetrics()
|
||||
case <-st.quit:
|
||||
st.log.Debug("stopping state cache metrics recording", "now", time.Now())
|
||||
|
||||
Reference in New Issue
Block a user