This is an ongoing summary of changes in this planned release. Check back here at GA for the final version.
This page showcases new features, changes, and bug fixes in Dynatrace SaaS version 1.343. It contains:
Account Management
To improve service availability, Dynatrace now throttles OAuth client access token refresh requests. Requests that exceed the rate limit within a five-minute window receive an HTTP 429 response. For more information, see IAM limits.
AI Observability | AI Observability
You can now evaluate LLM and agent quality using dt-evals, turning AI quality into an operational signal.
With dt-evals, you can:
gen_ai.* spans from Dynatrace.
AI Observability to query and observe trends using business events in Dynatrace or create dashboards and alerts for quality regressions.To install the CLI, run
npm install -g @dynatrace-oss/dt-evals
dt-evals is an open-source CLI that runs quality and safety evaluations on real GenAI traces in Dynatrace. To learn more, see dynatrace-oss/dt-evals on GitHub.
Application Observability
Use the dtwiz CLI to auto-discover your stack and get data flowing within minutes.
To get started with dtwiz CLI, open the QuickStart app in Dynatrace.

Application Observability
The new QuickStart lets you:
Open QuickStart and eliminate your blind spots.

Application Observability | Distributed Tracing
When your environment produces millions of traces, finding a specific request shouldn't be a guessing game. Now you can search for specific requests in Distributed Tracing and reliably find them.
The list shows your most recent requests and spans matching your filter, and an indicator bar shows you exactly which timeframe the list covers, so you always know what you're looking at. You can also visualize large traces with full attribute search and see all your logs in the context of a trace.
Application Observability | Live Debugger
Live Debugger snapshotsYou can now configure
Live Debugger snapshot processing in OpenPipeline, with Grail access control.
Application Observability | Live Debugger
Live Debugger from other Dynatrace appsThe Debug service intent now lets you start a
Live Debugger session from other Dynatrace apps.
Application Observability | Log Analytics
Logs now provides quick access to problem details, and the context is preserved when you navigate to other apps such as
Kubernetes. You no longer need to switch to
Problems to get essential problem information.
This helps you:
Application Observability | Services
Services now includes an Endpoints view that serves as a single inventory of all endpoints across your services, with red metrics and health indicators visible inline.
Each endpoint shows failure rate, response time, and throughput inline — no extra clicks to get the numbers that matter. When something looks off, a direct link to distributed traces takes you straight to the evidence.
Filter by cloud provider, Kubernetes cluster, HTTP status code, and more to focus on a specific part of your infrastructure.

Application Observability | Services
Most teams know when a service is slow. What they don't know is whether the slowdown originated in their own code, a downstream dependency, a saturated database, or a spike triggered by a specific frontend release. That gap costs hours.
The cloud-native Service map closes it. Now, frontend nodes, web and mobile, appear automatically upstream of the backend services they call. When users report a problem, you immediately see which frontend release drove the spike and which backend service absorbed the impact. The full topology—every upstream caller, every downstream dependency, every database, queue, and frontend—renders on a single interactive screen, automatically discovered from your existing OpenTelemetry or OneAgent instrumentation.
Health state propagates visually:
From any node, drill directly into Distributed Tracing,
Logs,
Databases, or Frontends with full context preserved.
Application Observability | Services
Services now based metrics and Smartscape 2.0 to unify the foundation
Services is now built on service metrics and Smartscape services introduced with a new Explorer that surfaces this unified model with enhanced filtering, segment support, and a redesigned service detail experience. Use ready-made segments and filters to scope the list to the services your team owns and quickly find what matters to you. The service detail experience is consistent across every workflow, whether you arrive from an alert, a trace, or the Explorer directly.

The existing Explorer remains available during the transition for teams that need to compare classic service entities with their Smartscape counterparts side-by-side.
Related highlights for Service Map and Endpoints are covered in separate release notes.
Rollout begins July 20th, when the Distributed Tracing will also switch to Smartscape-based service names.
Application Observability | Services
Dynatrace now automatically links services to their underlying cloud compute infrastructure across AWS, Azure, and GCP, for both OneAgent and OpenTelemetry instrumentation. This gives cloud architects and application owners a complete vertical view of their stack, from the service down to the cloud resource it runs on, without any manual configuration. The result is faster root-cause analysis and a single, consistent topology across your entire cloud-native environment.
Cost Intelligence
We've introduced self-service usage and cost insights dashboards that guide you from a free trial to a full deployment through a consistent experience.
If you're on a free trial, you can now see exactly how your usage maps to cost. Existing environments get actionable insights with drilldowns to quickly identify cost spikes, root causes, and the teams driving usage.
To get started:
Dashboards in your environment.usage or trial to see the available related dashboards.Use side-by-side mode in Dynatrace Assist to get contextual intelligence alongside your usage data, turning raw consumption metrics into actionable decisions.

