feat: 그라파나 프로비저닝 환경 설정 파일
- 대시보드 및 프로메테우스 Datasource 설정
This commit is contained in:
parent
cacca1b44e
commit
8f0d7ca96a
10
docker/grafana/provisioning/dashboards/dashboard.yml
Normal file
10
docker/grafana/provisioning/dashboards/dashboard.yml
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'default'
|
||||
orgId: 1
|
||||
type: file
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: "/var/lib/grafana/dashboards"
|
||||
editable: true
|
||||
2615
docker/grafana/provisioning/dashboards/dashboards/application.json
Normal file
2615
docker/grafana/provisioning/dashboards/dashboards/application.json
Normal file
File diff suppressed because it is too large
Load Diff
2852
docker/grafana/provisioning/dashboards/dashboards/consumer.json
Normal file
2852
docker/grafana/provisioning/dashboards/dashboards/consumer.json
Normal file
File diff suppressed because it is too large
Load Diff
2222
docker/grafana/provisioning/dashboards/dashboards/producer.json
Normal file
2222
docker/grafana/provisioning/dashboards/dashboards/producer.json
Normal file
File diff suppressed because it is too large
Load Diff
9
docker/grafana/provisioning/datasources/datasource.yml
Normal file
9
docker/grafana/provisioning/datasources/datasource.yml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
editable: true
|
||||
Loading…
x
Reference in New Issue
Block a user