[Infra/#1]: 컨테이너 실행을 위한 Docker 및 자동화 스크립트 추가 #2
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