This page showcases new features, changes, and bug fixes in Dynatrace Managed version 1.324. It contains:
Platform | Metrics
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.
You can ingest OpenTelemetry histograms via the OTLP metrics ingest API. For details, see About OTLP metrics ingest.
You can analyze histogram metrics in the Data Explorer using the Advanced mode. For details, see Example: Explicit Histogram.

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.
Platform | Data Explorer
The new Global limit function in the Data Explorer for the Table visualization allows you to align records across multiple metrics with the same dimensionality. If set for a metric, only records that match the dimensions of the metric are included in the result. For details, see Global limit.

Cluster Management Console
You now have full control over which versions you update to when using the automatic update functionality for your Managed cluster. For example, you can benefit from an accelerated update process by skipping certain cluster versions, or you can install each version sequentially even if a newer version is already available. This allows for greater control over the update timing and compatibility testing.
To install each version sequentially, go to the Cluster Management Console > Settings > Automatic updates and turn on Run Dynatrace cluster updates sequentially without skipping a version.
For details, see Update a cluster.

To learn about changes to the Dynatrace API in this release, see:
DT_CONNECTION_BASE_URL provided on the OneAgent deployment page for AWS Lambda functions monitoring contains the environment identifier. Earlier, it was incorrect for Managed deployments because it did not include the environment identifier.(DAQ-12670)Cluster version (1.324.74.20251029-160331)