Digital Experience
The RUM configuration for web and mobile frontends is now available in
Settings, designed so you can find and manage the settings based on your use case.
The configuration is managed at two levels:
The following settings are now available.
All settings are also fully accessible via the Settings API for teams with configuration-as-code workflows.

Digital Experience
Health alerts for web and mobile provide you with:
frontend.name, dt.smartscape_source.id, and dt.smartscape_source.typeproperties are now automatically added to frontend health alert events.
To learn more, see the documentation.
Digital Experience
We have introduced a calls edge type to link frontends and services in Smartscape on Grail. These relationships are shown in
Smartscape and can be queried with the smartscapeEdges command.
Digital Experience
All new Symbolication and Source Map management APIs support platform tokens.
Digital Experience
All new Dynatrace APIs for frontend configuration support platform tokens for improved access management.
Digital Experience
You can now capture additional context in RUM through new configuration options for event properties, session properties, and the session’s user identifier. Enriching your data with business or technical context enables analysis tailored to your needs (for example, by tagging premium users or flagging sessions with conversions).
Event properties can be configured for web frontends through the Dynatrace UI to capture metadata from DOM elements, cookies, or JavaScript variables on the window object. Capturing properties configured in the UI requires RUM JavaScript version 1.341+.
Session properties can be enriched based on the previously captured event properties in OpenPipeline. Different aggregation options control how values are rolled up to the session level: choose First or Last for all fields, and additionally Min, Max, Sum, or Avg for numeric fields.
The user identifier in a session can also be enriched in OpenPipeline based on captured event properties. The Last value is used for the aggregation into the session.
If you want to send this information to Dynatrace directly from your codebase instead, it can be reported through the RUM APIs for both web and mobile frontends. Configuration is backed by two new Settings API schemas: builtin:rum.web.capture-properties and builtin:rum.mobile.capture-properties.
The previous builtin:rum.web.capture-custom-properties schema is now deprecated.
Property limits have been increased to 100 captured per web frontend and 200 API-reported per web or mobile frontend. The session properties and the user identifier enriched from event properties can be used in session analysis through
Users & Sessions or included in your dashboards and notebooks via DQL.

Digital Experience
User actions are now integrated end-to-end in Dynatrace, making it easy to understand, monitor, and optimize how real users experience your frontends.
Click on Add to cart in product_details). Types and additional user action context help understand what happened. Review the User action data model for more details.
Experience Vitals now includes user actions in Explorer and frontend views, including:

Digital Experience
Dynatrace now supports frontend-to-backend linking from browser and mobile apps to backend services instrumented with OpenTelemetry.
This enables seamless correlation between user events and sessions in your web and mobile apps and distributed traces in backends monitored through OpenTelemetry, even when OneAgent is not used on the server side.
All existing UI features to navigate from frontend to backend are compatible with such setups.
To get started, see the documentation for web and mobile apps.
Digital Experience | Error Inspector
In
Error Inspector, you can now display a screen for anomaly detection and health alerting when in a problem context.
Digital Experience | Session Replay
Session Replay is now generally available for all Dynatrace SaaS customers using Digital Experience Monitoring (DEM) on Grail. Session recordings are natively stored in the Grail data lakehouse and fully integrated with
Users & Sessions.
The new Session Replay includes:
Session Replay must be configured and enabled per frontend, and requires explicit user permissions. Privacy masking settings are automatically inherited from Session Replay Classic, which ensures the same level of data protection without additional configuration. The classic and latest experience can run in parallel during migration at no additional cost.
For details, check the documentation.

