mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
app/victoria-metrics: removed debug log message when -selfScrapeInterval
is set
This commit is contained in:
parent
91b3482894
commit
8f628cd805
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ func selfScraper(scrapeInterval time.Duration) {
|
|||
mr.Timestamp = currentTimestamp
|
||||
mr.Value = r.Value
|
||||
}
|
||||
logger.Infof("writing %d rows at timestamp %d", len(mrs), currentTimestamp)
|
||||
vmstorage.AddRows(mrs)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue