OneAgent release notes version 1.253
Rollout starts Nov 14, 2022.
With this release, the oldest supported OneAgent versions are:
Announcements
32-bit architecture no longer supported
Starting with OneAgent for iOS version 8.253, we have ended 32-bit support for ARMv7 architecture devices.
OneAgent for iOS version 8.249 is the last version that supports the 32-bit architecture.
Node.js
- Added support for SQLite3 (context passing only) 5.1+
Go
- Added support for PostgreSQL (jackc/pgx) 4.7 - 4.17
Mainframe
oneagentzos-R12530.pax
is now available. Find the upgrade instructions in Upgrade and maintenance.
New features and enhancements
PHP Wordpress OneAgent feature
You can now enable the PHP Wordpress OneAgent feature that extends the distributed traces with the Wordpress instance specific context. After you enable the feature, the distributed tracess will report the Wordpress instance name (php.wordpress.blog.name
) and the Wordpress framework entry point processing the request.
Learn how to enable OneAgent features.
New IMS message processing region process ID calculation
z/OS
The IMS message processing region (MPR) process IDs could change, resulting in new process and service entities in Dynatrace. To prevent this process ID change, we’ve introduced a more stable ID calculation with the consequence that all IMS MPR process and service entities will change once but then remain stable after an update of the zRemote module with OneAgent version 1.253.
To opt out of the new IMS MPR process ID calculation, see Customize the zRemote module.
Container monitoring - cgroups v2 support
Infrastructure Monitoring | Containers
Since OneAgent version 243, OneAgent has supported containers based on Control Group v2 (cgroup v2), but this required that OneAgent be deployed on the host or in Kubernetes as a privileged OneAgent container or in a non-Kubernetes Docker container with cgroupns=host
parameter. For details, see Introducing cgroups v2 support.
Starting with OneAgent version 1.253, support for containers based on cgroup v2 has been extended to cases in which OneAgent is deployed in a Kubernetes unprivileged container or in a non-Kubernetes Docker container without the cgroupns=host
parameter.
AWS Nitro hypervisor is now detected
Infrastructure Monitoring | Hypervisors
The AWS Nitro hypervisor type is now detected on Windows and Linux.
Tracing SQS-triggered AWS Lambda for Python & Node.js (manual)
Apps & Microservices | Distributed Traces
The Dynatrace AWS Lambda extension for Python and Node.js now supports tracing for AWS SQS. For details, see OpenTelemetry interoperability.
Operating systems
Future Dynatrace OneAgent operating systems support changes
The following operating systems will no longer be supported starting 01 August 2023
- Windows: Windows Desktop 8.1
- x86-64
- Vendor announcement
- Windows: Windows Server 2008 R2
- x86-64
- Vendor announcement
The following operating systems will no longer be supported starting 01 October 2023
- Linux: Google Container-Optimized OS 89 LTS
- x86-64
- Vendor announcement
The following operating systems will no longer be supported starting 01 November 2023
- UNIX: IBM AIX 7.1 TL5
- POWER8, POWER9
- Vendor announcement
The following operating systems will no longer be supported starting 01 December 2023
- Windows: Windows Desktop 10 20H2
- x86-64
- Vendor announcement
The following operating systems will no longer be supported starting 01 January 2024
- Linux: Amazon Linux AMI 2014.03 - 2018.03
- Linux: SUSE Linux Enterprise Server 12.4
- Linux: EulerOS 2.5
Past Dynatrace OneAgent technology support changes
Dynatrace OneAgent 1.239 was the last version to support the following technologies
- OpenTelemetry 0.0.2 for PHP
Past Dynatrace OneAgent operating systems support changes
The following operating systems are no longer supported since 01 October 2022
- Linux: SUSE Linux Enterprise Server 11.4
The following operating systems are no longer supported since 01 December 2022
- Windows: Windows Desktop 10 1909
- x86-64
- Vendor announcement
- Windows: Windows Server 20H2
- x86-64
- Vendor announcement
The following operating systems are no longer supported since 01 January 2023
- Linux: Debian 8, 9
- x86-64
- Vendor announcement
- Linux: SUSE Linux Enterprise Server 12.3
The following operating systems are no longer supported since 01 February 2023
- Linux: Ubuntu 21.10
The following operating systems are no longer supported since 01 March 2023
- Linux: Google Container-Optimized OS 85 LTS
- x86-64
- Vendor announcement
The following operating systems are no longer supported since 01 April 2023
- Linux: EulerOS 2.3
The following operating systems are no longer supported since 01 June 2023
- Linux: openSUSE 15.3
- x86-64, PPCLE
- Vendor announcement
- Linux: SUSE Linux Enterprise Server 15.0
- UNIX: IBM AIX 7.2 TL4
- POWER8, POWER9
- Vendor announcement
- Windows: Windows Desktop 10 21H1
- x86-64
- Vendor announcement
Other support changes
OneAgent for z/OS
Build 1.253.0
- ZDC ZLB Facility - Added support for larger messages or messages spanning multiple ZLB slots (OA-5073)
- Added traceability support for CICS dynamic routing exit, changing program name to CICS mirror program DFHMIRS (OA-8040)
- Deprecated ZIIP_ENABLE(YES|NO) parameter in ZDC SYSIN (OA-7763)
- Fixed 0C4 abend in IMS code module due to a residual STCK value in the high half of R14 (OA-9786)
Resolved issues
General Availability (Build 1.253.232)
The 1.253 GA release contains 1 resolved issue.
OS module
- Resolved issue with grouping SAP processes when OneAgent is started before SAP. (HOST-1628)
Update 245 (Build 1.253.245)
This cumulative update contains 12 resolved issues and all previously released updates for the 1.253 release.
Component | Resolved issues |
---|---|
Infrastructure Monitoring | 1 |
OS module | 3 |
Go | 1 |
All modules | 1 |
.NET | 4 |
agent | 1 |
Apache | 1 |
Infrastructure Monitoring
- All configurations are no longer marked as MAX_TASKS_LIMIT_REJECTION when limit is reached. (EXT-3012)
OS module
- Resolved issue with grouping SAP processes when OneAgent is started before SAP. (HOST-1628)
- Fixed character encoding for displaying OS services on Windows platform. (HOST-1541)
- The Disk Read Time and Disk Write Time metric values have been fixed. (OneAgent version 1.253.232 introduced an error in the calculation of these metrics. This release fixes that error.). (HOST-1729)
Go
- Fixed OneAgent crash caused by propagating suppressed span in Go application. (OA-8327)
All modules
- Communication endpoints using IPv6 literals are now supported. (OA-7559)
.NET
- Fixed OneAgent .NET HttpTagging Sensor v2 issue that led to headers potentially not being captured. (OA-8530)
- Resolved issue with enabling CloudEvents on .NET. (OA-9359)
- Resolved issue with OneAgent IBM MQ module that caused exceptions when .NET IBM MQ tracing was turned off. (OA-9370)
- Fixed OneAgent .NET HttpTagging Sensor v2 issue that reported the query within the URI. (OA-8707)
agent
- Business Events will now report from ASP.Net requests and responses even if the ASP.Net sensor is turned off or unplaced. (OA-8647)
Apache
- Fixed issue in which Apache Error Log Enrichment may have worked incorrectly. (OA-9583)
Update 262 (Build 1.253.262)
This cumulative update contains 4 resolved issues (including 2 vulnerability resolutions) and all previously released updates for the 1.253 release.
OS module
- Performance improvements to Oracle process grouping in cases where Oracle is rotating processes. (HOST-1848)
- The Disk Read Time and Disk Write Time metric values have been fixed. (OneAgent version 1.253.232 introduced an error in the calculation of these metrics. This release fixes that error.). (HOST-1729)
n/a
- Vulnerability: Vulnerability: Improved input validation for Real User Monitoring (RUM) in OneAgent. (DTSEC-4447)
- Vulnerability: Vulnerability: Improved input validation for Real User Monitoring (RUM) in OneAgent. (DTSEC-4446)
OneAgent for Android resolved issues
General Availability (Build 1.253.1)
The 1.253 GA release contains 1 resolved issue.
OneAgent for Android
- Fixed a rare crash when OneAgent is started in a background thread. (RUM-7938)
OneAgent for iOS resolved issues
OneAgent for JavaScript resolved issues
General Availability (Build 1.253.204)
The 1.253 GA release doesn't contain any user-facing resolved issues.