mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 16:32:12 +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
		
			
				
	
	
		
			14 lines
		
	
	
		
			520 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			520 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 ]
 | |
| 
 | |
| prometheus:
 | |
|   # Whether to enable prometheus
 | |
|   enable: true
 | |
|   # Prometheus listening ports, must match the number of api.ports
 | |
|   ports: [ 20502 ]
 | |
|   # This address can be accessed via a browser
 | |
|   grafanaURL: http://127.0.0.1:13000/
 |