Skip to main content

Java Agent v2.2.10

June 29, 2023

New Feature New

  • Apache HttpClient5 tracing

  • logback-1.2.8 tracing

    whatap.conf
    # Default value 
    # Application method
    weaving=logback-1.2.8

    # error_stack length to collect by the logback
    logback_stack_depth=50

    # Whether or not to collect the console logs
    logback_save_console_enabled=true

    # Whether or not to collect the appender logs
    logback_save_appender_enabled=false

    # To collect only specific appneder logs, the delimiter is comma (,)
    logback_save_appender_set=fileLogback,errorLogback,consoleLogback
    Note

    In case of setting all appenders, the logback_save_appender_set configuration is unnecessary.

  • Ribbon tracing

    whatap.conf
    # Application
    weaving=ribbon

Bug Fixing Fixed

  • When tracing the weblogic-10.3 and tomcat 6 transactions, modified not to generate errors.

  • If the TPS of the application exceeds 500, modified not to increase the link tracing ID issuance rate.