Digital Experience | Synthetic
A dedicated Synthetic platform API is now available in the latest Dynatrace. It provides full programmatic access to synthetic monitor management from the latest Dynatrace platform, separate from the classic Environment API.
Base URL: https://<env-id>.apps.dynatrace.com/platform/synthetic/v1
The API covers the full lifecycle of synthetic monitors and locations:
To authenticate, use a OAuth 2.0 bearer token in the form of:
dt0s16.*) for personal and user-context automation.All endpoints are currently in Early Adopter status. Non-breaking changes may be introduced without a version increment. Clients should handle unknown enum values gracefully.
Migrate to the platform API to access the full latest Dynatrace feature set. Users and integrations relying on the classic Environment API (/api/v1/synthetic, /api/v2/synthetic) are not affected—the endpoints remain available.
Digital Experience | Synthetic
Synthetic monitors, their steps, and locations are now available in Smartscape on Grail. Browser monitors, HTTP monitors, network availability monitors, synthetic locations, and credential vault entries are modeled as topology nodes in the same Smartscape graph as your hosts, services, and Kubernetes workloads. You can query them with DQL, explore their relationships to the rest of your topology, and filter by geography using the full geo attributes now carried on synthetic locations.

Existing dashboards, queries, and alerting continue to work. All synthetic node types, attributes, and relationships are defined in the Semantic Dictionary. Classic synthetic entity queries are deprecated but remain supported for as long as Dynatrace classic is supported.
Digital Experience | Synthetic
Synthetic Monitoring in the latest Dynatrace introduces a new access control model built around dedicated IAM permission scopes and security contexts. It gives you an alternative to broad, tenant-wide classic roles: precise, role-specific permissions that can be delegated to the teams and individuals who actually own the monitors—without granting them broader platform access than their roles require.
Access to Synthetic is now controlled by IAM policies with permissions scoped specifically to Synthetic. A user who needs to create and manage monitors can be granted exactly that—synthetic:monitors:read/write/execute—without any access to integration settings or tenant-wide configuration. A team consuming availability data in
Dashboards gets the storage permissions to read metrics and events, and nothing beyond that.
This makes it practical to hand Synthetic ownership directly to the teams who run the monitors. The classic Manage monitoring settings role required broad administrative access; the new model does not.
The Admin User and Pro User built-in default policies have been updated to include Synthetic-specific scopes.
The new permissions apply uniformly across every way you interact with Synthetic: the
Synthetic,
Dashboards,
Notebooks,
Workflows, and the Synthetic Platform API.
For multi-team environments, you can scope access to a specific subset of monitors via security context, so that each team sees and manages only their own monitors, on a shared tenant, with no configuration overlap.
A security context is a value assigned to a monitor that represents ownership or organizational scope (for example, team-payments or team-onboarding). IAM policies can use those values as conditions:
ALLOW synthetic:monitors:read, synthetic:monitors:writeWHERE synthetic:dt.security_context IN ("team-payments")
A user with this policy sees and manages only the monitors tagged team-payments. A different team operates within a different boundary—same platform, same app, entirely separate scope.
Enforcement is two-way: a user restricted to specific security contexts can create new monitors, but must assign at least one security context they have access to at the time of creation. This allows teams to self-serve without creating monitors outside their designated scope.
The same mechanism may also enable use cases like separating Synthetic from RUM data access for users who should only see synthetic results.

