open-im-server/config/openim-msgtransfer.yml
icey-yu 43f726dc78 Revert "feat: change port"
This reverts commit 06d5e944
2024-09-09 09:57:05 +08:00

7 lines
325 B
YAML

prometheus:
# Enable or disable Prometheus monitoring
enable: true
# List of ports that Prometheus listens on; each port corresponds to an instance of monitoring. Ensure these are managed accordingly
# Because four instances have been launched, four ports need to be specified
ports: [ 20600, 20601, 20602, 20603 ]