init: added template
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
apiVersion: 1
|
||||
prune: true
|
||||
|
||||
datasources:
|
||||
- name: Grafana Loki
|
||||
type: loki
|
||||
access: proxy
|
||||
orgId: 1
|
||||
uid: loki
|
||||
url: http://grafana-loki:3100
|
||||
isDefault: false
|
||||
version: 1
|
||||
editable: false
|
||||
@@ -0,0 +1,15 @@
|
||||
apiVersion: 1
|
||||
prune: true
|
||||
|
||||
datasources:
|
||||
- name: Pyroscope
|
||||
type: grafana-pyroscope-datasource
|
||||
access: proxy
|
||||
orgId: 1
|
||||
uid: pyroscope
|
||||
url: http://grafana-pyroscope:4040
|
||||
isDefault: false
|
||||
version: 1
|
||||
editable: false
|
||||
jsonData:
|
||||
minStep: 15s
|
||||
@@ -0,0 +1,13 @@
|
||||
apiVersion: 1
|
||||
prune: true
|
||||
|
||||
datasources:
|
||||
- name: Grafana Tempo
|
||||
type: tempo
|
||||
access: proxy
|
||||
orgId: 1
|
||||
uid: tempo
|
||||
url: http://grafana-tempo:3200
|
||||
isDefault: false
|
||||
version: 1
|
||||
editable: false
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
apiVersion: 1
|
||||
prune: true
|
||||
|
||||
datasources:
|
||||
- name: VictoriaMetrics
|
||||
type: prometheus
|
||||
access: proxy
|
||||
orgId: 1
|
||||
uid: victoriametrics
|
||||
url: http://victoriametrics:8428
|
||||
basicAuth: false
|
||||
basicAuthUser: ""
|
||||
withCredentials: false
|
||||
isDefault: true
|
||||
editable: false
|
||||
jsonData:
|
||||
httpMethod: POST
|
||||
queryTimeout: 10s
|
||||
timeInterval": 10s
|
||||
Reference in New Issue
Block a user