OpenSource

[APM] Pinpoint

아르비스 2019. 2. 28. 11:21

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

Supported Modules

  • JDK 6+
  • Tomcat 6/7/8, Jetty 8/9JBoss EAP 6Resin 4Websphere 6/7/8Vertx 3.3/3.4/3.5
  • Spring, Spring Boot (Embedded Tomcat, Jetty)
  • Apache HTTP Client 3.x/4.x, JDK HttpConnector, GoogleHttpClient, OkHttpClient, NingAsyncHttpClient
  • Thrift Client, Thrift Service, DUBBO PROVIDER, DUBBO CONSUMER
  • ActiveMQ, RabbitMQ
  • MySQL, Oracle, MSSQL(jtds), CUBRID,POSTGRESQL, MARIA
  • Arcus, Memcached, Redis, CASSANDRA
  • iBATIS, MyBatis
  • DBCP, DBCP2, HIKARICP
  • gson, Jackson, Json Lib
  • log4j, Logback

Compatibility

Java version required to run Pinpoint:

Pinpoint Version
Agent
Collector
Web
1.0.x6-86+6+
1.1.x6-87+7+
1.5.x6-87+7+
1.6.x6-87+7+
1.7.x6-88+8+
1.8.x6-108+8+

HBase compatibility table:

Pinpoint Version
HBase 0.94.x
HBase 0.98.x
HBase 1.0.x
HBase 1.2.x
Pinpoint Version
HBase 0.94.x
HBase 0.98.x
HBase 1.0.x
HBase 1.2.x
1.0.xyesnonono
1.1.xnonot testedyesnot tested
1.5.xnonot testedyesnot tested
1.6.xnonot testednot testedyes
1.7.xnonot testednot testedyes
1.8.xnonot testednot testedyes

Agent - Collector compatibility table:

Agent Version
Collector 1.0.x
Collector 1.1.x
Collector 1.5.x
Collector 1.6.x
Collector 1.7.x
Collector 1.8.x
1.0.xyesyesyesyesyesyes
1.1.xnot testedyesyesyesyesyes
1.5.xnonoyesyesyesyes
1.6.xnononot testedyesyesyes
1.7.xnonononoyesyes
1.8.xnononononoyes

Flink compatibility table:

Pinpoint Version
flink 1.3.X
flink 1.4.X
1.7.xyesno

User Group

For Q/A and discussion here.

License

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