This page showcases new features, changes, and bug fixes in Dynatrace OneAgent version 1.337. It contains:
With this release, the following are the oldest supported OneAgent versions.
| Support level | Oldest supported version |
|---|---|
1.319 | |
1.313 |
For details, see How long are versions supported following rollout?.
Application Observability
Primary fields set via DT_TAGS are now added to logs and spans in AWS Lambda deployments of OneAgent. Logs and spans now include the AWS-specific attributes aws.arn, aws.region, and aws.account.id.
Application Observability | Distributed Tracing
The IBM MQ sensor's internals have been modernized to support .NET Instrumentation Engine v2, but the behavior should be identical to the legacy version. Also, the sensor now sends trace IDs in the message header, ensuring accurate PurePath correlation. Previously, due to technical constraints, a specialized hash of the message metadata was used for this purpose (which remains as a fallback for compatibility).
Application Observability | Distributed Tracing
We improved Go static monitoring so it no longer requires the Linux ptrace capability. This requires Linux kernel version 3.17+; on earlier versions, it falls back to a ptrace-based approach.
Digital Experience | RUM Web
We’ve improved the runtime performance of RUM JavaScript by switching to more modern data structures, such as Map and Set.
Infrastructure Observability | Infrastructure & Operations
We’ve improved the detection of the IBM integration server process (IBM ACE) to reduce false positives.
Platform | OneAgent
We’ve added tracing support for StackExchange.Redis in .NET applications.
Platform | OneAgent
DT_TAGS in log collectorWe've added support for log enrichment in AWS Lambda log collector via the DT_TAGS environment variable.
Platform | OneAgent
For already-running processes on AIX, we added detection for changing executable command or memory layout, and treat these as new process.
Platform | OneAgent
We’ve added NuGet package support for monitoring trimmed .NET applications.
Infrastructure Observability | Network
OneAgent on Windows now requires Npcap to provide network metrics generated by Network Agent. Winpcap is no longer supported.
Platform | OneAgent
Host Infrastructure Observability events now have concise, distinctive titles and detailed descriptions.
Platform | OneAgent
Azure region strings in resource attributes are now reported using programmatic naming (lowercase, no spaces). For example, New Zealand North becomes newzealandnorth.
Platform | OneAgent
Core process metrics (MintV2) for Latest Dynatrace now provide per-PID visibility for worker processes in multi-process scenarios, aligned with tech-specific metrics (such as Python GC, threads, and heap). Single-process scenarios remain unchanged.
view.url.full could potentially be incorrect for events with a duration greater than zero. (DEM-23666)AsyncApiCall.end() to ensure proper logging of exception details. (OA-62805)