Skip to content

v2.17.1

Compare
Choose a tag to compare
@gunlee01 gunlee01 released this 27 Mar 05:03
· 92 commits to master since this release

Important

  • execute the command to run scouter client for Mac(OSX) xattr -cr scouter.client.app
  • scouter client for Mac needs Java11+
  • On issue to display xlog list table, remove the directory ~/.scouter/xlogcolumnfile/. (@user.home/scouter/xlogcolumnfile/ on Windows)

Features

[client]

  • support Mac OSX Monterey
  • add socks5 settings on login popup
  • [cubrid] When multiple objects are connected, unable to display information in viewer for CUBRID.
  • [cubrid] added autoscroll on table and deleted unused sort function.

[agent.java]

  • Only when the trace_propagete_b3_header option is true, the b3 header is used to determine gxid and txid.
  • webflux support bug fix. (fix unfinished xlog on some jvm environment.
  • add stuck service profile stop option.
  • add scouter weaver feature for direct access scouter xlog on your code.

[scouter.weaver]

[agent.host][agent.java]

  • new feature of host object name convesion for kubernetes pods.
    • it appends sequencial number for host object name of kube deployment name. (eg. {deployment_name}_0, {deployment_name}_1 ...)
    • can be disabled by kube_pod_sequence_name_enabled=false at scouter's host conf file and java agent conf file.