mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-03 18:52:15 +08:00
7 lines
353 B
YAML
7 lines
353 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: [ 12020, 12021, 12022, 12023, 12024, 12025, 12026, 12027 ]
|