Dynatrace SaaS release notes version 1.265

Rollout start: Apr 25, 2023.

What is new in Dynatrace

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

The latest Dynatrace is here!

Starting with Dynatrace version 1.265, we've begun rolling out the latest Dynatrace to all Dynatrace SaaS environments.

To ensure smooth transitions for all customers and optimize your user experience, we're doing a phased rollout starting April 25. We'll proactively inform the Dynatrace administrators via email when their respective environment has been upgraded.

Get a head start

What's included

New Dynatrace Documentation

Get to know the latest Dynatrace capabilities.

Dynatrace UI

Observe and explore

Automation

Business Analytics

Dynatrace Platform

Dynatrace Hub

New features and enhancements

New DQL functions

Platform | DQL

Now you can include the following functions in your DQL queries:

  • hashMd5
    The hashMd5 function computes the MD5 hash for a given string expression.
  • hashSha1
    The hashSha1 function computes the SHA-1 hash for a given string expression.
  • hashSha256 The hashSha256 function returns a SHA-256 hash for the given expression.
  • hashSha512 The hashSha512 function returns a SHA-512 hash for the given expression.
  • percentile
    Calculates a given percentile of an expression.

New tool for writing cost-effective DPL patterns.

Platform | DPL Latest Dynatrace

Use the DPL Architect tool to:

  • Extract additional typed fields from the data in Grail.
  • Save time when developing DPL patterns.
  • Get instant feedback on the effectiveness and coverage of your patterns for your specific use case.

Bucket and table permissions in Grail

Platform | Grail

You can now assign user permissions to built-in (default) and custom buckets, and tables in Grail.

OneAgent health

Platform | OneAgent

OneAgent Health offers an overview of all your deployed OneAgent modules and their corresponding health statuses, so you can detect anomalies before they become problems.

OneAgent health overview

Management zone support for vulnerability notifications

Application Security | Vulnerabilities

You can configure your alerting profile to receive notifications

  • When a vulnerability is opened or reopened.
  • When a new management zone is affected by an open problem.

You can also set up an optional filter to receive alerts for a specific management zone.

For details, see

Metric events filter update

Platform | Davis AI

The logic of tag filter in metric events now considers a non-existing tag value as the "all" wildcard. If no tag value exists, all possible values of the specified tag match, including a null value. Let's consider an example:

  • HOST1 with tag Monitoring:True
  • HOST2 with tag Monitoring:False
  • HOST3 with tag Monitoring
  • HOST4 without any tags

Previously, the filter with the condition TAG equals Monitoring would match only the HOST3. Now the filter matches the hosts HOST1, HOST2, HOST3.

Ownership app

Automation | Ownership Latest Dynatrace

The Ownership app in the latest Dynatrace enables you to take advantage of two custom actions for building workflows that involve querying for the ownership team (and related contact information) of an entity. With these actions, you can extract data about the entity and integrate with other apps to send Slack notifications or Jira updates to the entity owners based on different types of triggers.

Ownership app

Custom keys for ownership information

Automation | Ownership

You can define custom keys for applying ownership information to entities in key-value pairs via tags and entity metadata. The default keys owner and dt.owner are available with each environment. However, you change these as required to define up to five custom keys. You can use any defined key as a prefix to create additional keys. For example, for the key entity-owner, you can use entity-owner.1 and entity-owner-2 in key-value pairs. Access the custom key functionality at Settings > Ownership > Configuration.

Metrics for Kubernetes events

Infrastructure Monitoring | Kubernetes

Kubernetes events are now written into a timeseries that can be filtered by event type and event reason. This timeseries can be used to search for event behavior over time and contains the affected entities.

Calling and called cards half sized

Infrastructure Monitoring | Kubernetes

Calling workloads, Called workloads , Calling services and Called services cards on the workload and Kubernetes service screens are now positioned in a single row and are half-sized for improved visibility.

