mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Add debug message when updating interval_timestep
This commit is contained in:
parent
4d5b1adbc8
commit
ecdb4c1bcf
@ -295,6 +295,7 @@ func (r *metricRouter) Start() {
|
|||||||
|
|
||||||
case timestamp := <-timeChan:
|
case timestamp := <-timeChan:
|
||||||
r.timestamp = timestamp
|
r.timestamp = timestamp
|
||||||
|
cclog.ComponentDebug("MetricRouter", "Update timestamp", r.timestamp.UnixNano())
|
||||||
|
|
||||||
case p := <-r.coll_input:
|
case p := <-r.coll_input:
|
||||||
coll_forward(p)
|
coll_forward(p)
|
||||||
|
Loading…
Reference in New Issue
Block a user