forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			397 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			397 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: 1
 | |
| 
 | |
| datasources:
 | |
|   - name: Prometheus
 | |
|     type: prometheus
 | |
|     url: http://prometheus:9090
 | |
|     isDefault: true
 | |
|     access: proxy
 | |
|     editable: true
 | |
|   - name: Loki
 | |
|     type: loki
 | |
|     url: http://loki:3100
 | |
|     access: proxy
 | |
|     editable: true
 | |
|     jsonData:
 | |
|       timeout: 60
 | |
|       maxLines: 3000
 | |
|       httpHeaderName1: "X-Scope-OrgID"
 | |
|     secureJsonData:
 | |
|       httpHeaderValue1: "chaos"
 | |
| 
 |