github pinpoint-apm/pinpoint v2.1.0
2.1.0 release notes

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

Key Features

Pinpoint with Spring boot

Spring boot was applied to the web and collector.
So it supports executable jar.

  • run collector
$ java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-collector-boot-2.1.0.jar
  • run web
$ java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-web-boot-2.1.0.jar

Improve timeline visibility

  • Async call
    image
  • issues : #6872

Class loading metric

  • Inspector
    클래스로딩 메트릭
  • issues : #6888

Record request header & cookie

  • Configuration
# record HTTP request headers case-sensitive
# e.g. profiler.http.record.request.headers=X-AccessKey,X-Device-UUID
profiler.http.record.request.headers=user-agent,accept

# record HTTP request cookies(case-sensitive) in Cookie header
# e.g. profiler.http.record.request.cookies=userid,device-id,uuid
profiler.http.record.request.cookies=_ga
  • Distributed callstack
    image
  • issues : #6987

Release Notes

Plugins

Enhancements

Bugs

Cleanup

Test

Documents


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.
@acafela
@cwJohnPark
@dengliming
@guillermomolina
@heowc
@imbf
@Jaeyo
@jbnimble
@LightMingMing
@messi-gao
@sumniy
@tlqaksqhr
@yjqg6666

Don't miss a new pinpoint release

NewReleases is sending notifications on new releases.