| 12345678910111213141516171819202122232425262728 |
- apiVersion: 1
-
- datasources:
- - name: Prometheus
- type: prometheus
- access: proxy
- orgId: 1
- url: http://prometheus:9090
- basicAuth: false
- isDefault: true
- version: 1
- editable: false
- jsonData:
- httpMethod: POST
- queryTimeout: 60s
- timeInterval: 15s
-
- - name: Loki
- type: loki
- access: proxy
- orgId: 1
- url: http://loki:3100
- basicAuth: false
- isDefault: false
- version: 1
- editable: true
- jsonData:
- maxLines: 1000
|