This page showcases new features, changes, and bug fixes in Dynatrace SaaS version 1.327. It contains:
Platform | Davis
Davis Problems now indicates the root cause analysis execution status in the dt.analysis.ready field. This allows configuring problem notifications based on the problem’s maturity.
Platform | DQL
The ~ operator in DQL can now also be used with expressions on the left side, as shown in the following example:
fetch logs| filter substring(content, from:0, to:100) ~ "error"
The search command continues to support only root-level fields on the left side of the ~ operator, the same as other operators such as == or !=.
Platform | OpenPipeline
The /technologies API endpoint now includes deprecated technologies in its response. Each technology object has two new fields:
"deprecated": false,"replacementId": null
deprecated indicates whether the technology is considered outdated.replacementId can optionally reference a newer technology intended to replace the deprecated one.Platform | OpenPipeline
The OpenPipeline Configuration API endpoints
GET /platform/openpipeline/v1/configurations/{id}POST /platform/openpipeline/v1/configurations/{id}are marked as deprecated.
Use the Settings API with OpenPipeline schemas builtin:openpipeline.<configuration.scope>.routing, builtin:openpipeline.<configuration.scope>.pipelines, and builtin:openpipeline.<configuration.scope>.ingest-sources for each configuration scope instead. For more details, see the migration guide.
Digital Experience | Experience Vitals
The new Waterfall analysis feature in Experience Vitals provides powerful insights to analyze and optimize web performance.
Future updates will include Google Web Vitals annotations, trace linking, and individual resource analysis in Notebooks.
_bucket.count) are removed from Classic storage to ensure reliable operation. From now on, those metrics will be accessible exclusively from Grail (Grail metric keys ending with _bucket). (GRAIL-45267)