mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 16:32:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			85 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Copyright © 2023 OpenIM. All rights reserved.
 | |
| #
 | |
| # Licensed under the Apache License, Version 2.0 (the "License");
 | |
| # you may not use this file except in compliance with the License.
 | |
| # You may obtain a copy of the License at
 | |
| #
 | |
| #     http://www.apache.org/licenses/LICENSE-2.0
 | |
| #
 | |
| # Unless required by applicable law or agreed to in writing, software
 | |
| # distributed under the License is distributed on an "AS IS" BASIS,
 | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | |
| # See the License for the specific language governing permissions and
 | |
| # limitations under the License.
 | |
| 
 | |
| #more prometheus-compose.yml 
 | |
| global:
 | |
|   scrape_interval:     15s 
 | |
|   evaluation_interval: 15s 
 | |
|   external_labels:
 | |
|     monitor: 'openIM-monitor'
 | |
| 
 | |
| scrape_configs:
 | |
|     - job_name: 'prometheus'
 | |
|       static_configs:
 | |
|       - targets: ['localhost:9091']
 | |
| 
 | |
|     - job_name: 'openIM-server'
 | |
|       metrics_path: /metrics
 | |
|       static_configs:
 | |
|       - targets: ['localhost:10002']
 | |
|         labels:
 | |
|           group: 'api'
 | |
| 
 | |
|       - targets: ['localhost:20110']
 | |
|         labels:
 | |
|           group: 'user'
 | |
| 
 | |
|       - targets: ['localhost:20120']
 | |
|         labels:
 | |
|           group: 'friend'
 | |
| 
 | |
|       - targets: ['localhost:20130']
 | |
|         labels:
 | |
|           group: 'message'
 | |
| 
 | |
|       - targets: ['localhost:20140']
 | |
|         labels:
 | |
|           group: 'msg-gateway'    
 | |
| 
 | |
|       - targets: ['localhost:20150']
 | |
|         labels:
 | |
|           group: 'group'
 | |
| 
 | |
|       - targets: ['localhost:20160']
 | |
|         labels:
 | |
|           group: 'auth'
 | |
| 
 | |
|       - targets: ['localhost:20170']
 | |
|         labels:
 | |
|           group: 'push'
 | |
| 
 | |
|       - targets: ['localhost:20120']
 | |
|         labels:
 | |
|           group: 'friend'
 | |
| 
 | |
|       
 | |
|       - targets: ['localhost:20230']
 | |
|         labels:
 | |
|           group: 'conversation' 
 | |
| 
 | |
|       
 | |
|       - targets: ['localhost:21400', 'localhost:21401', 'localhost:21402', 'localhost:21403']
 | |
|         labels:
 | |
|           group: 'msg-transfer'
 | |
|        
 | |
|  
 | |
| 
 | |
| 
 | |
|       
 | |
| 
 | |
|     - job_name: 'node'  
 | |
|       scrape_interval: 8s
 | |
|       static_configs:
 | |
|       - targets: ['localhost:9100']
 | |
|       |