mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 11:06:43 +08:00
prome
This commit is contained in:
parent
85565dc137
commit
15b01a07b5
@ -76,7 +76,7 @@ for ((i = 0; i < ${#service_filename[*]}; i++)); do
|
|||||||
list_to_string ${portList}
|
list_to_string ${portList}
|
||||||
service_ports=($ports_array)
|
service_ports=($ports_array)
|
||||||
|
|
||||||
portList2=$(cat $config_path | grep pushPrometheusPort | awk -F '[:]' '{print $NF}')
|
portList2=$(cat $config_path | grep ${service_prometheus_port_name[$i]} | awk -F '[:]' '{print $NF}')
|
||||||
list_to_string $portList2
|
list_to_string $portList2
|
||||||
prome_ports=($ports_array)
|
prome_ports=($ports_array)
|
||||||
#Start related rpc services based on the number of ports
|
#Start related rpc services based on the number of ports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user