Quick-start guide

Pinpoint QuickStart provides a sample TestApp for the Agent.

Docker

Installing Pinpoint with these docker files will take approximately 10min.

Visit Official Pinpoint-Docker repository for more information.

Installation

To set up your very own Pinpoint instance you can either download the build results from our latest release.

HBase

Download, Configure, and Start HBase - 1. Hbase.

$ tar xzvf hbase-x.x.x-bin.tar.gz
$ cd hbase-x.x.x/
$ ./bin/start-hbase.sh

See scripts and Run.

$ ./bin/hbase shell hbase-create.hbase

Pinpoint Collector

Download, and Start Collector - 3. Pinpoint Collector

Pinpoint Web

Download, and Start Web - 4. Pinpoint Web

Java Agent

Requirements

In order to build Pinpoint, the following requirements must be met:

  • JDK 8 installed

Download Pinpoint from Latest Release.

Extract the downloaded file.

Run the JAR file, as follows:

When Building Manually

Download Pinpoint with git clone https://github.com/pinpoint-apm/pinpoint.git or download the project as a zip file and unzip.

Change to the pinpoint directory, and build.

Change to the quickstart testapp directory, and build. Let's build and run.

Change to the pinpoint directory, and run.

Get Started

You should see some output that looks very similar to this:

The last couple of lines here tell us that Spring has started. Spring Boot’s embedded Apache Tomcat server is acting as a webserver and is listening for requests on localhost port 8082. Open your browser and in the address bar at the top enter http://localhost:8082

Last updated

Was this helpful?