Skip to content

v2.15.0

Compare
Choose a tag to compare
@gunlee01 gunlee01 released this 01 Oct 06:04
· 146 commits to master since this release
d541b38

Important

  • execute the command to run scouter client for Mac(OSX) xattr -cr scouter.client.app
  • We will find out the solution without it.
  • scouter client for Mac needs Java11+

Features

[collector]

[client]

[agent.java]

  • support java 17
  • prepared statement parameter visiblity fix. (by jeonwoosung, https://github.com/jeonwoosung)
  • XLog set/get performance improvement
  • add option for b3 propagation header
  • profile_thread_memory_usage_enabled defaults false
  • option of dump step to check minimum elapsed time for trigger.
  • hook_exception_exclude_class_patterns works for whole error marking now.(prev version works for only the classes set on hook_exception_exclude_class option.)

Bug Fix

  • [client] fix that unable to export xlog profile in Windows.