Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
IBM DB2 for LUW (remote monitoring)IBM DB2 for LUW (remote monitoring)
IBM DB2 for LUW (remote monitoring)

IBM DB2 for LUW (remote monitoring)

Remotely collect monitoring metrics from your DB2 databases.

Extension
Free trialDocumentation
The included DB2 dashboard in the Dashboards App.The DB2 database instance entity as seen in the Databases App.The database host as seen in the Databases App. This data comes from the OneAgent when a host is also monitored by the extension.
  • Product information
  • Release notes

Overview

Our IBM DB2 for Linux, Unix, and Windows (LUW) database monitoring is based on a remote monitoring approach implemented as a Dynatrace ActiveGate SQL extension. The extension queries databases for key performance and health metrics, extending your visibility, and allowing DAVIS AI to provide anomaly detection and problem analysis.

Use cases

  • Understand the impact of resource shortages, locks or other database issues have on your application by observing the database server itself.
  • Track health and performance of the DB2 servers

Get started

For more information on the installation and configuration, please see IBM DB2 for LUW (remote monitoring) extension in the Dynatrace Documentation.

Details

Compatibility information:

IBM supported versions of IBM DB2 for Linux, UNIX, and Windows (LUW) running on AIX, HP-UX, Linux, Solaris, or Windows are supported. DB2 for IBM i is not supported.

Refer to the IBM documentation for details on DB2 end of support dates.

Compatibility information

IBM supported versions of IBM DB2 for Linux, UNIX, and Windows (LUW) running on AIX, HP-UX, Linux, Solaris, or Windows are supported. DB2 for IBM i is not supported.

Refer to the IBM documentation for details on DB2 end of support dates.

Dynatrace
Documentation
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Feature sets

Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.

