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 - Metrics
- Prometheus - Prometheus
- rabbitmq_exporter
- Grafana - Grafana
- Error Reporting - Error Reporting
- Sentry - Sentry

View File

@ -24,7 +24,7 @@ services:
hostname: 'apisix-dashboard' hostname: 'apisix-dashboard'
restart: always restart: always
volumes: 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: ports:
- "9000:9000" - "9000:9000"
networks: networks:
@ -36,7 +36,7 @@ services:
hostname: 'apisix' hostname: 'apisix'
restart: always restart: always
volumes: 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: depends_on:
- etcd - etcd
##network_mode: host ##network_mode: host
@ -72,7 +72,7 @@ services:
hostname: 'apisix-prometheus' hostname: 'apisix-prometheus'
restart: always restart: always
volumes: volumes:
- ./prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml - ./apisix/prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml
ports: ports:
- "9093:9090" - "9093:9090"
networks: networks:
@ -86,9 +86,9 @@ services:
ports: ports:
- "3010:3000" - "3010:3000"
volumes: volumes:
- "./grafana_conf/provisioning:/etc/grafana/provisioning" - "./apisix/grafana_conf/provisioning:/etc/grafana/provisioning"
- "./grafana_conf/dashboards:/var/lib/grafana/dashboards" - "./apisix/grafana_conf/dashboards:/var/lib/grafana/dashboards"
- "./grafana_conf/config/grafana.ini:/etc/grafana/grafana.ini" - "./apisix/grafana_conf/config/grafana.ini:/etc/grafana/grafana.ini"
networks: networks:
apisix: apisix:

View File

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