Feat : Update PR as comment
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Grafana datasources - provisioned on startup
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
uid: prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
editable: false
|
||||
|
||||
- name: Jaeger
|
||||
uid: jaeger
|
||||
type: jaeger
|
||||
access: proxy
|
||||
url: http://jaeger:16686
|
||||
editable: false
|
||||
|
||||
- name: Loki
|
||||
uid: loki
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://loki:3100
|
||||
editable: false
|
||||
|
||||
- name: Zipkin
|
||||
uid: zipkin
|
||||
type: zipkin
|
||||
access: proxy
|
||||
url: http://zipkin:9411
|
||||
editable: false
|
||||
Reference in New Issue
Block a user