Classic role-based permissions (View environment, Manage monitoring settings) continue to work and are not removed. However, classic permissions always apply tenant-wide—they cannot be scoped to a subset of monitors, and security contexts have no effect on users with classic-only permissions. Migrate to IAM policies to take advantage of the new access model.
Infrastructure Observability
Fleet Management is now available. It provides administrators with a new home to manage Dynatrace components at scale. From one consistent experience, you can:
Check out the app in Dynatrace Hub.
Fleet ManagementYou can now monitor and manage your ActiveGates in the new
Fleet Management. We enable purpose-driven views for ActiveGate, Synthetic Engine, and zRemote to help surface operational data per deployment. This makes it easier to monitor, troubleshoot, and centrally manage configurations such as updates. You can now schedule updates by defining target version and update windows for your ActiveGates—the same way you manage OneAgent updates.
Fleet ManagementYou can now monitor and manage your OneAgent modules in the new
Fleet Management. We enable OneAgent module health and deployment details in a single view, making it easier to monitor, troubleshoot, and centrally manage configurations. OneAgent health is now DQL queryable, allowing integrated Dynatrace platform experience with dashboards and more.
You can now use platform tokens to authenticate against ActiveGate and OneAgent fleet management API endpoints, including new ActiveGate deployment APIs.
We recommend platform tokens over classic API tokens for new integrations. Platform tokens offer finer-grained access control tied to user permissions, environment-level scoping, and support for rotation and temporary disabling without deletion. The new deployment endpoints also use fine-grained permission scopes for better auditability. ActiveGate installers and images downloaded through the new deployment endpoints no longer include embedded environment configuration, reducing the risk of accidental credential exposure.
Existing API token authentication remains fully supported across all endpoints, so no changes are required for current integrations. To learn more, see Platform Tokens.
Infrastructure Observability | AWS
You can now ingest AWS logs directly from Amazon S3 via the new S3 Logs forwarder. This functionality is added alongside the existing Amazon Data Firehose ingestion method. Direct S3 ingest ships logs without the intermediate CloudWatch Logs or Firehose streaming layer, reducing costs and operational overhead while avoiding the restrictions that security-sensitive environments might impose on Firehose deployment.
To forward logs from sources such as AWS CloudTrail, Amazon VPC Flow Logs, ELB access logs, and Amazon CloudFront, deploy once with a Dynatrace-maintained AWS Lambda function in your centralized logging account. An S3 event notification triggers the Dynatrace forwarder Lambda function when a new S3 Logs object is created. The Lambda function parses, enriches, and forwards records to the new Dynatrace AWS S3 logs ingest API, where records are routed through OpenPipeline for processing and storage.
Infrastructure Observability | Cloud Foundry
We've added support for migrating from legacy Cloud Foundry monitoring to a new, scalable, extension-based engine.
Infrastructure Observability | Clouds
The new Cloud Platform Monitoring, which is generally available for monitoring AWS and Azure environments, is now in preview for monitoring Google Cloud (GCP) environments.
This gives teams production-ready multi-cloud monitoring across AWS and Azure, while enabling early access to GCP monitoring capabilities as they continue to evolve.
Infrastructure Observability | Databases
Databases now highlights unmonitored database instances (such as AWS RDS or Aurora, with GCP and Azure to follow) that are discovered by
Clouds but not yet monitored by
Databases.
Infrastructure Observability | Databases
Database and database instance entities are now supported in Smartscape 2.0 for PostgreSQL, MySQL, Oracle, DB2, Microsoft SQL Server, SAP HANA, and MariaDB. We've also added new Smartscape entities for table and index, available only for PostgreSQL and MySQL.
Infrastructure Observability | Databases
DatabasesActive Connections Analysis adds a dedicated Connections & Blocking view to
Databases. Teams get a visual breakdown of concurrent database connections and their key attributes, such as query, wait group, and application, making it easier to pinpoint what's driving database load, identify long-running or blocked queries, and optimize performance.
This functionality is available for PostgreSQL and MySQL databases only.

Infrastructure Observability | Databases
You can now monitor your PostgreSQL and MySQL databases with a new instance-based pricing model. Instead of billing by metric and log volume, you're charged per database instance per hour—giving you predictable, transparent costs that scale with the number of databases you monitor.
Enabling the new model unlocks the full
Databases experience for PostgreSQL and MySQL:
Metric and log ingestion for these databases is included, and all in-app queries are free.
If your environment is entitled to the new model and you have administrator-level permissions, you can enable it in
Settings. After enabling, update your database extension to the latest version to make use of the newly unlocked features.
This model currently applies only to PostgreSQL and MySQL. Monitoring for other database vendors continues under the existing pricing model.
Infrastructure Observability | Databases
Databases now includes detailed table and index metrics, including size, row count, read and write activity, index usage, and growth trends. Use them to spot performance bottlenecks, identify inefficient or unused indexes, and catch storage anomalies before they become problems.
This functionality is available for PostgreSQL and MySQL databases only.

Infrastructure Observability | Databases
DatabasesExplore database structures, relationships, and performance metrics visually, improving troubleshooting and optimization workflows with Database Schema for MySQL and PostgreSQL. Use the interactive, graphical schema visualization tool to proactively detect schema issues, such as missing indexes or data type mismatches, and gather actionable insights for performance optimization.

Infrastructure Observability | Databases
Databases now lets you visualize query execution plans for PostgreSQL and MySQL in a clear, interactive, and easy-to-understand view. This makes it simple to see how a query is executed, and quickly spot common performance issues like full table scans, expensive joins, and large sorts. Teams can find the root cause of slow queries faster and get to the right optimization with less guesswork.

