All Projects → yous → pinpoint-docker

yous / pinpoint-docker

Licence: MIT license
Docker for Pinpoint

Projects that are alternatives of or similar to pinpoint-docker

collector-backend
Back-end collector API and publishers for Desole
Stars: ✭ 64 (+72.97%)
Mutual labels:  pinpoint
iSAFE
Pinpoints the mutation favored by selection
Stars: ✭ 24 (-35.14%)
Mutual labels:  pinpoint
pinpoint-node-agent
Pinpoint Node.js agent
Stars: ✭ 45 (+21.62%)
Mutual labels:  pinpoint
Lidea
大型分布式系统实时监控平台
Stars: ✭ 28 (-24.32%)
Mutual labels:  pinpoint
Amplify Js
A declarative JavaScript library for application development using cloud services.
Stars: ✭ 8,539 (+22978.38%)
Mutual labels:  pinpoint
docker-pinpoint
Docker Compose for Naver Pinpoint
Stars: ✭ 18 (-51.35%)
Mutual labels:  pinpoint
PhotosApp
React Native Photos App: AWS Amplify, AWS S3, Mobile Analytics with Pinpoint
Stars: ✭ 21 (-43.24%)
Mutual labels:  pinpoint
my-demo
Demo Application for Dubbo, Mycat, Sharding-Proxy, Seata, SkyWalking, PinPoint, ZipKin, Docker, Kubernetes, Istio, Postman/Newman, FitNesse
Stars: ✭ 37 (+0%)
Mutual labels:  pinpoint

Pinpoint Docker

Docker Stars

Docker for Pinpoint. You can see the repository on yous/pinpoint.

About

All versions of Docker run on Debian (jessie). Minimal requirements are installed, git, wget, curl, ps, netstat.

1.6.1

  • Oracle Java SE 6u45, 7u80 and 8u121 with JAVA_6_HOME, JAVA_7_HOME, JAVA_8_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 1.0.3

1.6.0

  • Oracle Java SE 6u45, 7u80 and 8u121 with JAVA_6_HOME, JAVA_7_HOME, JAVA_8_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 1.0.3

1.5.2

  • Oracle Java SE 6u45, 7u80 and 8u121 with JAVA_6_HOME, JAVA_7_HOME, JAVA_8_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 1.0.3

1.5.1

  • Oracle Java SE 6u45, 7u80 and 8u121 with JAVA_6_HOME, JAVA_7_HOME, JAVA_8_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 1.0.1

1.5.0

  • Oracle Java SE 6u45, 7u80 and 8u121 with JAVA_6_HOME, JAVA_7_HOME, JAVA_8_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 1.0.1

1.1.2

  • Oracle Java SE 6u45 and 7u80 with JAVA_6_HOME, JAVA_7_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 1.0.1

1.1.1

  • Oracle Java SE 6u45 and 7u80 with JAVA_6_HOME, JAVA_7_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 1.0.1

1.1.0

  • Oracle Java SE 6u45 and 7u80 with JAVA_6_HOME, JAVA_7_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 1.0.1

1.0.5

  • Oracle Java SE 6u45 and 7u80 with JAVA_6_HOME, JAVA_7_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 0.94.25

1.0.4

  • Oracle Java SE 6u45 and 7u80 with JAVA_6_HOME, JAVA_7_HOME and JAVA_HOME
  • Maven 3.2.5
  • HBase 0.94.25

For more information about this Dockerfile, see "Using Pinpoint with Docker".

Installation

If you want to use latest version of Pinpoint supported by the Dockerfile,

docker pull yous/pinpoint

Also you can specify the version:

docker pull yous/pinpoint:1.0.4

See tags for the list of all available versions.

Usage

docker run -i -t yous/pinpoint:latest bash

Quickstart

docker run -i -t -p 28080-28082:28080-28082 --cap-add SYS_PTRACE \
  yous/pinpoint:latest bash

We have to expose some ports used by Pinpoint by specifying -p options. --cap-add SYS_PTRACE is needed for netstat -anp for displaying its PID with the program name. See docker/docker#7276 for details.

Starting

Start HBase

  • Start: quickstart/bin/start-hbase.sh
  • Initialize Tables: quickstart/bin/init-hbase.sh

Start Pinpoint Daemons

  • Collector: quickstart/bin/start-collector.sh
  • Web UI: quickstart/bin/start-web.sh
  • TestApp: quickstart/bin/start-testapp.sh

Visit the following addresses to test out your Pinpoint instance.

  • Web UI: http://localhost:28080
  • TestApp: http://localhost:28081

Stopping

  • HBase: quickstart/bin/stop-hbase.sh
  • Collector: quickstart/bin/stop-collector.sh
  • Web UI: quickstart/bin/stop-web.sh
  • TestApp: quickstart/bin/stop-testapp.sh

License

Copyright © Chayoung You. See LICENSE.txt for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].