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