Add docker
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
apiVersion: 1
|
||||
|
||||
deleteDatasources:
|
||||
- name: Metrics
|
||||
orgId: 1
|
||||
- name: Logs
|
||||
orgId: 1
|
||||
|
||||
datasources:
|
||||
- name: Metrics
|
||||
type: prometheus
|
||||
access: proxy
|
||||
orgId: 1
|
||||
url: http://prometheus:9090
|
||||
basicAuth: false
|
||||
isDefault: true
|
||||
jsonData:
|
||||
graphiteVersion: "1.1"
|
||||
tlsAuth: false
|
||||
tlsAuthWithCACert: false
|
||||
version: 1
|
||||
editable: false
|
||||
|
||||
- name: Logs
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://loki:3100
|
||||
jsonData:
|
||||
maxLines: 1000
|
||||
orgId: 1
|
Reference in New Issue
Block a user