mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
* chore: docker config * chore: docker config * feat: Group Monitoring Components, Enable Host Mode && Deprecate reliabilityLevel and unreadCount in notification.yml * feat: Group Monitoring Components, Enable Host Mode && Deprecate reliabilityLevel and unreadCount in notification.yml * feat: Group Monitoring Components, Enable Host Mode && Deprecate reliabilityLevel and unreadCount in notification.yml * feat: cicd
20 lines
776 B
YAML
20 lines
776 B
YAML
api:
|
|
# Listening IP; 0.0.0.0 means both internal and external IPs are listened to, default is recommended
|
|
listenIP: 0.0.0.0
|
|
# Listening ports; if multiple are configured, multiple instances will be launched, must be consistent with the number of prometheus.ports
|
|
ports: [ 10002 ]
|
|
# API compression level; 0: default compression, 1: best compression, 2: best speed, -1: no compression
|
|
compressionLevel: 0
|
|
|
|
|
|
prometheus:
|
|
# Whether to enable prometheus
|
|
enable: true
|
|
# autoSetPorts indicates whether to automatically set the ports
|
|
autoSetPorts: true
|
|
# Prometheus listening ports, must match the number of api.ports
|
|
# It will only take effect when autoSetPorts is set to false.
|
|
ports: [ 12002 ]
|
|
# This address can be accessed via a browser
|
|
grafanaURL:
|