chore(hyl): 更新配置

This commit is contained in:
BryantHe 2023-07-02 04:29:36 +08:00
parent e0c0d372a2
commit 7087092ffd
16 changed files with 14 additions and 13 deletions

View File

@ -66,6 +66,7 @@ grafana 的配置在:./service_configs/admin_service/grafana/xxxx.json (根
- Metrics
- Prometheus
- rabbitmq_exporter
- Grafana
- Error Reporting
- Sentry

View File

@ -24,7 +24,7 @@ services:
hostname: 'apisix-dashboard'
restart: always
volumes:
- ./dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
- ./apisix/dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
ports:
- "9000:9000"
networks:
@ -36,7 +36,7 @@ services:
hostname: 'apisix'
restart: always
volumes:
- ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
- ./apisix/apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
depends_on:
- etcd
##network_mode: host
@ -72,7 +72,7 @@ services:
hostname: 'apisix-prometheus'
restart: always
volumes:
- ./prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml
- ./apisix/prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml
ports:
- "9093:9090"
networks:
@ -86,9 +86,9 @@ services:
ports:
- "3010:3000"
volumes:
- "./grafana_conf/provisioning:/etc/grafana/provisioning"
- "./grafana_conf/dashboards:/var/lib/grafana/dashboards"
- "./grafana_conf/config/grafana.ini:/etc/grafana/grafana.ini"
- "./apisix/grafana_conf/provisioning:/etc/grafana/provisioning"
- "./apisix/grafana_conf/dashboards:/var/lib/grafana/dashboards"
- "./apisix/grafana_conf/config/grafana.ini:/etc/grafana/grafana.ini"
networks:
apisix:

View File

@ -214,8 +214,8 @@
"gridPos": {
"h": 12,
"w": 12,
"x": 12,
"y": 0
"x": 0,
"y": 12
},
"hiddenSeries": false,
"id": 10,
@ -299,7 +299,7 @@
"h": 12,
"w": 12,
"x": 12,
"y": 0
"y": 12
},
"hiddenSeries": false,
"id": 10,
@ -382,8 +382,8 @@
"gridPos": {
"h": 12,
"w": 12,
"x": 12,
"y": 0
"x": 0,
"y": 24
},
"hiddenSeries": false,
"id": 10,
@ -461,7 +461,7 @@
"list": []
},
"time": {
"from": "now-1h",
"from": "now-12h",
"to": "now"
},
"timepicker": {
@ -492,6 +492,6 @@
"timezone": "",
"title": "Admin Service",
"uid": "ReKfE8Q4z",
"version": 2,
"version": 7,
"weekStart": ""
}