Rollout start: Aug 29, 2023
Want to ask questions or give feedback? Head over to What's New in Dynatrace in the Dynatrace Community.
We’ve all been there. An important fix is waiting to be delivered, and a manager asks you why it’s taking so long and says that the pipeline was much faster a few months ago. Although you disagree with the assessment, you can’t dispute it because you don’t have the data to show that the pipeline […]
Breaking change
We have fixed data types of Grail fields for DAVIS_EVENT and DAVIS_PROBLEM events.
This is a breaking change for string-specific DQL functions (for example, == "…", contains, startsWith). Use toString(...)
to fix the behavior.
Newly written records use these types:
If you use DQL functions that only work with string data types, you need to do a toString(...)
before that so that it still works.
For example, change this:
| filter dt.davis.is_frequent_event == "true"
to this:
| filter toString(dt.davis.is_frequent_event) == "true"
There are also other options, but adding toString(...)
to a changed field name will fix every query.
With the release of Dynatrace version 1.275, we will turn off the Thresholds API. Any requests to these endpoints will stop working. Migrate your automations to the Settings API instead. For more information, see the migration guide.
Infrastructure Observability | Logs
Now you can use Log record level attribute in log storage configuration:
Platform | DQL
Now you can use the in
keyword in your DQL queries as a comparison operator.
Platform | DQL
Now you can include the following functions in your DQL queries:
arrayConcat
function concatenates multiple arrays into a single array.Application Security | Vulnerabilities
You can now view the origin of a vulnerable Java software component on the remediation tracking for process groups and processes affected by a vulnerability.
For example:
For information on how to navigate there, see Remediation tracking.
Application Observability | Services
We enhanced support for OpenTelemetry and cloud-native monitoring with a new service type, Unified service. Unified services are based on OpenTelemetry spans ingested via the ingestion APIs and provide
To get started, see Unified services.
Share your feedback in the Feedback channel for the enhancements to OpenTelemetry trace-ingest (Unified Services) released w/ v1.274 (SaaS & Managed) in the Dynatrace Community!
Application Observability | ServicesApplication Observability | Databases
Attributes used for detection are marked with an asterisk ✱ on the service and database, under Properties and tags.
Platform | Davis AI
We now refresh Davis events and problems in Grail every 6 hours for as long as they're not closed. This guarantees query results for problems/event snapshots by querying 6-hour timeframes.
Infrastructure Observability | Kubernetes
You can now access new unified analysis list and detail screens for Kubernetes nodes.
Infrastructure Observability | Kubernetes
You can now apply multiple values simultaneously in the Kubernetes label filter.
Infrastructure Observability | Hosts
The Properties and tags section of the unified analysis host page features a OneAgent status:
Infrastructure Observability | Hosts
We've added RKE2 technology per PGI. RKE2 Agents and RKE2 Servers are now grouped into separate process groups.
Infrastructure Observability | Hosts
High System Load events will now automatically trigger process instance snapshots.
To learn about changes to the Dynatrace API in this release, see Dynatrace API changelog version 1.274.
The 1.274 GA release doesn't contain any user-facing resolved issues.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This cumulative update contains 1 resolved issue and all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This is a cumulative update that contains all previously released updates for the 1.274 release.
This cumulative update contains 18 resolved issues (including 1 vulnerability resolution) and all previously released updates for the 1.274 release.