Skip to main content

PHP Agent v2.6.2

September 13, 2023

Info

Download

OS NameArchitectureFile formatDownload
Red Hat / CentOS / Amazon linuxx86 x64RPMDownload
Ubuntu 12 and above / Debianamd64DEBDownload
Freebsd 10 or laterx86 x64TXZDownload
Alpine linuxx86 x64tar gzipDownload
  • Feature Added the large profile processing option.

    • For previous profiles, up to 1024 profiles have been collected. You can increase the maximum value with the setting but the increase in memory followed.

    • Improved the function to collect more profiles without increasing memory by sending the split zipped profiles.

    • whatap.large_profile_enabled Boolean

      Default false

      We can collect up to 10,000 profiles (steps). For a larger collection, it is recommended to use the split_profile_enabled option.

    • whatap.split_profile_enabled Boolean

      Default false

      It collects more profiles by separating certain amounts of profiles into virtual transactions. Multiple transaction lists are separated for display.

    Note
    • If two options are all set, the whatap.split_profile_enabled option takes precedence.

    • For more information about the agent configuration of the above options, see the following.

  • Feature Added the compressed profile data transmission option.

    • whatap.profile_zip_enabled Boolean Defalut true
    Note
    • For more information about the agent configuration of the above options, see the following.
  • Changed Modified the function to exclude collection of specific HTTP methods to target all transactions.

    • The whatap.ignore_http_method option targets all transactions.

    • The existing function excluded the transactions set with the whatap.http_method_urls option. The whatap.http_method_urls option has been deleted and all transactions are targeted.

    Note
    • For more information about the agent configuration of the above options, see the following.