mirror of
https://github.com/Dannecron/grafana-for-dev.git
synced 2025-12-25 15:52:35 +03:00
23 lines
342 B
YAML
23 lines
342 B
YAML
---
|
|
apiVersion: 1
|
|
|
|
deleteDatasources:
|
|
- name: Loki
|
|
orgId: 1
|
|
|
|
datasources:
|
|
- name: Loki
|
|
type: loki
|
|
orgId: 1
|
|
access: proxy
|
|
url: http://loki:3100
|
|
jsonData:
|
|
maxLines: 1000
|
|
editable: true
|
|
- name: Prometheus
|
|
type: prometheus
|
|
orgId: 1
|
|
url: http://prometheus:9090
|
|
editable: true
|
|
version: 1
|