Skip to content

2.1.0 release notes

Compare
Choose a tag to compare
@koo-taejin koo-taejin released this 09 Sep 06:36
· 3612 commits to master since this release

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