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
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
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
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
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
Database Sizemysql.databases.sizeThe size of the DatabaseMegaByte
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

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

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
Get data into DynatraceBuild your own app
All (811)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

Discover recent additions to Dynatrace

Problems logo

Problems

Analyze abnormal system behavior and performance problems detected by Davis AI.

Logs logo

Logs

Explore all your logs without writing a single query.

Security Investigator logo

Security Investigator

Fast and precise forensics for security and logs on Grail data with DQL queries.

Business Flow logo

Business Flow

Track, analyze, and optimize your critical business processes.

Cost & Carbon Optimization logo

Cost & Carbon Optimization

Track, analyze, and optimize your IT carbon footprint and public cloud costs.

Davis Anomaly Detection logo

Davis Anomaly Detection

Detect anomalies in timeseries using the Davis AI

Analyze your data

Understand your data better with deep insights and clear visualizations.

Notebooks logo

Notebooks

Create powerful, data-driven documents for custom analytics and collaboration.

Dashboards logo

Dashboards

Transform complex data into clear visualizations with custom dashboards.

Automate your processes

Turn data and answers into actions, securely, and at scale.

Workflows logo

Workflows

Automate tasks in your IT landscape, remediate problems, and visualize processes

Jira logo

Jira

Create, query, comment, transition, and resolve Jira tickets within workflows.

Slack logo

Slack

Automate Slack messaging for security incidents, attacks, remediation, and more.

Secure your cloud application

See vulnerabilities and attacks in your environment.

Security Overview logo

Security Overview

Get a comprehensive overview of the security of your applications.

Code-Level Vulnerabilities logo

Code-Level Vulnerabilities

Detect vulnerabilities in your code in real time.

Security Posture Management logo

Security Posture Management

Detect, prioritize, and remediate security and compliance findings with SPM.

Threats & Exploits logo

Threats & Exploits

Understand, triage, and investigate detection findings and alerts.

Are you looking for something different?

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

Leverage our newest innovations of Dynatrace Saas

Kick-start your app creation

Kick-start your app creation

Whether you’re a beginner or a pro, Dynatrace Developer has the tools and support you need to create incredible apps with minimal effort.
Go to Dynatrace Developer
Upgrading from Dynatrace Managed to SaaS

Upgrading from Dynatrace Managed to SaaS

Drive innovation, speed, and agility in your organization by seamlessly and securely upgrading.
Learn More
Log Management and Analytics

Log Management and Analytics

Innovate faster and more efficiently with unified log management and log analytics for actionable insights and automation.
Learn more