Dynatrace SaaS release notes version 1.293

Rollout start: Jun 3, 2024

Want to ask questions or give feedback? Head over to What's New in Dynatrace in the Dynatrace Community.

Product news

  • Auto-adaptive thresholds for AI-driven quality gating

    The Site Reliability Guardian automates the validation process for new software releases or changes. These validations involve setting specific performance, availability, or security objectives that must be met. For example, response time or failure rate thresholds can be used to define the desired state, warning range, or when an objective is violated. However, it can be difficult or even impossible to set these targets upfront for a new software component because it's unclear how the component will behave or what circumstances it will face.

New features and enhancements

Visualize and analyze distributions with histogram charts

Platform | Dashboards Platform | Notebooks

The histogram chart has been added to the available visualizations in Notebooks and Dashboards.

The easiest way to use the new visualization (and provide the correct response shape) is to use the DQL range function, which allows you to also adjust bin sizing.

For details, see Histogram visualization.

Zoom in to line/bar/area and histogram charts

Platform | Notebooks

Chart interactions within the line/bar/area and histogram chart allow you to zoom in and out of chart data.

View the owner of a shared document

Platform | Dashboards Platform | Notebooks

Hovering the Shared icon of a shared document (notebook or dashboard) in the document list or sidebar now shows you the document's owner.

Fix recommendations from Snyk

Application Security | Vulnerabilities

For vulnerabilities based on the Snyk feed, a fix recommendation is now displayed if one is available, as follows:

  • In Vulnerabilities
  • In Third-Party Vulnerabilities, on the details page of a vulnerability
  • Via API, in remediationDescription of the securityProblem endpoint
  • In Grail, in the security events. For details, see Semantic dictionary: Application Security.

Settings audit events in Grail

Platform | Settings

Changes to settings are now available as Grail events. The following query shows all changes that happened in the selected time frame.

fetch dt.system.events
| filter event.kind == "AUDIT_EVENT"
| filter event.provider == "SETTINGS"

Query for Davis problems and events

Platform | Davis

We have introduced dt.davis.problems and dt.davis.events, which you can use to query for problems and events. For use cases, see Davis DQL examples.

Find your team in Ownership

Automations | Ownership

In Ownership, in the get_owners action, you can find your team name in the Team dropdown list and not just the team identifier.

Dynatrace API

To learn about changes to the Dynatrace API in this release, see Dynatrace API changelog version 1.293.

Dynatrace SaaS resolved issues

General Availability (Build 1.293.29)

The 1.293 GA release doesn't contain any user-facing resolved issues.

Update 35 (Build 1.293.35)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 42 (Build 1.293.42)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 46 (Build 1.293.46)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 48 (Build 1.293.48)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 53 (Build 1.293.53)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 56 (Build 1.293.56)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 92 (Build 1.293.92)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 111 (Build 1.293.111)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 123 (Build 1.293.123)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 129 (Build 1.293.129)

This cumulative update contains 4 resolved issues and all previously released updates for the 1.293 release.

ComponentResolved issues
Documentation1
Dynatrace Cluster2
OneAgent1

Documentation

  • Corrected the description of Java metric `builtin:tech.jvm.memory.runtime.total`. (OA-30456)

Dynatrace Cluster

  • To resolve an issue in which ActiveGate token generation failed when given a long lifetime, the `expirationDate` now has the following constraints: it must not be set in the past and it must not exceed two years from the moment of creation. (PS-22548)
  • When you select "View details" from a dashboard tile to go to the "Log and events" page, the DQL query is now correctly carried over to the "Log and events" page. (LOG-6961)

OneAgent

  • Replaced the `rx_pid` dimension with the `process.pid` dimension in the `dt.process.handles.file_descriptors_percent_used` metric. (HOST-5689)