mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 09:06:17 +00:00
grafana loki added
This commit is contained in:
11
grafana/provisioning/datasources/default.yaml
Normal file
11
grafana/provisioning/datasources/default.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: gdev-testdata
|
||||
isDefault: false
|
||||
type: testdata
|
||||
- name: gdev-loki
|
||||
type: loki
|
||||
uid: gdev-loki
|
||||
access: proxy
|
||||
url: http://host.docker.internal:3100
|
12
grafana/provisioning/plugins/app.yaml
Normal file
12
grafana/provisioning/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