Skip to content

Releases: pinpoint-apm/pinpoint

2.5.0 release note

27 Dec 09:54

Choose a tag to compare

Key Features

End of support for JDK7

Introduced Apache Pinot as metric store

  • Pinpoint now uses Apache Pinot as a repository for metrics.

URI Metric

  • Supported frameworks : Spring Web MVC, Spring WebFlux, Vert.x-Web
  • manual
    URI-Metric

Infrastructure Metric

Improved CallTree UX

  • CallTree's search interface has been improved #9272
    call-tree2

New Plugins

  • Supports Spring Data R2DBC #9089
  • Supports Cassandra Java Driver 4.x #9452
  • Supports Apache HttpClient 5.x #9242
  • Add a sampling rate specification for each URL #9153

Bug Fixes

  • Improved stability of Pinpoint collector #9264
    • Prevents collector's native memory leak due to malfunction of grpc agent
      Fixed in go agent 1.0.1

What's Changed

Read more

2.4.2 release note

30 Sep 08:08

Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

2.4.1 release note

04 Aug 06:11

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

2.4.0 release notes

30 May 07:42

Choose a tag to compare

Security Update

Important Changes

  • Hbase schema changed #8348
hbase/bin> ./hbase shell
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' }
  or 
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' , COMPRESSION => 'SNAPPY'}
  • Bump Flink version (1.7.1 -> 1.14.2) #8550
    Upgrade to Flink 1.14.x or higher is recommended

Key Features

Java11 support

  • #8470 Pinpoint server module no longer supports java8

Side Bar UI (experimental)

Apdex score

Support Kotlin Coroutines Plugin

Pinpoint Banner

Bug Fixes

  • Fixed a bug where the realtime feature did not work intermittently
    • #8811 Backport CURATOR-525
  • Fixed a bug where very long traces were broken
    • #8597 Fix short overflow of sequence in Span

What's Changed

Dependencies

Read more

2.4.0-RC1

10 May 07:35

Choose a tag to compare

Security Update

Important Changes

  • Hbase schema changed #8348
hbase/bin> ./hbase shell
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' }
  or 
hbase> alter 'ApplicationTraceIndex', { NAME => 'M', TTL => 5184000, DATA_BLOCK_ENCODING => 'PREFIX' , COMPRESSION => 'SNAPPY'}
  • Bump Flink version (1.7.1 -> 1.14.2) #8550
    Upgrade to Flink 1.14.x or higher is recommended

Key Features

Java11 support

  • #8470 Pinpoint server module no longer supports java8

Side Bar UI (experimental)

Apdex score

Support Kotlin Coroutines Plugin

Pinpoint Banner

Bug Fixes

  • Fixed a bug where the realtime feature did not work intermittently
    • #8811 Backport CURATOR-525
  • Fixed a bug where very long traces were broken
    • #8597 Fix short overflow of sequence in Span

What's Changed

Dependencies

Read more

v2.3.3

22 Dec 04:36

Choose a tag to compare

Security Patch Release

Release Notes

Thank You

Thank you all.
If there is someone who was inadvertently excluded, please let me know.
@kjkmadness

2.3.2 release notes

13 Dec 05:47

Choose a tag to compare

Security Patch Release

Thank You

Thank you all.
If there is someone who was inadvertently excluded, please let me know.
@zerone12

2.3.1 release notes

10 Nov 02:32

Choose a tag to compare

Notice

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



Experimental Features

How to enable the experimental function
8c272f00-4175-11ec-8c2b-488815d51670

ServerMap realtime mode (#6980)

servermap

Scatter chart heatmap mode (#8218)

with data sampling, better memory usage, better performance, and more intuitive visualization
heatmap



Key Features

New Timeline (#7664)

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

Support webhook menus (#8132)

Please refer to pinpoint gitbook
webhook2

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)

user-proxy



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 a887052 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

2.3.0 release notes

22 Jul 02:32

Choose a tag to compare

Key Features

Support Dark Mode

  • Servermap
    image
  • Distributed callstack
    dark-call
  • Inspector
    darkinspector
  • Issue : #7990

Support Avg & Max response summary


Support Async SDK support


Support Agent Name

  • Description
    Pinpoint has been resolved 24 character limit via agentName.
# Pinpoint OPTS 
-javaagent:${PINPOINT_BOOTSTRAP} -Dpinpoint.agentName=pinpoint_has_been_resolved_24_character_limit_agentName -Dpinpoint.applicationName=${APPLICATION_NAME}

  • Servermap
    image
  • Distributed callstack
    image
  • Inspector
    image
  • Issue : #7788
    (Thank you @yjqg6666 for your contribution)

Separated into batch logic module

In the future, the module is separated so that the batch is operated as a separate process instead of running the batch job in the web.
Please refer to the guide document below for how to run batch.

Support webhook notifications for alarms

alarm_figure06


Support Hbase2


Release Notes

Plugins

Enhancements

Bugs

Cleanup

Dependency

Document


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.
@brito-wang
@cwJohnPark
@davide-parini
@doll6777
@hoverwinter
@imbf
@kkojaeh
@linux0x5c
@messi-gao
@stanvl
@tankilo
@theLazyCat775

2.2.2 release notes

05 Mar 06:18

Choose a tag to compare

Release Notes

Notice

There is a bug in the Reactor-netty plugin (from 2.0.0 to 2.2.1) that to insert wrong endPoint.
In general, there is no problem, but it can be a problem in situations where the collector is a high load environment.
To prevent this, it is recommended to upgrade to version 2.2.2 or higher when using the Reactor-netty plugin.
issue : #7659

Enhancements

[#7640] Solve compatibility with v2.3 collector module
[#7462] Add C/C++ servertype

Bugs

[#7694] Skip handling, If there is no cpuload data in thrift stat
[#7679] Prevent errors that may occur due to lambda classes when executing retransform
[#7628] Fix profile.include configuration not worked
[#7659] Fix inserting wrong endpoint in Reactor-netty plugin


Thanks for contributions

If there is someone who was inadvertently excluded, please let me know.
@snaigle