14 lines
		
	
	
		
			256 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			256 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: monitoring.coreos.com/v1
 | |
| kind: ServiceMonitor
 | |
| metadata:
 | |
|   name: homeassistant-servicemonitor
 | |
|   labels:
 | |
|     app: homeassistant
 | |
| spec:
 | |
|   selector:
 | |
|     matchLabels:
 | |
|       app: homeassistant
 | |
|   endpoints:
 | |
|     - port: http
 | |
|       path: /api/prometheus
 |