Infrastructure Observability | Databases
Database Activity Insights is a centralized backend service integrated into the Dynatrace platform that continuously processes raw data collected from your database instances, including metrics (instance, database, table, index, and query level), schema structures, configurations, and execution plans. Predefined rules are applied to this data to proactively generate warning signals before issues escalate. Findings are pre-calculated and surfaced automatically in
Databases, with no action required on your end.
Infrastructure Observability | Databases
We've enhanced the Postgres and MySQL database extensions to:
Infrastructure Observability | Discovery & Coverage
Discovery & Coverage network coverage now uses Smartscape on Grail queries. This means faster queries at a large scale. Additionally, we've added cross-linking to
Smartscape so you can quickly see network device relationships.
Infrastructure Observability | Hosts
Infrastructure & Operations now supports maintenance-window-aware availability reporting for hosts and process group instances (PGIs). Maintenance windows are also visualized as overlays on availability and health charts in
Infrastructure & Operations, giving immediate context for any availability dip. You can now also create DQL queries that separate planned from unplanned downtime. This benefits IT operations teams and SREs who need to report on SLA compliance and want to exclude scheduled maintenance from their availability calculations.
Infrastructure Observability | Infrastructure & Operations
Infrastructure & Operations now provides health alerts and warning signals for Kubernetes and network devices.
Infrastructure Observability | Infrastructure & Operations
Infrastructure & Operations
Infrastructure & Operations now visualizes network connections from OneAgent Network Connection Monitoring.

