This page showcases new features, changes, and bug fixes in Dynatrace SaaS version 1.310.
To learn about new Dynatrace Apps and feature updates with this release, select an item from the table below.
Feature update Platform | Distributed Tracing
Distributed Tracing powered by Grail is now in General Availability. Traces powered by Grail allow you to access your trace data with the fetch span
DQL command across the platform, providing you with powerful capabilities to:
For more information, see:
As part of this general availability, the Traces powered by Grail product category has been introduced and is available to DPS customers. You can find more details in the full rate card.
Feature update Application Observability - Services
Calculated service metrics are now available in Grail.
Feature update Grail | DQL
You can now use the ignoreNamespace
parameter with the following XML matchers with DPL:
Feature update Infrastructure Observability
We're excited to announce enhancements to the ActiveGate auto-update mechanism. The new update process ensures that updates within network zones, ActiveGate groups, and Synthetic private locations are performed in a rolling fashion. These improvements brings several benefits:
These changes will significantly enhance the performance and reliability of ActiveGate deployments.
Feature update Application Security | Code-level vulnerabilities & Attacks
OneAgent version 1.309+
Detection of server-side request forgery (SSRF) is now supported for code-level vulnerabilities and attacks in Java technology.
To enable SSRF monitoring, follow the instructions below.
Java SSRF code-level vulnerability and attack evaluation
and make sure that Java code-level vulnerability evaluation
is turned on.Enable Code-level Vulnerability Analytics
is turned on and Global Java code-level vulnerability detection control
is set to Monitor
. Feature update Runtime Application Protection | Attacks
OneAgent version 1.309+
When creating a rule to allowlist an attack (Settings > Application Security > Application Protection > Allowlist), you can now
Feature update Runtime Vulnerability Analytics | Vulnerabilities
OneAgent version 1.309+
Dynatrace extends the list of supported technologies for Runtime Vulnerability Analytics to include Python.
To detect Python vulnerabilities
Feature update Application Security | Third-party vulnerabilities
OneAgent version 1.309+
Information regarding the origin of the vulnerable component is now available for Python software components on the remediation tracking pages for process groups and processes affected by a vulnerability.
Feature update Platform | Platform Services
Dynatrace now provides access to additional audit events in dt.system.events
for keeping track of which Dynatrace REST APIs are used.
API calls now get audited in dt.system.events
via the following:
event.kind == "AUDIT_EVENT"
event.provider == CLASSIC_API
The fields resource
and event.type
allow you to filter for specific APIs.
Sample query:
fetch dt.system.events| filter event.kind == "AUDIT_EVENT"| filter event.provider == "CLASSIC_API"| filter event.type == "POST"| filter contains(resource, "entity")
Context-specific information allows you to deeply analyze the data. As usual, the full power of DQL is available to make use of this additional source of data.
Upcoming change Platform
In March 2025, Dynatrace will change the underlying IP addresses that ActiveGates and OneAgents use when connecting to Dynatrace SaaS on AWS. This will result in a change of frontend IP addresses.
For more information, see IP address changes of OneAgents and ActiveGates connecting to Dynatrace SaaS.
Built-in log processing rule cloud:aws:lambda
links logs to both AWS_LAMBDA_FUNCTION and CUSTOM_DEVICE entities to support both AWS integrations (AWS Lambda and AWS Lambda built-in). (APPOBS-1018)
Fixed an issue that broke metric queries that use more than one ne
filter inside an or
filter. (MGD-3063)
Fixed duplicated types for the limit override for DevOps Alerting setting on the web UI. (DI-19122)
Service metrics in Grail derived from aggregated spans (for example, database calls) are now multiplied correctly based on the aggregation count. (APPOBS-5177)
Fixed the name formatting for the root cause entity in the Problems card. (DI-19131)
ActiveGate extension modules: in the case of a corrupted module version, the version is normalized to allow for successful module update. (MGD-2961)
Mobile Session Replay: Fixed an issue in which some images in some sessions were not being loaded because the timeframe used to request them was wrong. (DEM-6048)
Dashboards Classic: Resolved an Error 431 that resulted when selecting "View Synthetic event" from a dashboard tile. (DEM-5401)
Dashboards Classic: Timeseries with one-hour resolutions are no longer shifted to display grouped data points at the beginning of the resolution timeframe. (PAPA-23431)
To learn about changes to the Dynatrace API in this release, see Dynatrace API changelog version 1.310.