What's New

What's New in v2.3.1

Notice

We have moved our documentation to Gitbook. https://pinpoint-apm.gitbook.io/pinpoint

Experimental Features

How to enable the experimental function

ServerMap realtime mode (#6980)

Scatter chart heatmap mode (#8218)

Key Features

New Timeline (#7664)

To provide more features via appling perfetto(https://github.com/google/perfetto).

Support webhook menus (#8132)

Please refer to pinpoint gitbook

Support percent sampler (#6617)

(Thank you @yjqg6666 for your contribution)

  • pinpoint.config

# support 2 types, COUNTING(default) and PERCENT.
# If this value set to COUNTING(default), sampling rate is 1/n.
# If this value set to PERCENT, sampling rate is n%.
profiler.sampling.type=PERCENT

# if it's PERCENT, then first x transactions out of y transactions will be sampled.
# Support from 100% to 0.01%
# eg. 100: 100%    50: 50%    0.01: 0.01%
profiler.sampling.percent.sampling-rate=100

Support TLS (#8128)

Support TLS Connection for agent and collector

Add user proxy plugin(#8122)

Release Notes

Plugins

Enhancements

Bugs

Configuration

Cleanup

Dependency

Notice for Downloadfile

pinpoint-hbase2-collector-boot-2.3.1-p1.jar in download file is the version with the a887052e6599657ed93fdd8932a5e16056fa82ff feature.

Thank You

to whom provided or suggested valuable features whom fixed or reported bugs whom showed interest in Pinpoint and shared it to others.

Thank you all. If there is someone who was inadvertently excluded, please let me know. @aalinyu @Duytq7 @mariusssi @yjqg6666

Upgrade consideration

HBase compatibility table:

Agent compatibility to Collector table:

Additionally, the required Java version to run each Pinpoint component is given below:

Supported Modules

  • JDK 6+

  • Supported versions of the * indicated library may differ from the actual version.

Last updated