mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			677 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			677 B
		
	
	
	
	
	
	
	
stdout sink
The stdout sink is the most simple sink provided by cc-metric-collector. It writes all metrics in InfluxDB line-procol format to the configurable output file or the common special files stdout and stderr.
Configuration structure
{
  "<name>": {
    "type": "stdout",
    "meta_as_tags" : [],
    "output_file" : "mylogfile.log"
  }
}
type: makes the sink anstdoutsinkmeta_as_tags: print meta information as tags in the output (optional)output_file: Write all data to the selected file (optional). There are two 'special' files:stdoutandstderr. If this option is not provided, the default value isstdout