<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dynatrace Hub - MySQL (remote monitoring) latest releases</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>A list of extensions from MySQL (remote monitoring)</description><atom:link href="https://hub-manager.hub.central.dynatrace.com/api/v1/public-hub/feed/extensions/mysql-remote-monitoring-v2/" rel="self"/><language>en-us</language><lastBuildDate>Mon, 17 Aug 2026 21:38:45 +0000</lastBuildDate><item><title>MySQL (remote monitoring) 3.1.4</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;p&gt;🪲 Fixed in this version:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add OpenPipeline processors to enrich metrics and logs with default &lt;code&gt;device.port&lt;/code&gt; of 0 when not provided in extension configuration to fix issue with smartscape node creation.&lt;/li&gt;
&lt;li&gt;Move &lt;code&gt;mysql.global_status.uptime&lt;/code&gt; metric from &lt;code&gt;global_status&lt;/code&gt; feature set to default.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 17 Aug 2026 21:38:45 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 3.1.2</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h3&gt;Changed in this version&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;This extension is now using all rich visualization features of Grail within Infrastructure &amp;amp; Operations App.&lt;/li&gt;
&lt;li&gt;To align with the &lt;a href="https://docs.dynatrace.com/docs/license/capabilities/app-infra-observability/database-monitoring#billing-granularity-and-bundled-functionality"&gt;latest Database licensing model&lt;/a&gt;:
&lt;ul&gt;
&lt;li&gt;Top statements collection was changed to collect the top 333 statements (down from top 1000).&lt;/li&gt;
&lt;li&gt;A new heartbeat log is ingested every 10 minutes, part of &lt;code&gt;event.group == heartbeat&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Updated the names of ID components for DB_TABLE_MYSQL and DB_INDEX_MYSQL smartscape nodes to fit standard naming rules: db.connection_details.hostname, db.connection_details.port, db.database.name.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;queryid&lt;/code&gt; attribute field to top query logs.&lt;/li&gt;
&lt;li&gt;Added new &lt;code&gt;schema_collection_interval&lt;/code&gt; var to control collection interval for schema collection and host configuration queries, with default set to every 6 hours.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Fixed in this version:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Added timeout to tables queries, removed separate query for current database and added to table/index queries for cases where database is not provided in the configuration.&lt;/li&gt;
&lt;li&gt;Updated databases query to use information_schema.SCHEMATA first to fetch all databases, fixes issue where some databases are not included.&lt;/li&gt;
&lt;li&gt;Added missing attributes for DB_TABLE_MYSQL and DB_INDEX_MYSQL SmartScape nodes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please note that this version requires a minimum Dynatrace version of &lt;code&gt;1.343&lt;/code&gt; and a minimum ActiveGate EEC version of &lt;code&gt;1.341&lt;/code&gt;.&lt;/p&gt;
</description><pubDate>Mon, 03 Aug 2026 07:46:58 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 3.0.9</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;p&gt;Fixed in this version:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Query used to collect &lt;code&gt;mysql.tables.*&lt;/code&gt; metrics in &lt;code&gt;tables&lt;/code&gt; feature set updated to fix issue with empty data being returned&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 27 May 2026 17:38:05 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 3.0.8</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;p&gt;&lt;strong&gt;Breaking changes&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;⚠️ Possible breaking changes and warnings - PLEASE READ before upgrading to this version ⚠️:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This version requires a minimum Dynatrace version of 1.338 and a minimum ActiveGate EEC version of 1.337.&lt;/li&gt;
&lt;li&gt;This version includes a breaking change for 3rd gen environments:
&lt;ul&gt;
&lt;li&gt;With the inclusion of OpenPipeline pipelines, any logs emitted by this extension will be processed by a dedicated OpenPipeline pipeline instead of the classic pipeline. This means that &lt;a href="https://docs.dynatrace.com/docs/shortlink/lma-classic-log-processing"&gt;classic rules&lt;/a&gt; will no longer be used on logs emitted by the extension. Please be sure to migrate any you still need to &lt;a href="https://docs.dynatrace.com/docs/shortlink/lma-openpipeline"&gt;OpenPipeline rules&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Some field names are &lt;a href="https://docs.dynatrace.com/docs/platform/openpipeline/concepts/processing#pipeline"&gt;handled differently&lt;/a&gt; in OpenPipeline, e.g. capitalization. Please double-check any custom dashboards and alerts you have created for this extension.&lt;/li&gt;
&lt;li&gt;Any dynamic pipelines that were configured to route metrics or logs coming from this extension will no longer be used as data will be statically routed to the extension-shipped pipeline.&lt;/li&gt;
&lt;li&gt;Finally, you must opt-in to OpenPipeline configuration via Settings API – see &lt;a href="https://docs.dynatrace.com/docs/shortlink/openpipeline-migration-settings"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The new &lt;code&gt;tables&lt;/code&gt; feature set introduced with this version is disabled by default and may cause high license consumption if enabled.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Smartscape 2.0 topology supporting, instance, database, table and index nodes.&lt;/li&gt;
&lt;li&gt;New database metrics added:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;mysql.databases.queries.count&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysql.databases.rows_read.count&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysql.databases.rows_written.count&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;mysql.databases.size&lt;/code&gt; metric is now reported in bytes.&lt;/li&gt;
&lt;li&gt;New tables feature set added with table and index-related metrics:
&lt;ul&gt;
&lt;li&gt;Metrics captured: &lt;code&gt;mysql.tables.*&lt;/code&gt;, &lt;code&gt;mysql.indexes.*&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Data captured every 15 mins by default, can be configured with Table query interval field.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The database schema is collected as a log every 24 hours.&lt;/li&gt;
&lt;li&gt;New locks feature set added to capture blocking statements as logs.&lt;/li&gt;
&lt;li&gt;Capture active connections info as logs.&lt;/li&gt;
&lt;li&gt;Capture execution plans for top queries.&lt;/li&gt;
&lt;li&gt;Add PII masking for active connections and slow queries.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;⚠️ This version requires ActiveGate version 1.337.0 or higher.&lt;/p&gt;
</description><pubDate>Thu, 21 May 2026 13:28:50 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.15</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;ul&gt;
&lt;li&gt;Added feature set metadata for recommended metrics&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 03 Apr 2026 00:26:01 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.14</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;ul&gt;
&lt;li&gt;Update entity links on gen 3 dashboard to link to I&amp;amp;O app&lt;/li&gt;
&lt;li&gt;Ensure required dimensions exist for entity creation&lt;/li&gt;
&lt;li&gt;Changed format of queries used to retrieve statement counts, in order to produce more accurate counts for Deletes, Inserts and Updates&lt;/li&gt;
&lt;li&gt;New metrics added:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;mysql.statements.insert_select.count&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysql.statements.replace_select.count&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysql.statements.rollback.count&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 27 Mar 2026 23:29:08 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.11</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h3&gt;New in this version:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Added ALERT_TEMPLATES for anomaly detectors in the Davis Anomaly Detection app.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 10 Dec 2025 09:59:20 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.10</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 2.1.10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed legend in Network DQL chart&lt;/li&gt;
&lt;li&gt;Internal metadata update&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 05 Dec 2025 01:18:59 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.8</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 2.1.8&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Replace &lt;code&gt;cpu_utime_abs&lt;/code&gt; and &lt;code&gt;cpu_system_abs&lt;/code&gt; with &lt;code&gt;cpu_utime_pct&lt;/code&gt; and &lt;code&gt;cpu_system_pct&lt;/code&gt; to accurately represent the average CPU usage taking in consideration the amount of CPU cores in the machine.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 03 Oct 2025 09:30:25 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.7</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 2.1.7&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add metadata for the &amp;quot;Queries&amp;quot; metric.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 02 Sep 2025 09:54:42 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.6</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Breaking changes/action required:&lt;/h2&gt;
&lt;p&gt;Added new &lt;code&gt;top_queries&lt;/code&gt; feature set to collect slow query data via performance schema.&lt;br /&gt;
Please see &amp;quot;Collecting Top Slow Queries&amp;quot; section of Hub documentation for instructions to enable monitoring.&lt;br /&gt;
Existing feature set &lt;code&gt;slow_queries&lt;/code&gt; will be deprecated in a future release.&lt;/p&gt;
&lt;h2&gt;New in this version:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added 2 new metrics for cache hit ratio: &lt;code&gt;mysql.global_status.innodb_buffer_pool_reads&lt;/code&gt;, &lt;code&gt;mysql.global_status.innodb_buffer_pool_read_requests&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Updated display name of &lt;code&gt;server_version&lt;/code&gt; instance attribute to &amp;quot;DB Instance Version&amp;quot;&lt;/li&gt;
&lt;li&gt;Added Gen3/Platform dashboard &amp;quot;MySQL Overview&amp;quot;&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;dt.security_context&lt;/code&gt; attribute to entities created by this extension&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 31 Jul 2025 06:57:17 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.3</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 2.1.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added server_version as metric dimension for global_status metrics, and instance entity attribute&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 09 Jul 2025 15:37:31 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.2</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 2.1.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add variables for the data collection frequency&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 08 Jul 2025 08:48:26 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.1.1</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 2.1.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix an issue where the wait times metrics were not correctly converted to Milliseconds&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 26 Jun 2025 08:40:30 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.0.8</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The bytes sent visualization no longer shows negative values&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Tue, 20 May 2025 13:50:03 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.0.6</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 2.0.6&lt;/h2&gt;
&lt;h3&gt;🚀 Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;There is a now a SAME_AS relationship between a MySQL instance and its Process Group Instance.&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Thu, 27 Mar 2025 15:35:11 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.0.3</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h4&gt;Fixed in this version:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Sorting SQL statements would produce duplicate results&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 06 Jan 2025 11:48:33 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 2.0.1</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 2.0.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for execution plan fetching, please check the hub page for details&lt;/li&gt;
&lt;li&gt;Add screen definitions for the 3rd gen platform&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note: these features require &lt;strong&gt;Activegate 1.293+&lt;/strong&gt;&lt;/p&gt;
</description><pubDate>Mon, 01 Jul 2024 12:52:25 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 1.1.3</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 1.1.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix an issue with the configure extension link in the overview dashboard&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Mon, 20 May 2024 13:23:54 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item><item><title>MySQL (remote monitoring) 1.1.2</title><link>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</link><description>&lt;h2&gt;Version 1.1.2&lt;/h2&gt;
&lt;p&gt;Add metrics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;mysql.global_status.availability&lt;/li&gt;
&lt;li&gt;mysql.global_status.status&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 06 Oct 2023 13:59:53 +0000</pubDate><guid>https://www.dynatrace.com/hub/detail/mysql-remote-monitoring-v2/</guid></item></channel></rss>