forked from coop-cloud/traefik
		
	This patch adds a METRICS_ENABLED configuration variables which, when switched on, defines a metrics entrypoint and enables the built-in prometheus metrics exporter. This allows the monitoring stack to collect and show traefik metrics
		
			
				
	
	
		
			4 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
export TRAEFIK_YML_VERSION=v12
 | 
						|
export FILE_PROVIDER_YML_VERSION=v2
 | 
						|
export ENTRYPOINT_VERSION=v2
 |