Removed checking if a drive is a block device, which caused a performance impact on monitoring non-EBS disks. (HOST-6604)
Fixed an issue that caused missing infrastructure metrics due to the `oneagentos` process being stuck on starting the eBPF discovery co-process. (OA-34532)
SAP dispatcher processes on AIX are now split into instances according to system name and instance number. (HOST-6528)
The MS SQL Analysis Service process, previously a part of MS SQL Common, is now shown as a separate process. (HOST-6488)
.NET
Fixed an issue with the .NET WCF v2 sensor that caused corrupted traces. (OA-31728)
Fixed an issue with the .NET Azure Service Bus sensor which lead to being unable to process messages using a SessionProcessor. (OA-35349)
Fixed an issue with the .NET Azure Service Bus OneAgent feature that prevented application exceptions from being re-thrown and led to behavioral issues. (OA-33775)
Network module
Disabled network throttler custom event to prevent spam in the received events list. (It can be enabled again under osdebugFlag `debugNetAgentThrottlerEnable`.). (HOST-6607)
Resolved a division-by-zero error that caused a network agent crash. (OA-35473)
OneAgent Installer
Corrected an issue with ldconfig file ownership change after OneAgent upgrade. (DMX-8083)
Java
The interval for reporting the metric `dt.runtime.jvm.gc.suspension_time` was incorrect. It is now 0-100% instead of 0.0-0.1. (OA-33182)
General
Fixed detection of SpringBoot application name from a properties file embedded into the application JAR archive when the external properties file didn’t contain it. (OA-34698)
Fixed a PHP Microsoft SQL Server module issue that occasionally led to process crashes when `$params` in `sqlsrv_prepare()` was not present. (OA-33165)
Apache
Fixed an Apache log instrumentation issue where a log line was repeated several times. (OA-33404)
Update 45 (Build 1.299.45)
This cumulative update contains 4 resolved issues and all previously released updates for the 1.299 release.
Fixed container group identifier (CG) calculation for Amazon ECS deployments. The `cluster` and `task-definition-family` are used to create the CG instead of the task ARN. (OA-35582)
Mainframe
Service calls will now be more balanced due to the randomization of server IDs for mainframe agents. (OA-35883)
Fixed a scenario in which the zRemote falsely warns of bad metrics coming from the zDC. (OA-33710)
Network module
Fixed a oneagentnetwork memory leak. (OA-35817)
Update 50 (Build 1.299.50)
This cumulative update contains 2 resolved issues and all previously released updates for the 1.299 release.
Fixed an issue with the xhr module that happened when the URL is passed in as a URL object instead of a string. (RUM-21527)
Session Replay
Session Replay is now able to record cross-origin iframes again. When both frames share the same application ID, only a single session is recorded as expected. When the application ID differs between frames, you can choose the desired recording behavior: the default is to record those frames in isolation as separated sessions; if maintaining a single session is expected, then the JavaScript agent must be configured to disable the `APP_CHECK` flag with `ac=false` inside both applications. (SR-5610)