mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Use Golang duration parser for 'interval' and 'duration'
in main config
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/ci-config.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/ci-config.json
									
									
									
									
										vendored
									
									
								
							@@ -3,6 +3,6 @@
 | 
			
		||||
  "collectors" : ".github/ci-collectors.json",
 | 
			
		||||
  "receivers" : ".github/ci-receivers.json",
 | 
			
		||||
  "router" : ".github/ci-router.json",
 | 
			
		||||
  "interval": 5,
 | 
			
		||||
  "duration": 1
 | 
			
		||||
  "interval": "5s",
 | 
			
		||||
  "duration": "1s"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user