Pinpoint alternatives and similar libraries
Based on the "Distributed Applications" category.
Alternatively, view Pinpoint alternatives based on common mentions on social networks and blogs.
-
Redisson
Redisson - Easy Redis Java client and Real-Time Data Platform. Valkey compatible. Sync/Async/RxJava/Reactive API. Over 50 Redis or Valkey based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache... -
Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable. -
Zuul
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more. -
Hazelcast
Hazelcast is a unified real-time data platform combining stream processing with a fast data store, allowing customers to act instantly on data-in-motion for real-time insights. -
Ribbon
Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support. -
ScaleCube
Microservices library - scalecube-services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Pinpoint or a related project?
README
[Pinpoint](web/psd/logo.png)
Latest Release (2022/09/30)
We're happy to announce the release of Pinpoint v2.4.2. Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.4.2).
The current stable version is v2.4.2.
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]((https://github.com/pinpoint-apm/pinpoint-c-agent)). 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
- Quick-start guide for simple test run of Pinpoint
- Installation guide for further instructions.
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](doc/images/ss_server-map.png)
- CallStack - Gain code-level visibility to every transaction in a distributed environment, identifying bottlenecks and points of failure in a single view.
[Call Stack](doc/images/ss_call-stack.png)
- Inspector - View additional details on the application such as CPU usage, Memory/Garbage Collection, TPS, and JVM arguments.
[Inspector](doc/images/ss_inspector.png)
Supported Modules
- JDK 8+
- Tomcat, Jetty, JBoss EAP, Resin, Websphere, Vertx, Weblogic, Undertow, Akka HTTP
- Spring, Spring Boot (Embedded Tomcat, Jetty, Undertow, Reactor Netty), Spring WebFlux
- Apache HttpClient 3 / 4 / 5, JDK HttpConnector, GoogleHttpClient, OkHttpClient, NingAsyncHttpClient
- Thrift, DUBBO, GRPC, Apache CXF
- ActiveMQ, RabbitMQ, Kafka, RocketMQ, Paho MQTT
- MySQL, Oracle, MSSQL, JTDS, CUBRID, POSTGRESQL, MARIA, Informix
- Arcus, Memcached, Redis(Jedis, Lettuce, Redisson), CASSANDRA, MongoDB, Hbase, Elasticsearch
- iBATIS, MyBatis
- DBCP, DBCP2, HIKARICP, DRUID
- Gson, Jackson, Json Lib, Fastjson
- log4j, Logback, log4j2
- OpenWhisk
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 <!-- --> HBase compatibility table: <!-- --> Pinpoint Version | HBase 1.0.x | HBase 1.2.x | HBase 1.4.x | HBase 2.0.x ---------------- | ----------- | ----------- | ----------- | ----------- 2.0.x | not tested | yes | yes | optional 2.1.x | not tested | yes | yes | optional 2.2.x | not tested | yes | yes | optional 2.3.x | not tested | yes | yes | hbase2-module 2.4.x | not tested | yes | yes | hbase2-module 2.5.x | not tested | yes | yes | hbase2-module <!-- --> 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 | ------------- | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- | 2.0.x | yes | yes | yes | yes | yes | yes 2.1.x | no | yes | yes | yes | yes | yes 2.2.x | no | no | yes | yes | yes | yes 2.3.x | no | no | no | yes | yes | yes 2.4.x | no | no | no | no | yes | yes 2.5.x | 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 |
---|---|---|---|---|---|---|
2.0.x | yes | yes | yes | yes | yes | no |
2.1.x | yes | yes | yes | yes | yes | no |
2.2.x | yes | yes | yes | yes | yes | no |
2.3.x | yes | yes | yes | yes | yes | no |
2.4.x | yes | yes | yes | yes | yes | yes |
2.5.x | yes | yes | yes | yes | yes | yes |
Community
Github issues
Google group
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](doc/images/NAVERPinpoint.png) | [QQ Group2](doc/images/NAVERPinpoint2.png) | [QQ Group3](doc/images/NAVERPinpoint3.png) | [DING Group](doc/images/NaverPinpoint交流群-DING.jpg) |
License
Pinpoint is licensed under the Apache License, Version 2.0. See [LICENSE](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.
*Note that all licence references and agreements mentioned in the Pinpoint README section above
are relevant to that project's source code only.