feat: init
This commit is contained in:
8
services/provisioning/grafana/datasources/default.yaml
Normal file
8
services/provisioning/grafana/datasources/default.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: gdev-loki
|
||||
type: loki
|
||||
uid: gdev-loki
|
||||
access: proxy
|
||||
url: http://host.docker.internal:3100
|
12
services/provisioning/grafana/plugins/app.yaml
Normal file
12
services/provisioning/grafana/plugins/app.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: 1
|
||||
|
||||
apps:
|
||||
- type: "grafana-lokiexplore-app"
|
||||
org_id: 1
|
||||
org_name: "Grafana"
|
||||
disabled: false
|
||||
jsonData:
|
||||
apiUrl: http://default-url.com
|
||||
isApiKeySet: true
|
||||
secureJsonData:
|
||||
apiKey: secret-key
|
Reference in New Issue
Block a user