Feature setsNumber of metrics included
Metric nameMetric keyDescriptionUnit
Availabilitydb2.availabilityAvailability based on ability of extension to connect to DB2 instance (100% reported on success, no data on failure).Percent
CPU usagedb2.cpu_usage_totalThe overall processor usage on this host including kernel processing time, expressed as a percentage.Percent
Memory freedb2.memory_freeThe total amount of physical memory on this host that is not allocated to a running process.MegaByte
Memory totaldb2.memory_totalThe total amount of physical memory on this host.MegaByte
Memory usagedb2.memory_usageThe total amount of physical memory on this host allocated to a running process as a percentage.Percent
Database manager instance statusdb2.db2_statusThe current status of the instance of the database manager.State
Member statusdb2.db_statusThe current status of the database member.State
Metric nameMetric keyDescriptionUnit
Buffer pool total logical readsdb2.bp.total_logical_reads.countThe total number of pages requested from the buffer pool (logical reads) across all page types.Count
Buffer pool total physical readsdb2.bp.total_physical_reads.countThe total number of pages physically read from disk across all page types.Count
Buffer pool total writesdb2.bp.total_writes.countThe total number of pages written to disk across all page types.Count
Buffer pool total asynchronous writesdb2.bp.total_async_writes.countThe total number of pages written asynchronously to disk.Count
Buffer pool read timedb2.bp.pool_read_time.countThe total elapsed time spent reading data from the buffer pool to disk.MilliSecond
Metric nameMetric keyDescriptionUnit
Apps currently connecteddb2.appl_cur_consIndicates the number of applications that are currently connected to the database.Count
Dynamic SQL statementsdb2.dynamic_sql_stmts.countThe number of dynamic SQL statements that were attempted.Count
Failed SQL statementsdb2.failed_sql_stmts.countThe number of SQL statements that were attempted, but failed.Count
Total app commitsdb2.total_app_commits.countTotal number of commit statements issued by the client application.Count
Internal commitsdb2.int_commits.countThe total number of commits initiated internally by the database manager.Count
App rollbacksdb2.total_app_rollbacks.countTotal number of rollback statements issued by the client application.Count
Internal rollbacksdb2.int_rollbacks.countThe total number of rollbacks initiated internally by the database manager.Count
CPU timedb2.total_cpu_time.countThe total amount of CPU time used while within the database system. Represents total of both user and system CPU time.MicroSecond
Wait timedb2.total_wait_time.countThe total time spent waiting within the database server.MicroSecond
Request timedb2.total_rqst_time.countThe total amount of time spent working on requests.MilliSecond
Rows returneddb2.rows_returned.countThe number of rows that have been selected and returned to the application.Count
Rows readdb2.rows_read.countThe number of rows read from the tables.Count
Rows updateddb2.rows_updated.countThis is the number of row updates attempted.Count
Rows deleteddb2.rows_deleted.countThis is the number of row deletions attempted.Count
Rows inserteddb2.rows_inserted.countThe number of row insertions attempted.Count
Lock wait timedb2.lock_wait_time.countThe total elapsed time spent waiting for locks.MilliSecond
Deadlocksdb2.deadlocks.countThe total number of deadlocks that have occurred.Count
Lock timeoutsdb2.lock_timeouts.countThe number of times that a request to lock an object timed out instead of being granted.Count
Buffer pool data writesdb2.pool_data_writes.countThe number of times a buffer pool data page was physically written to disk.Count
Buffer pool index writesdb2.pool_index_writes.countIndicates the number of times a buffer pool index page was physically written to disk.Count
Buffer pool XDA writesdb2.pool_xda_writes.countIndicates the number of times a buffer pool data page for an XML storage object (XDA) was physically written to disk.Count
Local buffer pool index pages founddb2.pool_index_lbp_pages_found.countIndicates the number of index pages which have been synchronously read by agents and asynchronously read by prefetchers from the local buffer pool (logical) for regular and large table spaces.Count
Async local buffer pool index pages founddb2.pool_async_index_lbp_pages_found.countThe number of times an index page was present in the local buffer pool when a prefetcher attempted to access it.Count
Buffer pool index logical readsdb2.pool_index_l_reads.countIndicates the number of index pages which have been synchronously read by agents from the buffer pool (logical) for regular and large table spaces.Count
Buffer pool temp index logical readsdb2.pool_temp_index_l_reads.countIndicates the number of index pages which have been requested from the buffer pool (logical) for temporary table spaces.Count
Local buffer pool data pages founddb2.pool_data_lbp_pages_found.countIndicates the number of data pages which have been synchronously read by agents and asynchronously read by prefetchers from the local buffer pool (logical) for regular and large table spaces.Count
Async local buffer pool data pages founddb2.pool_async_data_lbp_pages_found.countThe number of times a data page was present in the local buffer pool when a prefetcher attempted to access it.Count
Buffer pool data logical readsdb2.pool_data_l_reads.countIndicates the number of data pages which have been synchronously read by agents from the buffer pool (logical) for regular and large table spaces.Count
Buffer pool temp data logical readsdb2.pool_temp_data_l_reads.countIndicates the number of data pages which have been requested from the buffer pool (logical) for temporary table spaces.Count
Local buffer pool XDA pages founddb2.pool_xda_lbp_pages_found.countIndicates the number of data pages for an XML storage object (XDA) which have been synchronously read by agents and asynchronously read by prefetchers from the local buffer pool (logical) for regular and large table spaces.Count
Async local buffer pool XDA pages founddb2.pool_async_xda_lbp_pages_found.countThe number of times a data page for an XML storage object (XDA) was requested by a prefetcher from and found in the local buffer pool.Count
Buffer pool XDA logical readsdb2.pool_xda_l_reads.countIndicates the number of data pages for XML storage objects (XDAs) which have been synchronously read by agents from the buffer pool (logical) for regular and large table spaces.Count
Buffer pool temp XDA logical readsdb2.pool_temp_xda_l_reads.countIndicates the number of pages for XML storage object (XDA) data which have been requested from the buffer pool (logical) for temporary table spaces.Count
Buffer pool data physical readsdb2.pool_data_p_reads.countIndicates the number of data pages which have been synchronously read by agents and asynchronously read by prefetchers from the table space containers (physical) for regular and large table spaces.Count
Buffer pool index physical readsdb2.pool_index_p_reads.countIndicates the number of index pages which have been synchronously read by agents and asynchronously read by prefetchers from the table space containers (physical) for regular and large table spaces.Count
Buffer pool XDA physical readsdb2.pool_xda_p_reads.countIndicates the number of data pages for XML storage objects (XDAs) which have been synchronously read by agents and asynchronously read by prefetchers from the table space containers (physical) for regular and large table spaces.Count
Buffer pool temp data physical readsdb2.pool_temp_data_p_reads.countIndicates the number of data pages read in from the table space containers (physical) for temporary table spaces.Count
Buffer pool temp index physical readsdb2.pool_temp_index_p_reads.countIndicates the number of index pages read in from the table space containers (physical) for temporary table spaces.Count
Buffer pool temp XDA physical readsdb2.pool_temp_xda_p_reads.countIndicates the number of pages for XML storage object (XDA) data read in from the table space containers (physical) for temporary table spaces.Count
Buffer pool victim page cleaners triggereddb2.pool_drty_pg_steal_clns.countThe number of times a page cleaner was invoked because a synchronous write was needed during the victim buffer replacement for the database.Count
Total sortsdb2.total_sorts.countThe total number of sorts that have been executed.Count
Time since backupdb2.time_since_backupTime since last backup was completedMinute
Backup timedb2.backup_time.countThe elapsed time that was spent doing online backupsMilliSecond
Online backupsdb2.total_backupsTotal number of online backupsCount
Metric nameMetric keyDescriptionUnit
HADR connect statusdb2.hadr_connect_statusThe current high availability disaster recovery (HADR) connection status of the database.State
HADR statedb2.hadr_stateThe current high availability disaster recovery (HADR) state of the database.State
HADR log gapdb2.hadr_log_gapThe recent average of the gap between the PRIMARY_LOG_POS value and STANDBY_LOG_POS value (how far the standby is behind the primary).Byte
Standby tablespace errordb2.hadr_standby_tablespace_errorReports 1 if HADR_FLAGS indicate the standby database has a tablespace in an invalid error state. If this state occurs during a database upgrade and if the problem is not resolved before the upgrade completes, the table spaces that are in error will not be recoverable.State
Metric nameMetric keyDescriptionUnit
Tablespace total pagesdb2.tbsp_total_pagesTotal number of pages in a table space.Count
Tablespace used pagesdb2.tbsp_used_pagesThe total number of pages that are currently used (not free) in a table space.Count
Tablespace sizedb2.tbsp_sizeTotal size of the table space in bytes, calculated from total pages multiplied by page size.Byte
Tablespace statedb2.tbsp_stateThe current state of a table space.State
Metric nameMetric keyDescriptionUnit
Log write timedb2.log_write_time.countThe total elapsed time spent by the logger writing log data to the disk.MilliSecond
Transaction log useddb2.total_log_usedThe total amount of active log space currently used in the database.Byte
Transaction log availabledb2.total_log_availableThe amount of active log space in the database that is not being used by uncommitted transactions.Byte
In doubt transactionsdb2.num_indoubt_transactionsThe number of outstanding indoubt transactions in the database.Count
Metric nameMetric keyDescriptionUnit
Active connectionsdb2.active_connectionsCurrent active connections to database.Count

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

Requires Dynatrace version 1.338.0 and EEC (ActiveGate) version 1.318.0

Improvements:

  • Appropriate timeouts set on all queries aligned with their execution interval to avoid 'overlapping' open queries and connections if their is a DB slowdown

Full version history

⚠️WARNING⚠️: Possible breaking changes and warnings - PLEASE READ before upgrading:

  • This version requires a minimum Dynatrace version of 1.338.0 and a minimum EEC version of 1.318.0
  • This version includes a breaking change for Dynatrace on Grail.
    • With the inclusion of OpenPipeline processing rules, any metrics ingested from the extension will be processed by a dedicated OpenPipeline pipeline.
    • This means that any dynamic route configured to process any metrics from the extension will be dropped in favor of the dedicated pipeline. Please, refer to pipeline groups to continue using dynamic routes.
    • With the inclusion of OpenPipeline processing rules, any logs ingested from the extension will be processed by a dedicated OpenPipeline pipeline instead of the classic log pipeline.
    • This means that classic rules will no longer be used on logs ingested from the extension. Please be sure to migrate any you still need to OpenPipeline rules.
    • Top current sql statement log records are now mapped to the default_database_monitoring bucket
    • Additionally, some field names are handled differently in OpenPipeline, e.g. capitalization. Please double-check any custom dashboards and alerts you have created for this extension.
    • You must opt-in to OpenPipeline configuration via Settings API – see the documentation.

New in this version:

  • Smartscape on Grail.
  • Added feature set metadata for recommended metrics.

Improvements:

  • WITH UR is now appended to all SELECT statements to help avoid potential locks via the Uncommitted Read Isolation Level

Fixes:

  • The top current sql query is improved to be more efficient and correctly sort by the longest running queries

Full version history

Requires Dynatrace 1.330 and ActiveGate 1.318

What's new
  • New buffer pools feature set
    • Provides buffer pool utilization and performance metrics at the individual buffer pool level
  • New metric for use in calculating total database size
  • New definitions for displaying aggregated member level data at the instance level for a better Databases App experience

Full version history

  • Ensure required dimensions exist for entity creation
  • Updated Dashboard App dashboards to use latest URLs

Full version history

Minimum Dynatrace version 1.312!

Changes

  • Includes platform dashboard
  • Adds security context to all entity types

Full version history

Features

  • New configuration variable to control the frequency of metric collection
  • There is a now a SAME_AS relationship between a DB2 instance and its Process Group Instance
    • Listening port and detected address of DB2 PGI must match the hostname/IP and port used for extension device connection

Full version history

Fixes

  • Corrects func:db2.total_log_utilization formula

New features

  • An alias can be configured per DB2 instance
    • Name will be used as the DB2 instance entity name as well as incorporated into the names of child entities
    • Entity IDs will not be affected so will have historical continuity with existing entities
  • New db2.hadr_standby_tablespace_error metric in HADR feature set. See DB2 documentation for an explanation of the scenario this detects.
  • Definitions to make AppEngine ready

Full version history

  • Corrects source entity metadata for DB2 Host entity
    • Will correct issues where DB2 host metrics were not showing up in management zones

Full version history

  • fix issue that would prevent HADR metrics from displaying on the DB2 Instance Unified Analysis screen

Full version history

Minimum ActiveGate version required: 1.260

  • Introduces the first 'query-level' visibility with 'the top_current_sql' feature set. Enabling this will result in a query to the MON_CURRENT_SQL view and ingestion of log records for the top 50 currently executing statements (based on elapsed time) once every 5 minutes. As this may result in large amounts of additional data ingestion be sure to use with caution.
  • Includes backup metrics in the existing 'database' feature set:
    • Time since last backup
    • Backup time
    • Number of online backups

Full version history

Minimum ActiveGate version required: 1.260

  • 1.1.2 was a major change so be sure to review those earlier release notes as well if updating from an earlier version
  • Fixes an issue with the 'source entity type' for several metrics (hadr and db2 status) that would cause issues with metrics missing from management zones

Full version history

Minimum ActiveGate version required: 1.260

Note: this version has changes to the tables and views that are queried. Review the latest requirements on the Hub page for details on what permissions are needed prior to updating

  • Connection metrics now in dedicated feature set
    • Be sure to enable this when updating if you want connection metrics
  • HADR metrics and properties are now collected
    • HADR feature set must be enabled
  • Tablespaces now have their own entity type rather than having tablespace metrics associated with the member entity
    • If you have rules such as metric events for tablespace metrics that were filtered by the member entity be sure to review if you need to update these
    • The new tablespace entity has various new properties that can be used such as their state and whether auto resize is enabled
  • New in-doubt transaction metric collected in transaction_log feature set
  • Basic host resource metrics (CPU and memory) are now collected
  • The db2.metadata metric is no longer used/needed
    • This has been consolidated into the host resources query
  • DB2 status is now reported
  • Fix to instance level metric metadata that would have prevented management zone filtering from working for these metrics
  • Various screen fixes and adjustments

Full version history

  • Collects active connection metric
    • Requires enabling the 'connections' feature set

Full version history

  • Initial GA release
  • Three feature sets:
    • Database
    • Transaction logs
    • Tablespace
  • UI Screens for DB2 entities
  • Overview dashboard
  • 'Availability' metric event
Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Dynatrace Intelligence - Agentic Operations SystemThe Dynatrace Agentic AI ecosystem
All (914)Log Management and AnalyticsKubernetesAI and LLM ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityBusiness ObservabilityDigital Experience
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

Infrastructure Observability

Get automatic and intelligent observability across cloud and hybrid environments with continuous auto-discovery of any type of infrastructure, all in context and with precise, AI-powered answers.

Essentials

Get automatic and intelligent infrastructure monitoring and observability across hybrid and cloud environments.

OneAgent logo

OneAgent

The simplest way to capture all observation signals automatically and in context.

Discovery & Coverage logo

Discovery & Coverage

Ensure enterprise-wide visibility. Discover and remediate coverage gaps.

Infrastructure & Operations logo

Infrastructure & Operations

Detailed hosts, process, and network insights across the entire environment.

Databases logo

Databases

Monitor databases, prevent issues, and resolve incidents quickly in real time.

Clouds logo

Clouds

Gain full visibility and proactive monitoring across your cloud infrastructure.

Hybrid cloud

AWS logo

AWS

Reliable, scalable, and inexpensive cloud computing services.

Microsoft Azure logo

Microsoft Azure

Cloud computing service for building, testing, deploying, and managing services.

Google Cloud logo

Google Cloud

Meet your business challenges head on with cloud computing services from Google.

VMware logo

VMware

Monitor health and performance of VMware virtual machines.

Nutanix Clusters logo

Nutanix Clusters

Monitor Nutanix clusters' performance, usage and availability, with Nutanix API.

Microsoft Hyper-V Infrastructure logo

Microsoft Hyper-V Infrastructure

Monitor health and performance of the Hyper-V clusters, hosts and VMs.

Technology coverage

F5 BIG-IP logo

F5 BIG-IP

Gain insights into the performance of your F5 BIG-IP LTM and DNS solutions.

Oracle Database logo

Oracle Database

Observe, analyze and optimize the usage, health and performance of your database.

Microsoft SQL Server logo

Microsoft SQL Server

Improve the health and performance monitoring of your Microsoft SQL Servers.

Also popular

See more (5)
Juniper Networks (SNMP) logo

Juniper Networks (SNMP)

Gain insights into the performance of your Juniper networking solutions.

SNMP Traps logo

SNMP Traps

Supplement network monitoring with event-based data reported via SNMP Traps.

Generic Cisco Device logo

Generic Cisco Device

Monitor Cisco devices using SNMP to feed Dynatrace with metrics and alerts.

Palo Alto firewalls logo

Palo Alto firewalls

Palo Alto extension for problems detection.

Remote Windows Host Monitoring logo

Remote Windows Host Monitoring

Monitor health and performance of Windows Hosts without installing an agent.

AWS Lambda logo

AWS Lambda

Automatic and intelligent end-to-end observability of AWS Lambda traces and logs.

More resources

Amazon API Gateway logo

Amazon API Gateway

Service for developers to create, publish, maintain, monitor, and secure APIs.

Amazon AppStream 2.0 logo

Amazon AppStream 2.0

Fully managed application streaming service that provides users with instant access to their desktop applications from anywhere.

Amazon Athena logo

Amazon Athena

Interactive query service that makes it easy to analyze data directly in Amazon S3 using standard SQL.

Amazon Aurora logo

Amazon Aurora

Relational database service developed and offered by Amazon Web Services.

Amazon CloudFront logo

Amazon CloudFront

Content delivery network offered by Amazon Web Services.

Amazon CloudSearch logo

Amazon CloudSearch

Set up, manage, and scale a search solution for your website or application using CloudSearch.

Amazon CloudWatch Logs logo

Amazon CloudWatch Logs

Monitor, store, and access your log files from instances, AWS CloudTrail, Route 53, and other sources.

Amazon Cognito logo

Amazon Cognito

Add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily.

Amazon Connect logo

Amazon Connect

Easy to use omnichannel cloud contact center that helps you to provide superior customer service at a lower cost.

Amazon DocumentDB logo

Amazon DocumentDB

Amazon DocumentDB (with MongoDB compatibility) is a fast, reliable, and fully managed database service.

Amazon DynamoDB Accelerator (DAX) logo

Amazon DynamoDB Accelerator (DAX)

Fully managed, highly available, in-memory cache for your Amazon DynamoDB.

Amazon EC2 Auto Scaling logo

Amazon EC2 Auto Scaling

Amazon EC2 Auto Scaling helps you ensure that you have the correct number of Amazon EC2 instances available.

Amazon EC2 Spot Fleet logo

Amazon EC2 Spot Fleet

Spot Instances and On-Demand Instances to meet the target capacity that you specified.

Amazon Elastic Container Service (ECS) logo

Amazon Elastic Container Service (ECS)

Fully managed container orchestration service.

Amazon Elastic File Service (EFS) logo

Amazon Elastic File Service (EFS)

Cloud storage service provided by Amazon Web Services.

Amazon Elastic Transcoder logo

Amazon Elastic Transcoder

Convert and transcode media files stored in Amazon S3.

Amazon ElastiCache logo

Amazon ElastiCache

Fully managed, Redis- and Memcached-compatible service delivering real-time performance for modern applications by Amazon Web Services.

Amazon Elasticsearch Service logo

Amazon Elasticsearch Service

Fully managed service to deploy, secure, and run Elasticsearch cost effectively at scale, without the operational overhead.

Amazon EMR logo

Amazon EMR

Cloud big data platform for processing vast amounts of data using open source tools.

Amazon EventBridge logo

Amazon EventBridge

Serverless event bus to connect applications together using data from your own applications, integrated SaaS applications, and AWS services.

Amazon FSx for Lustre logo

Amazon FSx for Lustre

Makes it easy and cost-effective to launch and run the popular, high-performance Lustre file system.

Amazon FSx for Windows File Server logo

Amazon FSx for Windows File Server

Provides a managed Microsoft Windows file servers, backed by a native Windows file system.

Amazon GameLift logo

Amazon GameLift

Enables developers to deploy, operate, and scale dedicated, low-cost servers in the cloud for session-based, multiplayer games.

Amazon Inspector logo

Amazon Inspector

Tests the network accessibility of your EC2 instances and the security state of your applications that run on those instances.

AWS IoT logo

AWS IoT

Run local compute, messaging, data caching, and machine learning inference capabilities.

Amazon Keyspaces for Apache Cassandra logo

Amazon Keyspaces for Apache Cassandra

Scalable, highly available, and managed Apache Cassandra–compatible database service.

Amazon Kinesis Data Analytics logo

Amazon Kinesis Data Analytics

Transform and analyze streaming data in real time with open source framework and engine for processing data streams (Apache Flink).

Amazon Kinesis Data Firehose logo

Amazon Kinesis Data Firehose

Fully managed service for delivering real-time streaming data.

Amazon Kinesis Data Streams logo

Amazon Kinesis Data Streams

Collect log and event data from sources such as servers, desktops, and mobile devices.

Amazon Kinesis Video Streams logo

Amazon Kinesis Video Streams

Provides you SDKs to install on your devices to make it easy to stream media.

Amazon Lex logo

Amazon Lex

Service for building conversational interfaces for applications using voice and text.

Amazon MQ logo

Amazon MQ

Managed message broker service for Apache ActiveMQ that makes it easy to migrate to a message broker in the cloud.

Amazon MSK logo

Amazon MSK

Fully managed service that enables you to build and run applications that use Apache Kafka to process streaming data.

Amazon Neptune logo

Amazon Neptune

Fast, reliable, fully managed graph database built for highly connected datasets.

Amazon Polly logo

Amazon Polly

Cloud service that converts text into lifelike speech.

Amazon Quantum Ledger Database (QLDB) logo

Amazon Quantum Ledger Database (QLDB)

Ledger by a central trusted authority that provides an immutable, and cryptographically verifiable transaction log.

Amazon Redshift logo

Amazon Redshift

Data warehouse product which forms part of the larger cloud-computing platform AWS.

Amazon Rekognition logo

Amazon Rekognition

Amazon Rekognition makes it easy to add image and video analysis to your applications.

Amazon Route 53 logo

Amazon Route 53

Effectively connects user requests to infrastructure running in AWS.

Amazon Simple Email Service (SES) logo

Amazon Simple Email Service (SES)

Cloud-based service that helps developers send marketing, notification, and transactional emails.

Amazon Simple Notification Service (SNS) logo

Amazon Simple Notification Service (SNS)

Provides a simple web services interface that can be used to create topics you want to notify apps.

Amazon Simple Queue Service (SQS) logo

Amazon Simple Queue Service (SQS)

Programmatic sending of messages via web service applications.

Amazon Simple Workflow Service (SWF) logo

Amazon Simple Workflow Service (SWF)

Makes it easy to build applications that coordinate work across distributed components.

Amazon Textract logo

Amazon Textract

Makes it easy to add document text detection and analysis to your applications.

Amazon Transfer Family logo

Amazon Transfer Family

Provides fully managed support for file transfers directly into and out of Amazon S3 using SFTP, FTPS, and FTP.

Amazon Translate logo

Amazon Translate

Text translation service using machine learning to provide high-quality translation on demand.

Amazon VPC (NAT Gateway) logo

Amazon VPC (NAT Gateway)

Connect to the Internet from instances within a private subnet in an AWS Virtual Private Cloud.

Amazon WorkMail logo

Amazon WorkMail

Secure, managed business email and calendaring service with support for existing desktop and mobile email clients.

Are you looking for something different?

We have hundreds of apps, extensions, and other technologies to customize your environment

Extend your knowledge

Learn the Dynatrace Query Language

Learn the Dynatrace Query Language

Explore data, discover patterns, anomalies and outliers, and create statistical modeling with DQL, our powerful query language..
Learn DQL
Get certified and advance your career

Get certified and advance your career

Go to Dynatrace University for practical, on-demand courses and learning paths -- from platform basics to key certifications.
Build skills