mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 21:47:17 +08:00
Add GRPC and gin server monitoring logic4
This commit is contained in:
parent
8e50fe8bfe
commit
a4a195aad3
@ -336,7 +336,7 @@ def "IOS_PRODUCTION" "false" # IOS生产
|
|||||||
###################### Prometheus 配置信息 ######################
|
###################### Prometheus 配置信息 ######################
|
||||||
def "PROMETHEUS_ENABLE" "false" # 是否启用 Prometheus
|
def "PROMETHEUS_ENABLE" "false" # 是否启用 Prometheus
|
||||||
# Api 服务的 Prometheus 端口
|
# Api 服务的 Prometheus 端口
|
||||||
readonly API_PROM_PORT=${API_PROM_PORT:-'20110'}
|
readonly API_PROM_PORT=${API_PROM_PORT:-'20100'}
|
||||||
# User 服务的 Prometheus 端口
|
# User 服务的 Prometheus 端口
|
||||||
readonly USER_PROM_PORT=${USER_PROM_PORT:-'20110'}
|
readonly USER_PROM_PORT=${USER_PROM_PORT:-'20110'}
|
||||||
# Friend 服务的 Prometheus 端口
|
# Friend 服务的 Prometheus 端口
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user