github pinpoint-apm/pinpoint v2.2.0
2.2.0 release notes

latest releases: latest, v2.5.4, v2.5.3...
3 years ago

Key Features

End of support for JDK6

* issue : #7428

Support Epoll channel type in gRpc

  • configuration
## pinpoint.config
## AUTO, NIO, EPOLL
profiler.transport.grpc.agent.sender.channel-type=AUTO
## pinpoint-collector.properties
## AUTO, NIO, EPOLL
collector.receiver.grpc.span.channel-type=AUTO

Auto generate AgentId

AgentID is no longer a required confuguration.
If AgentID is not present, the agent automatically generates it.

11-05 17:22:13.251 INFO  AgentIdResolver                     : Failed to resolve AgentId(-Dpinpoint.agentId)
11-05 17:22:13.409 INFO  AgentIdResolver                     : 'BYDnVJbPR6ODxGK61qTT1A' AgentId is automatically generated
11-05 17:22:13.409 INFO  IdValidator                         : check SystemProperties(-D) applicationName:emeroad-app
11-05 17:22:13.410 INFO  AgentIdResolver                     : SystemProperties(-D) emeroad-app=emeroad-app

Release Notes

Bugs

[#7442] Fix NPE when SocketChannel state is connecting in KafkaPlugin
[#7455] Fix race condation of PingStreamContext

Don't miss a new pinpoint release

NewReleases is sending notifications on new releases.