zephyrfs-web Public
| 1 | apiVersion: 1 |
| 2 | |
| 3 | datasources: |
| 4 | - name: Prometheus |
| 5 | type: prometheus |
| 6 | access: proxy |
| 7 | url: http://prometheus:9090 |
| 8 | isDefault: true |
| 9 | jsonData: |
| 10 | httpMethod: POST |
| 11 | prometheusType: Prometheus |
| 12 | prometheusVersion: 2.40.0 |
| 13 | editable: true |
| 14 | |
| 15 | - name: Loki |
| 16 | type: loki |
| 17 | access: proxy |
| 18 | url: http://loki:3100 |
| 19 | jsonData: |
| 20 | maxLines: 1000 |
| 21 | editable: true |