mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-17 08:25:10 +08:00
* fix:log * fix: add log * fix: del return * fix: push config * feat: add push err log and extend push wait time * feat: group config * feat: add log in write binary msg * feat: Modify Prometheus data scraping ports and reserve port space. * feat: change group rpc num * feat: change log * fix: remove quotation mark
7 lines
325 B
YAML
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 ]
|