Pinpoint is comprised of 3 main components (Collector, Web, Agent), and uses HBase as its storage. Collector and Web are packaged as simple WAR files, and the Agent is packaged so that it may be attached to applications as a java agent.
Pinpoint QuickStart provides a sample TestApp for the Agent to attach itself to, and launches all three components using Tomcat Maven Plugin.
In order to build Pinpoint, the following requirements must be met:
QuickStart supports Linux, OSX, and Windows.
Download Pinpoint with git clone https://github.com/naver/pinpoint.git
or download the project as a zip file and unzip.
Install Pinpoint by running ./mvnw install -Dmaven.test.skip=true
The following script downloads HBase standalone from Apache download site.
For Windows, you'll have to download HBase manually from Apache download site.
Download
HBase-1.0.3-bin.tar.gz
and unzip it.Rename the directory to
hbase
so that the final HBase directory looks likequickstart\hbase\hbase
.Also note that you should run the scripts below by their corresponding
.cmd
files.
Download & Start - Run quickstart/bin/start-hbase.sh
Initialize Tables - Run quickstart/bin/init-hbase.sh
Collector - Run quickstart/bin/start-collector.sh
TestApp - Run quickstart/bin/start-testapp.sh
Web UI - Run quickstart/bin/start-web.sh
Once the startup scripts are completed, the last 10 lines of the Tomcat log are tailed to the console:
Collector
TestApp
Web UI
Once HBase and the 3 daemons are running, you may visit the following addresses to test out your very own Pinpoint instance.
You can feed trace data to Pinpoint using the TestApp UI, and check them using Pinpoint Web UI. TestApp registers itself as test-agent under TESTAPP.
Web UI - Run quickstart/bin/stop-web.sh
TestApp - Run quickstart/bin/stop-testapp.sh
Collector - Run quickstart/bin/stop-collector.sh
HBase - Run quickstart/bin/stop-hbase.sh
Pinpoint Web uses Mysql to persist users, user groups, and alarm configurations.
However Quickstart uses MockDAO to reduce memory usage.
Therefore if you want to use Mysql for Quickstart, please refer to Pinpoint Web's applicationContext-dao-config.xml
, jdbc.properties.
Additionally, if you would like to enable alerts, you need to implement additional logic. Please ref this link
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。