back to home

pinpoint-apm / pinpoint

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

13,810 stars
3,767 forks
511 issues
JavaHTMLTypeScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing pinpoint-apm/pinpoint in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/pinpoint-apm/pinpoint)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

Pinpoint

Maven codecov

Latest Release (2025/06/12)

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

The current stable version is v3.0.4.

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

Deploying Pinpoint to Kubernetes

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

  • Error-Analysis Error-Analysis 1 Error-Analysis 2

Supported Modules

Compatibility

Java version required to run Pinpoint:

Pinpoint VersionAgentCollectorWebBatch
2.0.x6-13888
2.1.x6-14888
2.2.x7-14888
2.3.x7-17888
2.4.x7-18111111
2.5.x8-19111111
3.0.x8-21171717
3.1.x8-24171717

HBase compatibility table:

Pinpoint VersionHBase 1.xHBase 2.x
2.0.x - 2.2.xyesoptional
2.3.x - 2.5.xyeshbase2-module
3.0.xnoyes
3.1.xnoyes

Agent - Collector compatibility table:

Agent VersionCollector 2.x.xCollector 3.0.xCollector 3.1.x
2.x.xyesyesyes
3.0.xnoyesyes
3.1.xnonoyes

Pinot compatibility table:

Pinpoint VersionPinot 0.11.0Pinot 0.12.0Pinot 1.0.0Pinot 1.2.0Pinot 1.3.0
2.5.xyesyesyesyesyes
3.0.xnonoyesyesyes
3.1.xnononoyesyes

Community

Github issues
Gitter

We have Chinese community now, welcome to join!

👆 click me
QQ Group1: 897594820QQ Group2: 812507584QQ Group3: 882020485DING Group : 21981598
QQ Group1QQ Group2QQ Group3DING 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.