[#5] disable until 1.8.1 release
This commit is contained in:
		
							parent
							
								
									c5a34e9d20
								
							
						
					
					
						commit
						1e46c9c25b
					
				| 
						 | 
					@ -39,18 +39,18 @@ This will install and run all services required to run all features in Pinpoint
 | 
				
			||||||
 - Pinpoint-Web Server
 | 
					 - Pinpoint-Web Server
 | 
				
			||||||
 - Pinpoint-Collector
 | 
					 - Pinpoint-Collector
 | 
				
			||||||
 - Pinpoint-Agent
 | 
					 - Pinpoint-Agent
 | 
				
			||||||
 - Pinpoint-Flink(just for certain feature)
 | 
					 - Pinpoint-Flink(to support certain feature)
 | 
				
			||||||
 - Pinpoint-Zookeeper
 | 
					 - Pinpoint-Zookeeper
 | 
				
			||||||
 - Pinpoint-Hbase
 | 
					 - Pinpoint-Hbase
 | 
				
			||||||
 - Pinpoint-QuickStart(a sample application)
 | 
					 - Pinpoint-QuickStart(a sample application, 1.8.1+)
 | 
				
			||||||
 - Pinpoint-Mysql(just for certain feature)
 | 
					 - Pinpoint-Mysql(to support certain feature)
 | 
				
			||||||
This may take several minutes to download all necessary images.
 | 
					This may take several minutes to download all necessary images.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can replace `QuickStart` application part with your application to start monitoring.  
 | 
					You can replace `QuickStart` application part with your application to start monitoring.  
 | 
				
			||||||
 - check [`Testing QuickStart application`](#testing-quickstart-application) for a quick demo of pinpoint
 | 
					 - check [`Testing QuickStart application`](#testing-quickstart-application) for a quick demo of pinpoint
 | 
				
			||||||
 - check [`Monitoring YOUR Application`](#monitoring-your-application) part for further details
 | 
					 - check [`Monitoring YOUR Application`](#monitoring-your-application) part for further details
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Mysql (optional)
 | 
					### Mysql (optional, 1.8.1+)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The Pinpoint-Mysql is necessary to use 'Alarm' feature. It's server is running on port 13306 and contains the data structure used to register users, groups, and alerts to be sent.
 | 
					The Pinpoint-Mysql is necessary to use 'Alarm' feature. It's server is running on port 13306 and contains the data structure used to register users, groups, and alerts to be sent.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,7 +44,7 @@ services:
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    container_name: pinpoint-mysql
 | 
					    container_name: pinpoint-mysql
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    image: "pinpointdocker/pinpoint-mysql:${PINPOINT_VERSION}"
 | 
					#    image: "pinpointdocker/pinpoint-mysql:${PINPOINT_VERSION}"
 | 
				
			||||||
    hostname: pinpoint-mysql
 | 
					    hostname: pinpoint-mysql
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "13306:3306"
 | 
					      - "13306:3306"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue