1.7.2 key features
Support RabbitMQ Plugin
We're happy to announce the release of RabbitMQ plugin!
(Thank you @majinkai, @jiaqifeng for your contribution)
Max Response Time
Max response time has been added to the Response Time chart.
You may now check out the difference from the average value and max value.
HBase Namespace Support
Users using pinpoint in a shared hbase cluster may now specify their own namespace for pinpoint without polluting the default namespace by configuring the hbase.namespace
option in collector and web's hbase.properties.
Please also remember that you will need to create the tables accordingly, using the namespace set above.
Enhancement CallTree
Add unknown node if not found.
Displays child nodes(remote only) if corrupted.
DNS refresh for TCPSender and UDPSender
When the ip list of domain name change, the TCPSender and UDPSender still connects to the old ip.
But since with 1.7.2, we obtain the latest address from DNS and connect to the new address.
Fix concurrency issue in DeadlockThreadRegistry
Fix concurrency issue in DeadlockThreadRegistry