pinpoint icon indicating copy to clipboard operation
pinpoint copied to clipboard

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

Results 293 pinpoint issues
Sort by recently updated
recently updated
newest added

Does pinpoint have any End of Life policy?

When running pinpoint 2.4.0 version web,collector with java -jar, the process is automatically killed. (When Pinpoint 2.3.3 module is executed, it does not end and runs normally) Can you confirm...

ref : https://github.com/pinpoint-apm/pinpoint/issues/9037

module:flink

## Update thrift plugin for 0.14 or later Enhancements to support libthrift version 0.14 and later.

enhancement
module:plugin

agent部署完成后,app启动一直告警,并且web接收不到数据 告警信息: 07-07 11:40:22.022 [-Executor(12-0)] WARN c.n.p.p.r.g.GrpcCommandService -- Failed to command stream, cause=INTERNAL: http2 exception io.grpc.StatusRuntimeException: INTERNAL: http2 exception at io.grpc.Status.asRuntimeException(Status.java:535) ~[grpc-api-1.43.2.jar:1.43.2] at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:479) [grpc-stub-1.43.2.jar:1.43.2] at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:562) [grpc-core-1.43.2.jar:2.4.0] at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)...

Unify the policy for the physical server to the container.

Hi, When I use Hbase2.x ,Pinpoint index page can't display node and line. But Hbase1.x can display. #hbase2.x pinpoint-hbase2-collector-boot-2.4.0.jar & pinpoint-hbase2-web-boot-2.4.0.jar ![hbase2 x](https://user-images.githubusercontent.com/20118859/176660867-18093c30-c7e1-47e5-a599-0f96f84e9529.png) # web api result ![hbase2_interface](https://user-images.githubusercontent.com/20118859/176660903-b1226fd6-d880-45cf-be94-9438c6d90419.png) # hbase1.x...

Traversing all applications to find inactive agents may take tremendous time to query Hbase, and be likely to lose all information in `inactiveAgentMap` by unavoidable exception on the way. It...

自定义插件监控 http请求然后分析,在1.8.3版本中 agent可以正常使用,但是升级到了2.3.2中一直报错Java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletRequest HttpServletRequest request = (HttpServletRequest)args[0]; HttpSession session = request.getSession(); final SpanEventRecorder recorder = trace.currentSpanEventRecorder(); recorder.recordServiceType(serviceType); recorder.recordApi(descriptor); recorder.recordException(throwable);