mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Copy of previous newrelic example, then modified to use the new agent "newrelic-infra" instead of "nrsysmond". Also maps all of host node's root fs into /host in the container (ro, but still exposes underlying node info into a container). Updates to README
		
			
				
	
	
		
			10 lines
		
	
	
		
			278 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			278 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#--REQUIRED--
 | 
						|
# Put your license key in this variable
 | 
						|
export NRIA_LICENSE_KEY=REPLACE_LICENSE_KEY_HERE
 | 
						|
#
 | 
						|
#--OPTIONAL--
 | 
						|
# Set to 1 for debug output in the log
 | 
						|
export NRIA_VERBOSE=0
 | 
						|
# Can log to any file, but will not create directories
 | 
						|
export NRIA_LOG_FILE=/var/log/nr-infra.log
 |