Go Agent v0.2.3
September 13, 2023
-
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.
-
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. -
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
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.profile_zip_enabled boolean : Default
true
-
Changed
Modified the function to exclude collection of specific HTTP methods to target all transactions.-
The
ignore_http_method
option modified to target all transactions. -
The existing function excluded the transactions set with the
http_method_urls
option. Thehttp_method_urls
option has been deleted and all transactions are targeted.
Note- For more information about the agent configuration for above options, see the following.
-