githubEdit

Introduction

Mavenarrow-up-right codecovarrow-up-right

Pinpoint is an APM (Application Performance Management) tool for large-scale distributed systems written in Java / PHParrow-up-right. Inspired by Dapperarrow-up-right, 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)

Live Demo

Want a quick tour?

Getting Started

Google Analytics

The web module has google analytics attached that tracks the number and the order of button clicks in the server map, transaction list, and the inspector view.

This data is used to better understand how users interact with the Web UI which gives us valuable information in improving Pinpoint Web's user experience. To disable this for any reason, set the following option to false in pinpoint-web.properties for your web instance.

Is your application created with PHP?

Pinpoint has started to support application written in PHP. Check-out our php-agent repositoryarrow-up-right.

Looking for place to ask questions?

Questions and FAQ

License

Pinpoint is licensed under the Apache License, Version 2.0. See LICENSEarrow-up-right for full license text.

Last updated

Was this helpful?