Invalid VMware credentials disabled in VMware settings

Infrastructure Monitoring | Hosts

Now, invalid credentials are automatically disabled in VMware settings after 5 consecutive failed attempts to connect to a vCenter.

Adaptive traffic management V3

Apps & Microservices | Distributed traces

Adaptive traffic management in Dynatrace SaaS is now available in two versions

  • In Version 2, the peak trace volume is measured in Full-service call/minute.
  • In Version 3, the peak trace volume is measured in Byte/minute. This version supports data-heavy features, such as bind variables capture.

To learn about Adaptive traffic management versions with classic license, see Version comparison.

Dynatrace SaaS bind variables support

Apps & Microservices | Distributed traces

New support of bind variables capture for Dynatrace SaaS deployments. Want to enable this feature for your environment? Please contact a Dynatrace product expert via live chat within your environment.

Dynatrace API

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

Resolved issues

General Availability (Build 1.265.103)

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

Update 111 (Build 1.265.111)

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

Update 113 (Build 1.265.113)

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

Update 124 (Build 1.265.124)

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

Update 125 (Build 1.265.125)

This cumulative update contains 1 resolved issue and all previously released updates for the 1.265 release.

Cluster

  • Fixed a case where very large problems could cause the entire problem manager to get stuck. (DAVIS-4587)

Update 136 (Build 1.265.136)

This cumulative update contains 19 resolved issues and all previously released updates for the 1.265 release.

Cluster

  • Filtering on Deployment Status for OneAgent was not working in some particular cases (order of applying filters) when filtering by name was used and the filter contained ":" character. (DMX-3390)
  • Fixed an issue in which a problem chart could stay in an error state even when the error was resolved. (DAVIS-4212)
  • Fixed an issue in which some metrics couldn't be queries during a metric correlation in the user interface. (DAVIS-4226)
  • RabbitMQ is now visible as main technology if mixed with technologies. (HOST-2460)
  • Fixed an issue where delayed user actions were dropped between visit splits. (RUM-9535)
  • The waterfall analysis no longer shows resources loaded by XHRs in frames twice. (RUM-9983)
  • Fixed an issue where hybrid sessions with only errors were dropped. (RUM-10105)
  • Due to a bug, we have currently disabled the ability to duplicate an existing configuration in metric events. The fix is already underway and will be available shortly. (DAVIS-4437)
  • Corrected information on metric calculation for custom metrics. (LIMA-7072)
  • An attempt to delete an attribute that either did not exist or has been deleted now returns a proper validation message explaining that the attribute cannot be found. (TI-6076)
  • Corrected calculated data points displayed when creating a custom metric. (LIMA-7071)

ActiveGate

  • Fixed an issue with handling of CA Certificate and Custom SSL Certificate parameters in ActiveGate Windows installer, in which the actual location where the installer put the certificate, and the configured location of the file could be different. Now locations are consistent. (DMX-3477)
  • Fixed issue with assigning a Synthetic private location to an ActiveGate after update. (DMX-3283)

Application Security

  • The comment to the vulnerability status change (muting/unmuting) is now limited to 250 characters. The change applies to the UI and the API. (RSA-9284)

Log Monitoring

  • Log event ingest by open API could drop when ActiveGate instances were updated. Any drop in log event ingestion was short lived and stopped after the ActiveGate update was completed. This fix eliminates any such drops. (LOG-3294)

rest api

  • Fixed an issue in which the fold operator with aggregation could disable the default operator in metric selectors. (CLUSTER-5348)

Session Replay

  • Users with proper permissions can access the Session Replay Enablement and Cost control page. (SR-2175)

Synthetic monitoring

  • Fixed an issue related to the Synthetic browser monitor configuration migration, which could lead some environments to fail to start after the upgrade. (SYNTH-4745)

User Interface

  • Fixed an issue where application showed an error in some cases when the navigation took longer than expected. These crashes should no longer occur. (UIP-3349)