chore: error reporting update
This commit is contained in:
parent
8865bbaad9
commit
e1841e80f2
20
README.md
20
README.md
|
@ -16,6 +16,8 @@ chassis 微服务基座依赖的服务
|
|||
- Logstash
|
||||
- Kibana
|
||||
- Fluentd
|
||||
- Error Reporting
|
||||
- Sentry
|
||||
- Gateway
|
||||
- APISIX
|
||||
- MiddleWares
|
||||
|
@ -56,6 +58,22 @@ grafana 的配置在:./service_configs/admin_service/grafana/xxxx.json (根
|
|||
`docker-compose -f docker-compose-logging.yml up -d --build`
|
||||
|
||||
|
||||
## 启动 Error Reporting 相关服务
|
||||
|
||||
requirements
|
||||
- Docker 19.03.6+
|
||||
- Compose 1.28.0+
|
||||
- 4 CPU Cores
|
||||
- 8 GB RAM
|
||||
- 20 GB Free Disk Space
|
||||
|
||||
启动服务的命令:
|
||||
|
||||
1. 拉取仓库 https://github.com/getsentry/self-hosted/tree/23.6.2
|
||||
- 如果有设置需求,比如更改占用端口,编辑 .env 文件
|
||||
2. 启动sentry,在仓库目录运行 ./install.sh
|
||||
|
||||
|
||||
## 启动 APISIX
|
||||
|
||||
启动服务的命令:
|
||||
|
@ -81,8 +99,6 @@ grafana 的配置在:./service_configs/admin_service/grafana/xxxx.json (根
|
|||
|
||||
- Tracing
|
||||
- Skywalking
|
||||
- Error Reporting
|
||||
- Sentry
|
||||
- Prometheus Exporter
|
||||
- rabbitmq_exporter
|
||||
- node_exporter
|
||||
|
|
Loading…
Reference in New Issue