mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
updates
This commit is contained in:
20
canvas-development/grafana-datasource.yml
Normal file
20
canvas-development/grafana-datasource.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
access: proxy
|
||||
editable: true
|
||||
- name: Loki
|
||||
type: loki
|
||||
access: proxy
|
||||
orgId: 1
|
||||
url: http://loki:3100
|
||||
basicAuth: false
|
||||
version: 1
|
||||
editable: false
|
||||
- name: Zipkin
|
||||
type: zipkin
|
||||
url: http://zipkin:9411
|
||||
Reference in New Issue
Block a user