Skip to content

v1.7.2

Compare
Choose a tag to compare
@gunlee01 gunlee01 released this 30 Jul 14:16
· 995 commits to master since this release

Release Note

Features

  • support Tibero6 jdbc driver
  • ability to discard some type of service from XLog
    • xlog_discard_service_patterns
  • additional XLog sampling option
    • xlog_sampling_only_profile=false : drop profile only if the XLog is out of sampling, else drop all(XLog and profile).
  • new XLog sampling feature for specific service name patterns
    • xlog_patterned_sampling_enabled=false
    • xlog_patterned_sampling_service_patterns
    • and another options for patterned sampling features.
  • scripting plugin support background thread service now.
  • Another tracing feature for async processing when ThreadPoolExecutor used.
    • hook_async_thread_pool_executor_enabled=false(default=false)

Bug Fix

  • clear the bug to break unicode parameter value when turn on "http parameter profiling" option.

MISC

  • Add AWS icons for supporting scouter-pulse-aws-monitor.
  • ASM version update : 4.x -> 5.2
  • javassist version update : 3.21.0-GA