Infrastructure Observability | Infrastructure & Operations
We've deprecated the ActiveGate deployment API, which includes endpoints such as /api/v1/deployment/installer/gateway and /api/v1/deployment/installer/gateway/connectionInfo. Use the Latest Dynatrace deployment API instead.
Infrastructure Observability | Infrastructure & Operations
We've added a new REST API to provide URIs for the images used in Dynatrace components.
Endpoint: GET /api/v2/fleetManagement/components/containerImages
Infrastructure Observability | Infrastructure & Operations
We have added a new REST API to retrieve public image URIs for Dynatrace components.
Infrastructure Observability | Kubernetes
Dynatrace now provides a central place to manage metadata enrichment across all telemetry data and data sources. Through this central configuration, you can:
For more information, see Metadata enrichment of all telemetry originating from Kubernetes.
Infrastructure Observability | VMware
We provide a new guided migration to help you migrate legacy VMware monitoring to a new, scalable, extension-based engine.
Platform
If you're planning or scaling log collection infrastructure, we've updated the sizing guides for the Environment ActiveGate Log ingestion API (JSON and OTLP). These now cover containerized (operator-provisioned) and host-based deployments. The guides provide capacity recommendations, reducing the risk of latency and data loss in production.
For more information, see Log Management and Analytics default limits and Best practices for Log Management and Analytics.
Platform
For environments on AWS, you can now manage your own encryption keys for Dynatrace platform data at rest, taking full control over data access while meeting the strictest regulatory requirements.
Platform
You can now query metric metadata via DQL with load “/dt/platform/metrics.metadata”. This file contains the list of all metrics available in your environment, refreshed regularly. Each row indicates the metric key, name, description, kind, unit, the list of dimensions, and the last time the row was updated.
Platform
You can now extract histogram metrics from logs or spans using OpenPipeline. This is particularly useful if you're repeatedly using percentile aggregations for log or span queries, dashboards, SLOs, or anomaly detection. Extracting histogram metrics allows you to replace your existing logs or spans queries with efficient metric queries using the timeseries percentile() DQL command.
Platform
Dynatrace Operator now supports platform token authentication. To enable it, provide a platform token in the apiToken field within a DynaKube token secret. The paasToken field is deprecated.
When you use a platform token:
dt.kubernetes.cluster.id, dt.kubernetes.workload.id and dt.kubernetes.workload.name are no longer used for metadata enrichment.Platform | API Gateway
You can now use platform tokens to authenticate against all classic and ingest API endpoints, including logs, metrics, and business events.
We recommend platform tokens over classic API tokens for new integrations: They're bound to user permissions for fine-grained access control, can be scoped to specific environments, and support rotation and temporary disabling without deletion.
Existing API token authentication remains fully supported, so no changes are required for current integrations. To learn more, see Platform Tokens.
Platform | API Gateway
The latest Dynatrace REST API for ActiveGate deployment is now enabled by default and available via the platform domain. The API is accessible with the default Dynatrace administrator policy.
fleet-management/v1/activegate endpoints:
GET fleet-management/v1/activegate/installer/{os-type}/{arch}:download—Download latest installer.GET fleet-management/v1/activegate/installer/{os-type}/{arch}/{version}:download—Download specific installer version.GET fleet-management/v1/activegate/installer/version/target—Get target installer version.GET fleet-management/v1/activegate/installer/versions—List available installer versions.GET fleet-management/v1/activegate/connection-info—Get ActiveGate connection info.Platform | Dashboards
If you're managing log collection infrastructure, you can use an upgraded dashboard and troubleshooting guides that cover both OneAgent log modules and Environment ActiveGate (Log ingest API, JSON, and OTLP). These improve visibility into ingest health and enable self-service resolution of data loss, latency, and configuration problems.
What's new:
To get started, see Log delivery and reliability and OneAgent Log module.
Platform | Dashboards
You can upload and manage images directly within
Dashboards based on a new tile type. This new type opens an integrated image library where you can upload new images, browse existing ones, or link external URLs. Images are stored in the document service, where they are automatically accessible to all collaborators in the same tenant and can be configured with display settings such as sizing, alignment, background color, dark theme variants, and alt text for accessibility.
Platform | Davis
Service events with event.provider=ROOT_CAUSE_ANALYSIS now use Smartscape entities in the DQL query instead of classic entities. The metric chart in the
Problems Event tab also shows the metric name when hovering over the metric line for those now.
Platform | OneAgent
OneAgent supports central enrichment configuration with DQL and DPL.
Mainframe, Serverless, Application Security, and Live Debugger aren't supported yet.
Platform | OneAgent
We've introduced a new configuration option, BinaryDetectionMode that lets you control how the Log Agent handles binary or non-supported encoding files within a log source (LGI).
To configure this setting, go to
Settings > Collect and capture > Log monitoring > Advanced log settings and set the BinaryDetectionMode property.
By default, the entire log source is marked as binary and stops being processed. There is no change in behavior for existing deployments.
Platform | Platform Services
The Jira Service Management (JSM) Connector allows you to send Dynatrace information like problem events to Jira Service Management to create, update, or close alerts.
Platform | Platform Services
Workflows approval requests without leaving Microsoft TeamsYou can now respond to
Workflows approval requests directly in Microsoft Teams. When a workflow pauses and requires manual confirmation before proceeding, you receive an interactive message in Teams that lets you approve or decline without switching tools. This keeps high-impact automated actions under human control while reducing the friction of acting on them.
Platform | Platform Services
We've added new REST API to retrieve support archives for OneAgent and ActiveGate components.
OneAgent endpoints:
GET /platform/fleet-management/v1/oneagent/support-archives/{smartscape-node-id}POST /platform/fleet-management/v1/oneagent/support-archives/{smartscape-node-id}DELETE /platform/fleet-management/v1/oneagent/support-archives/{smartscape-node-id}/{support-archive-id}GET/platform/fleet-management/v1/oneagent/support-archives/{smartscape-node-id}/{support-archive-id}GET/platform/fleet-management/v1/oneagent/support-archives/{smartscape-node-id}/{support-archive-id}:downloadActiveGate endpoints:
GET/platform/fleet-management/v1/activegate/support-archives/{smartscape-node-id}POST /platform/fleet-management/v1/activegate/support-archives/{smartscape-node-id}DELETE /platform/fleet-management/v1/activegate/support-archives/{smartscape-node-id}/{support-archive-id}GET/platform/fleet-management/v1/activegate/support-archives/{smartscape-node-id}/{support-archive-id}GET/platform/fleet-management/v1/activegate/support-archives/{smartscape-node-id}/{support-archive-id}:downloadPlatform | Search
Dynatrace search now returns a focused result set for every entity type in your environment. Hosts, services, frontends, Kubernetes clusters, processes, containers, and cloud resources each appear in their own category, so you can scan straight to the entity type you need. Select any of the results to open the recommended app for that entity. Dynatrace handles the navigation for you.
This experience activates automatically on latest-Dynatrace environments. The classic entity search continues to work in Dynatrace Classic, and it automatically activates when you upgrade to the latest Dynatrace.
Platform | Settings
The Settings API is fully aligned with our latest Platform API standards. It gives you a single, consistent endpoint to access and manage all your Settings 2.0 data, with a cleaner, more predictable developer experience.
Platform | Smartscape
We've extended the
Smartscape service dependency graph with database nodes. You can now follow calls from a service straight to the database it hits, giving you visibility into your data layer without leaving the topology view.
Platform | Smartscape
Smartscape now includes three new node types, ACTIVE_GATE, ZREMOTE, and SYNTHETIC_ENGINE. These give you full visibility into your monitoring infrastructure and its relationships. Self-monitoring metrics sent by ActiveGate now also carry a Smartscape node ID dimension with the keys dt.smartscape.activegate, dt.smartscape.synthetic_engine, and dt.smartscape.zremote, making it easier to correlate metrics directly with the corresponding node.
Platform | Workflows
You can now use workflow actions to create, update, read, or delete documents stored in the documents store, such as dashboards or notebooks.
Software Delivery
Environment ActiveGate auto-updates now offer the same controls as OneAgent.
You can pick a target version (Latest stable, Previous stable, Older stable, or a specific main version, and the latest sub-version is applied automatically), choose one of three update modes (Automatic at earliest convenience, Automatic during update window, or No automatic updates), and share the same update windows you already use for OneAgent.
Per-ActiveGate settings can override the environment defaults, and manually managed ActiveGates expose an Update now to target version button.
The Environment Deployment API endpoints GET /api/v1/deployment/installer/gateway/{osType}/latest and GET /api/v1/deployment/installer/gateway/{osType}/latest/metainfo honor the configured target version too, so downloads and installer metadata stay consistent with the environment's chosen ActiveGate version.
Threat Observability | Security events
New security MCP tools for Dynatrace Assist bring vulnerability, risk, and threat context directly into your agentic workflows, so your team can understand and act on security exposure without leaving the tools and pipelines they rely on every day.
Application Observability | Distributed Tracing
Distributed Tracing and the failure and response time analysis in
Services now use Smartscape on Grail. The classic entities utilizing legacy dt.entity.* attributes are automatically replaced by dt.smartscape.* attributes.
To learn more, see Smartscape on Grail.
Rollout begins July 20th, when the
Services will also switch to Smartscape-based services.
Digital Experience | Synthetic
If your environment was created before January 2026, Dynatrace performs a one-time migration of the management zone each synthetic monitor belongs to, mapping them security context values with the same name on that monitor. The existing grouping structure is preserved without requiring manual reassignment.
After the migration takes place,
You must assign the new platform permissions to use security contexts as the basis for scoped permissions. To learn more about assigning and managing security context, see Access control for Synthetic Monitoring.
Updating or creating management zones and monitors won’t be synchronized.
Infrastructure Observability | Infrastructure & Operations
A new REST API for managing ActiveGate tokens is now available.
/platform/fleet-management/v1/activegate/tokens endpoints instead of /api/v2/activeGateTokens.fleet-management:activegate.tokens:* scopes.Infrastructure Observability | Infrastructure & Operations
A new REST API is now available for deploying the ActiveGate installer and retrieving connection information. Unlike the classic API, this API supports non–preconfigured installers, enabling deployment without environment-specific preconfiguration.
Platform | Dashboards
Starting with Dynatrace version 1.344, Dynatrace will apply stricter validation rules to dashboards and won't display dashboards that fail validation.
This will mainly affect dashboards created or modified via the API or external AI tools. Dashboards created and maintained using
Dashboards can’t fail validation unless you modify them otherwise.
Dashboards will display a warning and a failure reason, but the dashboard will continue to load as usual.Platform | OneAgent
sku renamed to host.typeThe field sku was renamed to host.type for HOST entities in Smartscape on Grail. Change any queries using sku to host.type.
To learn more, see Semantic Dictionary - Compute fields.
sku was renamed to host.type for HOST entities in Smartscape on Grail. (OA-68029)
Clouds. (INFOBS-10788)
Databases behavior that caused erratic scrolling in tables with a large number of statements. (INFOBS-10776)
Infrastructure & Operations tables. (INFOBS-10712)
Databases. (INFOBS-10709)
Databases extension table now shows the installed extension version as defined by the active monitoring configuration. (INFOBS-10135)Boolean variable handling for Dynatrace Operator. (DEM-28647)dt.problem information is no longer available by default in the
Users & Sessions Intent Explorer . (DEM-28228)
Users & Sessions. (DEM-28198)interaction.name as interaction.type. (DEM-28082)