Skip to content

APM, (Application Performance Management) tool for large-scale distributed systems.

License

Notifications You must be signed in to change notification settings

intr3p1d/pinpoint

This branch is 541 commits behind pinpoint-apm/pinpoint:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3215895 Â· Aug 9, 2024
Jun 3, 2024
May 31, 2024
Aug 7, 2024
May 30, 2024
Jun 24, 2024
Aug 5, 2024
Jun 28, 2024
May 30, 2024
Aug 6, 2024
Aug 9, 2024
May 30, 2024
May 30, 2024
Jun 28, 2024
May 31, 2024
May 30, 2024
Jul 16, 2024
May 30, 2024
Aug 7, 2024
Aug 8, 2024
May 30, 2024
Dec 28, 2022
Jul 30, 2024
Aug 2, 2024
Aug 7, 2024
Jun 28, 2024
Jul 25, 2024
Apr 27, 2022
Jul 18, 2024
Jul 10, 2024
Aug 8, 2024
Jul 10, 2024
May 30, 2024
Jul 30, 2024
Jun 28, 2024
May 30, 2024
May 30, 2024
Jul 5, 2024
May 30, 2024
Jun 5, 2024
May 30, 2024
Jun 4, 2024
Aug 1, 2024
Aug 8, 2024
Aug 9, 2024
Jul 10, 2024
Feb 6, 2023
May 14, 2021
Aug 14, 2020
Dec 19, 2016
Dec 27, 2014
May 17, 2024
May 30, 2024
Sep 24, 2014
Sep 24, 2014
Jun 21, 2022
May 31, 2024
May 31, 2024
Aug 7, 2024
Nov 8, 2023

Repository files navigation

Pinpoint

Maven codecov

Latest Release (2024/05/30)

We're happy to announce the release of Pinpoint v3.0.0. Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v3.0.0).

The current stable version is v3.0.0.

Live Demo

Take a quick look at Pinpoint with our demo!

PHP, PYTHON

Pinpoint also supports application written in PHP, Python. Check-out our agent repository.

About Pinpoint

Pinpoint is an APM (Application Performance Management) tool for large-scale distributed systems written in Java / PHP/PYTHON. Inspired by Dapper, Pinpoint provides a solution to help analyze the overall structure of the system and how components within them are interconnected by tracing transactions across distributed applications.

You should definitely check Pinpoint out If you want to

  • understand your application topology at a glance
  • monitor your application in Real-Time
  • gain code-level visibility to every transaction
  • install APM Agents without changing a single line of code
  • have minimal impact on the performance (approximately 3% increase in resource usage)

Getting Started

Overview

Services nowadays often consist of many different components, communicating amongst themselves as well as making API calls to external services. How each and every transaction gets executed is often left as a blackbox. Pinpoint traces transaction flows between these components and provides a clear view to identify problem areas and potential bottlenecks.
For a more intimate guide, please check out our Introduction to Pinpoint video clip.

  • ServerMap - Understand the topology of any distributed systems by visualizing how their components are interconnected. Clicking on a node reveals details about the component, such as its current status, and transaction count.

  • Realtime Active Thread Chart - Monitor active threads inside applications in real-time.

  • Request/Response Scatter Chart - Visualize request count and response patterns over time to identify potential problems. Transactions can be selected for additional detail by dragging over the chart.

    Server Map

  • CallStack - Gain code-level visibility to every transaction in a distributed environment, identifying bottlenecks and points of failure in a single view.

    Call Stack

  • Inspector - View additional details on the application such as CPU usage, Memory/Garbage Collection, TPS, and JVM arguments.

    Inspector

  • URI-metric URI-Metric

  • Infrastructure Infrastructure

Supported Modules

Compatibility

Java version required to run Pinpoint:

Pinpoint Version Agent Collector Web Flink
2.0.x 6-13 8 8 8
2.1.x 6-14 8 8 8
2.2.x 7-14 8 8 8
2.3.x 7-17 8 8 8
2.4.x 7-18 11 11 11
2.5.x 8-19 11 11 11
3.0.x 8-21 17 17 17

HBase compatibility table:

Pinpoint Version HBase 1.x HBase 2.x
2.0.x yes optional
2.1.x yes optional
2.2.x yes optional
2.3.x yes hbase2-module
2.4.x yes hbase2-module
2.5.x yes hbase2-module
3.0.x no yes

Agent - Collector compatibility table:

Agent Version Collector 2.0.x Collector 2.1.x Collector 2.2.x Collector 2.3.x Collector 2.4.x Collector 2.5.x Collector 3.0.x
2.0.x yes yes yes yes yes yes yes
2.1.x no yes yes yes yes yes yes
2.2.x no no yes yes yes yes yes
2.3.x no no no yes yes yes yes
2.4.x no no no no yes yes yes
2.5.x no no no no no yes yes
3.0.x no no no no no no yes

Flink compatibility table:

Pinpoint Version Flink 1.3.X Flink 1.4.X Flink 1.5.X Flink 1.6.X Flink 1.7.X Flink 1.14.X Flink 1.18.X
2.0.x yes yes yes yes yes no no
2.1.x yes yes yes yes yes no no
2.2.x yes yes yes yes yes no no
2.3.x yes yes yes yes yes no no
2.4.x yes yes yes yes yes yes no
2.5.x yes yes yes yes yes yes no
3.0.x no no no no no no yes

Pinot compatibility table:

Pinpoint Version Pinot 0.11.0 Pinot 0.12.0 Pinot 1.0.0
2.5.x yes yes yes
3.0.x no no yes

Community

Github issues
Gitter

We have Chinese community now, welcome to join!

👆 click me
QQ Group1: 897594820 QQ Group2: 812507584 QQ Group3: 882020485 DING Group : 21981598
QQ Group1 QQ Group2 QQ Group3 DING Group

License

Pinpoint is licensed under the Apache License, Version 2.0. See LICENSE for full license text.

Copyright 2018 NAVER Corp.

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.

About

APM, (Application Performance Management) tool for large-scale distributed systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.8%
  • TypeScript 12.0%
  • CSS 1.0%
  • HTML 0.9%
  • Shell 0.1%
  • JavaScript 0.1%
  • Other 0.1%