New versions are rolled out within configurable maintenance windows.
| Rollout start | Currently supported | |
|---|---|---|
| Version 1.330 | Jan 19, 2026 | Yes |
| Version 1.328 | Dec 2, 2025 | Yes |
| Version 1.326 | Oct 27, 2025 | Yes |
| Version 1.324 | Sep 29, 2025 | Only with Enterprise Success and Support |
This page showcases new features, changes, and bug fixes in Dynatrace Managed version 1.330. It contains:
Account Management
We have added a dashboard to your cluster's local self-monitoring environment, which allows you to track the license usage of your host units, Davis data units (DD), and Digital Experience Monitoring (DEM) units under classic licensing.
We have also added specific billing metrics for each license unit, so you can alert on license events (for example, when units are about to run out) using metric events. For details on billing metrics and how to define license events, see Dynatrace classic licensing.

Application Observability | Distributed Tracing
OneAgent masking can mask data at first contact before it leaves a monitored process. To allow you to configure it in multiteam and multidepartment environments, we made it possible to set and override it at the host group level in addition to the already existing environment, Kubernetes cluster/namespace, and process group levels. This is especially convenient when managing hundreds of applications.
Platform
We have added the ability to zoom in or out directly on charts in the Data Explorer. To zoom in on a chart, select the desired start point, hold down the mouse button, and drag to the desired endpoint. Release the mouse button; a confirmation dialog for the zoom interval should appear.
Once you have zoomed in, you can use the revert button to return to the previous timeframe.

Platform
Usage of custom metrics with a steady flow of new dimension values (such as Kubernetes pod UIDs) could display incorrect patterns in self-monitoring, including sudden increases followed by drops.
With this update, dimension limits are now calculated accurately, providing clearer and more reliable insights into your metric usage.
Platform
Automatically applied tags, management zones, and SLO definitions now support entity selector suggestions. Instead of manually typing out entity selectors, you can use this auto-complete feature, which suggests available filters, operators, and values.

Platform
The Metrics API v2 now includes a new endpoint that allows you to delete metrics that haven't been written in a given number of days. Here’s what you can do:
DELETE /api/v2/metrics to delete ingested metrics.metricSelector parameter to choose specific metrics.*.minUnusedDays parameter to define how many days a metric must go unused before it’s deleted.Example: To delete all metrics not written in the last 60 days:
DELETE /api/v2/metrics?metricSelector=<your-selector>&minUnusedDays=60
Platform | OneAgent
OneAgent Health now displays the lowest and highest compatible OneAgent versions with this Managed cluster. Additionally, a warning message is issued if a OneAgent version is too low or too high, allowing you to react and quickly connect a OneAgent with a compatible version.
Infrastructure Observability | Extensions
The following deprecated endpoints have been removed from the Environment API v2:
/extensions/{extensionName}/environmentConfiguration/events/extensions/{extensionName}/monitoringConfigurations/{configurationId}/events.Platform
The in-product live chat has been replaced by an external link to the Dynatrace Support Center. In the Dynatrace Support Center, you can contact our product specialists at any time with questions about Dynatrace.
Platform
For performance reasons, the PID dimension was removed from the fileDescriptorsPercentUsed metric. This means the metric can't be split by PID anymore.
Metric key: builtin:tech.generic.handles.fileDescriptorsPercentUsed
endpoint.name being assigned. This update ensures consistent span behavior, with no impact on metric generation. (APPOBS-30130)To learn about changes to the Dynatrace API in this release, see: