Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
MySQL (remote monitoring)MySQL (remote monitoring)
MySQL (remote monitoring)

MySQL (remote monitoring)

Remotely monitor your MySQL instances, collect key KPIs and slow queries details

Extension
Free trialDocumentation
Overview dashboardInstance statistics on the new platformSlow queries viewExecution plan details
  • Product information
  • Release notes

Overview

Remotely monitor MySQL databases where you cannot install an OneAgent.

Compatibility information

  • MySQL >= 8.0
Dynatrace
Documentation
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Extension content

Content typeNumber of items included
screen chart groups
13
screen logs cards
4
screen injections
1
screen layout
3
alerts
1
metric metadata
37
screen entities lists
6
document dashboard
1
list screen layout
2
generic relationship
3
screen custom cards
2
screen actions
2
dashboards
1
screen properties
3
generic type
2
alert template
1
screen dql table
4

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
Commitsmysql.statements.commit.countThe number of COMMIT statements executed by this serverCount
Deletesmysql.statements.delete.countThe number of DELETE statements executed by this serverCount
Multi-Table Deletesmysql.statements.delete_multi.countThe number of multi-table DELETE statements executed by this serverCount
Insertsmysql.statements.insert.countThe number of INSERT statements executed by this serverCount
Selectsmysql.statements.select.countThe number of SELECT statements executed by this serverCount
Updatesmysql.statements.update.countThe number of UPDATE statements executed by this serverCount
Executesmysql.statements.execute.countThe number of EXECUTE statements executed by this serverCount
Multi-Table Updatesmysql.statements.update_multi.countThe number of multi-table UPDATE statements executed by this serverCount
Bytes Sentmysql.statements.bytes_sent.countThe number of bytes sent to all clientsByte
Bytes Receivedmysql.statements.bytes_received.countThe number of bytes received from all clientsByte
Metric nameMetric keyDescriptionUnit
Database Sizemysql.databases.sizeThe size of the DatabaseMegaByte
Metric nameMetric keyDescriptionUnit
Queriesmysql.global_status.queries.countThe total number of queries executed by the server. This includes statements executed within stored procedures, unlike the Questions variable.Count
Slow Queriesmysql.global_status.slow_queries.countThe number of queries that have taken more than long_query_time seconds. This counter increments regardless of whether the slow query log is enabled. For information about that log, see Section 5.4.5, The Slow Query Log.Count
Table Locks Waitedmysql.global_status.table_locks_waited.countThe number of times that a request for a table lock could not be granted immediately and a wait was needed. If this is high and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.Count
Table Locks Immediatemysql.global_status.table_locks_immediate.countThe number of times that a request for a table lock could be granted immediately.Count
Current Connectionsmysql.global_status.current_connectionsThe number of currently open connections.Count
Threads Runningmysql.global_status.threads_runningThe number of threads that are not sleeping.Count
Innodb Buffer Pool Pages Datamysql.global_status.innodb_buffer_pool_pages_dataThe number of pages in the InnoDB buffer pool containing data. The number includes both dirty and clean pages. When using compressed tables, the reported Innodb_buffer_pool_pages_data value may be larger than Innodb_buffer_pool_pages_totalCount
Innodb Buffer Pool Pages Dirtymysql.global_status.innodb_buffer_pool_pages_dirtyThe current number of dirty pages in the InnoDB buffer pool.Count
Innodb Buffer Pool Pages Freemysql.global_status.innodb_buffer_pool_pages_freeThe number of free pages in the InnoDB buffer pool.Count
Innodb Buffer Pool Pages Totalmysql.global_status.innodb_buffer_pool_pages_totalThe total size of the InnoDB buffer pool, in pages. When using compressed tables, the reported Innodb_buffer_pool_pages_data value may be larger than Innodb_buffer_pool_pages_totalCount
Innodb Data Readsmysql.global_status.innodb_data_reads.countThe total number of data reads (OS file reads).Count
Innodb Data Writesmysql.global_status.innodb_data_writes.countThe total number of data writes.Count
Innodb Data Readmysql.global_status.innodb_data_read.countThe total amount of data read from files.Byte
Innodb Data Writtenmysql.global_status.innodb_data_written.countThe total amount of data written.Byte
Innodb Buffer Pool Readsmysql.global_status.innodb_buffer_pool_readsThe number of logical reads that InnoDB could not satisfy from the buffer pool, and had to read directly from disk.Count
Innodb Buffer Pool Read Requestsmysql.global_status.innodb_buffer_pool_read_requestsThe number of logical read requests.Count
Availabilitymysql.global_status.availabilityWhether or not a connection can be made to the databasePercent
Statusmysql.global_status.statusA status of AVAILABLE is returned if we can query the databaseState
Uptimemysql.global_status.uptimeThe time in seconds that the MySQL server has been running since it was started.Second
Metric nameMetric keyDescriptionUnit
CPU Usermysql.infrastructure.cpu.userThe percentage of CPU time spent in user mode.Percent
CPU Systemmysql.infrastructure.cpu.systemThe percentage of CPU time spent in system mode.Percent
Memorymysql.infrastructure.memoryThe amount of memory used per each code area.Byte
Metric nameMetric keyDescriptionUnit
Waits IOmysql.waits.waits_io.countThe number of times that the server has waited for an I/O operation to complete.Count
Waits IO Timemysql.waits.waits_io_time.countThe total time the server has waited for I/O operations to complete.MilliSecond
Waits Syncmysql.waits.waits_sync.countThe number of times that the server has waited for a synchronization operation to complete.Count
Waits Sync Timemysql.waits.waits_sync_time.countThe total time the server has waited for synchronization operations to complete.MilliSecond

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

New in this version:

  • Added ALERT_TEMPLATES for anomaly detectors in the Davis Anomaly Detection app.

Full version history

Version 2.1.10

  • Fixed legend in Network DQL chart
  • Internal metadata update

Full version history

Version 2.1.8

  • Replace cpu_utime_abs and cpu_system_abs with cpu_utime_pct and cpu_system_pct to accurately represent the average CPU usage taking in consideration the amount of CPU cores in the machine.

Full version history

Version 2.1.7

  • Add metadata for the "Queries" metric.

Full version history

Breaking changes/action required:

Added new top_queries feature set to collect slow query data via performance schema.
Please see "Collecting Top Slow Queries" section of Hub documentation for instructions to enable monitoring.
Existing feature set slow_queries will be deprecated in a future release.

New in this version:

  • Added 2 new metrics for cache hit ratio: mysql.global_status.innodb_buffer_pool_reads, mysql.global_status.innodb_buffer_pool_read_requests
  • Updated display name of server_version instance attribute to "DB Instance Version"
  • Added Gen3/Platform dashboard "MySQL Overview"
  • Added dt.security_context attribute to entities created by this extension

Full version history

Version 2.1.3

  • Added server_version as metric dimension for global_status metrics, and instance entity attribute

Full version history

Version 2.1.2

  • Add variables for the data collection frequency

Full version history

Version 2.1.1

  • Fix an issue where the wait times metrics were not correctly converted to Milliseconds

Full version history

Changes

  • The bytes sent visualization no longer shows negative values

Full version history

Version 2.0.6

🚀 Features

  • There is a now a SAME_AS relationship between a MySQL instance and its Process Group Instance.

Full version history

Fixed in this version:

  • Sorting SQL statements would produce duplicate results

Full version history

Version 2.0.1

  • Add support for execution plan fetching, please check the hub page for details
  • Add screen definitions for the 3rd gen platform

Note: these features require Activegate 1.293+

Full version history

Version 1.1.3

  • Fix an issue with the configure extension link in the overview dashboard

Full version history

Version 1.1.2

Add metrics:

  • mysql.global_status.availability
  • mysql.global_status.status

Full version history

Version 1.1.1

  • Fix an issue where MySQL entities were created from unrelated logs

Full version history

Version 1.1.0

  • Add CPU metrics
  • Add Memory metrics
  • Add Slow Queries (log events)

Full version history

Version 1.0.0

  • First release, instance and database metrics
Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityDigital ExperienceBusiness Observability
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

All

195 Results filtered by:

Palo Alto firewalls logo

Palo Alto firewalls

Palo Alto extension for problems detection

Extension
Confluent Cloud (Kafka) logo

Confluent Cloud (Kafka)

Remotely monitor your Confluent Cloud Kafka Clusters and other resources!

Extension
Kong - Prometheus logo

Kong - Prometheus

Monitor Prometheus metrics exposed by Kong and proxied upstream services

Extension
Nutanix Clusters logo

Nutanix Clusters

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

Extension
Luna Network HSM Device logo

Luna Network HSM Device

Monitor your Luna Network Hardware Security Module (HSM) Devices through SNMP.

Extension
Consul Service Mesh (StatsD) logo

Consul Service Mesh (StatsD)

Extend visibility into your Consul Service Mesh instances to monitor health and improve performance.

Extension
Microsoft IIS logo

Microsoft IIS

Flexible and secure web server for hosting with Windows Server.

Extension
Kubernetes Monitoring Statistics logo

Kubernetes Monitoring Statistics

Troubleshoot your Dynatrace Kubernetes monitoring and Prometheus integration.

Extension
Snyk logo

Snyk

Ingest Snyk vulnerability findings, scans, and audit logs.

Extension
Citrix DaaS & Virtual Apps and Desktops logo

Citrix DaaS & Virtual Apps and Desktops

Gain insight into your Citrix DaaS & Virtual Apps and Desktops environments

Extension
Google Memorystore logo

Google Memorystore

Get insights into Google Memorystore service metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Databricks Workspace logo

Databricks Workspace

Remotely monitor your Databricks Workspaces!

Extension
UPS Device logo

UPS Device

Monitor your Uninterruptible Power Supplies (UPS) over SNMP

Extension
Google App Engine (integration) logo

Google App Engine (integration)

Insights into Google App Engine service metrics collected from Operations API

Extensioncoming soon
Traceroute logo

Traceroute

Run traceroute commands and collect step performance metrics

Extension
[Deprecated] Kubernetes PVCs logo

[Deprecated] Kubernetes PVCs

Monitor your Kubernetes persistent volume claims and alert on capacity limits.

Extension
Google Cloud Storage Transfer logo

Google Cloud Storage Transfer

Get insights into Google Cloud Storage Transfer metrics collected from the Google Operations API to ensure health of cloud infrastructure.

Extension
NVIDIA GPU logo

NVIDIA GPU

Monitor base parameters of the GPU, including load, memory and temperature

Extension
Oracle Database logo

Oracle Database

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

Extension
Cisco ACI/APIC logo

Cisco ACI/APIC

Get insights into your Cisco Application Centric Infrastructure (ACI)

Extension
Dell iDRAC logo

Dell iDRAC

Connect to the Redfish API to get insights into your Dell iDRAC environment

Extension
Azure Managed Apache Cassandra logo

Azure Managed Apache Cassandra

Gain insights into your Azure Managed Cassandra Instance health and performance

Extension
PayShield HSM Device logo

PayShield HSM Device

Monitor PayShield Payment Hardware Security Module (HSM) Devices through SNMP.

Extension
NetApp OnTap (Remote) logo

NetApp OnTap (Remote)

Remote extension that collects NetApp OnTap metrics from the OnTap 9.6+ API.

Extension
Google Firestore in Datastore mode logo

Google Firestore in Datastore mode

Get insights into Google Firestore in Datastore mode metrics collected from the Google Operations API to ensure health of infrastructure.

Extension
Redis (2.0) logo

Redis (2.0)

Collect important additional data for your Redis instances.

Extension
PHP-FPM logo

PHP-FPM

Monitor the PHP-FPM status of your applications with this extension.

Extension
Timedrift Monitoring logo

Timedrift Monitoring

Monitor your host's NTP/Chrony Time Offset!

Extension
Apache Kafka logo

Apache Kafka

Automatic and intelligent observability with trace and metric insights.

Extension
MongoDB (local or remote monitoring) logo

MongoDB (local or remote monitoring)

Monitor your MongoDB servers either locally or remotely!

Extension
Connection Pools: C3P0 logo

Connection Pools: C3P0

Application server method of pooling and sharing connections to a database.

Extension
AWS Entities for Metric Streaming logo

AWS Entities for Metric Streaming

Analyse metrics in the context of an entity based on AWS Metric Streaming.

Extension
MongoDB Atlas logo

MongoDB Atlas

Remotely monitor your SaaS installation of MongoDB (Atlas)

Extension
Microsoft SQL Server logo

Microsoft SQL Server

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

Extension
IBM MQ Appliance logo

IBM MQ Appliance

Monitor your IBM MQ Appliances over SNMP

Extension
Google Apigee logo

Google Apigee

Get insights into Google Apigee service metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Oracle Autonomous Database on OCI logo

Oracle Autonomous Database on OCI

Monitor health and performance of the Oracle Autonomous Database.

Extension
Google Pub/Sub Lite logo

Google Pub/Sub Lite

Get insights into Google Pub/Sub Lite service metrics collected from the Google Operations API to ensure health of the cloud infrastructure.

Extension
Infoblox DDI logo

Infoblox DDI

Monitor Infoblox DDI using SNMP

Extension
SAP HANA Database (remote monitoring) logo

SAP HANA Database (remote monitoring)

Easily understand the health and performance of your SAP HANA databases.

Extension
Connection Pools: WebSphere Liberty logo

Connection Pools: WebSphere Liberty

Application server method of pooling and sharing connections to a database.

Extension
Google Cloud Composer logo

Google Cloud Composer

Get insights into Google Cloud Composer metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Google Cloud Spanner logo

Google Cloud Spanner

Get insights into Google Cloud Spanner metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
IBM i logo

IBM i

Collect performance data from your IBM i Hosts via this Remote extension.

Extension
Google reCAPTCHA Enterprise logo

Google reCAPTCHA Enterprise

Get insights into Google reCAPTCHA Enterprise metrics collected from the Google Operations API to ensure health of your cloud infrastructure

Extension
.NET logo

.NET

Automatic end-to-end observability for .NET applications and processes.

Extension
Google Cloud's operations suite logo

Google Cloud's operations suite

Get insights into Google Cloud's operations suite metrics collected from the Google Operations API to ensure health of cloud infrastructure.

Extension
Google Vertex AI logo

Google Vertex AI

Get insights into Google Vertex AI service metrics.

Extension
Oracle Exadata logo

Oracle Exadata

Monitor Oracle Exadata systems for performance, usage and availability

Extension
Cisco Catalyst Center (DNA Center) logo

Cisco Catalyst Center (DNA Center)

Get insights into the Cisco Catalyst Center infrastructure (f.k.a. DNA Center).

Extension