Rollout start: Sep 1, 2025
This page showcases new features, changes, and bug fixes in Dynatrace Managed version 1.322.
Platform | Metrics
Starting with Cluster version 1.324, Dynatrace introduces native support for OpenTelemetry and Prometheus histograms, including automatic percentile calculation. This enhancement enables faster detection of performance outliers and simplifies observability workflows.
Breaking change for existing histogram metrics:
Existing histogram metrics will no longer be updated, but they will remain available for historical visualization on dashboards, ensuring continuity and data retention. The new native histogram metrics will be exposed under distinct metric keys, each suffixed with .histogram.
If an existing metric already ends with .histogram or _histogram, it will no longer receive new data points. To use the new histogram functionality under the same metric key, you must delete the existing metric using the Metrics API - DELETE a custom metric. After deletion, a new histogram metric will be automatically created under the same key.
In Dynatrace, in your Local-Self-Monitoring environment, you can use the following query in Data Explorer to see which histogram metrics have been ingested:
isfm:active_gate.metrics.ingest.explicit_bucket_histogram.layout.series:splitBy(metric_key,"dt.tenant.uuid",data_source):sort(value(auto,descending)):limit(100)
This query requires Cluster version 1.314+ to be installed for the metric to be available.
Application Observability | Services
You can now define a custom service for short-lived Go processes through the web UI. Similarly to Java, the Define entry point manually function is now available for Go.
Previously, defining a custom service for short-lived Go processes was only possible via the Configuration API.
For details, see Service detection rules.
Digital Experience | Session Replay
A session recorded from a mobile browser shows the unrecorded gaps on the screen instead of fake UI elements (keyboard, navbar).
Sessions recorded on a desktop from a non-top iframe with a long resolution are zoomed to the interacted part.
Digital Experience | Session Replay
Session Replay now has placeholders to replace the unsupported frameset and canvas elements.
We have also added legends for both placeholders on the image placeholders legends box.
Infrastructure Observability | Hosts
Python module and script fields are now available for Python process groups and processes.
Infrastructure Observability | Extensions
The Extension Execution Controller (EEC) is now enabled by default in new environments. There are no changes for existing environments.
Platform | Dashboards
In addition to sharing dashboards with role-based users and groups, you can now share dashboards with IAM policy–based users and groups through the dashboard-specific share setting.
Platform | Metrics
The default metric dimensions limit for static threshold configurations has been increased from 1,000 to 2,000.
Application Observability | Services
With this release, only service entry points (server/consumer spans) become endpoints, excluding outbound calls to other services. Endpoint names also change to include the HTTP method.
Results:
Availability:
To preview changes before opting in, use the dashboard attached to our Dynatrace Community post.
For details, see Service Detection v2.
Digital Experience | RUM Web
Support for monitoring AMP (Accelerated Mobile Pages) applications has been discontinued. As a result, AMP applications are no longer available within your environments.
To learn about changes to the Dynatrace API in this release, see:
The 1.322 GA release contains 14 resolved issues.
| Component | Resolved issues |
|---|---|
| Cluster | 12 |
| Synthetic Monitoring | 1 |
| core | 1 |