<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unable to see Database Size with MySQL remote monitoring extension in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249613#M4710</link>
    <description>&lt;P&gt;Hi team, we installed MySQL Remote Monitoring Extension to monitor our databases in RDS. We can see all the dashboards populating except for database sizes which shows 0MB. Not sure which permissions are missing and how to get it populating.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kms97_0-1719895521925.png" style="width: 1188px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20904i66DECCF3CB46E9CC/image-dimensions/1188x497?v=v2" width="1188" height="497" role="button" title="kms97_0-1719895521925.png" alt="kms97_0-1719895521925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2024 07:58:19 GMT</pubDate>
    <dc:creator>kms97</dc:creator>
    <dc:date>2024-08-19T07:58:19Z</dc:date>
    <item>
      <title>Unable to see Database Size with MySQL remote monitoring extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249613#M4710</link>
      <description>&lt;P&gt;Hi team, we installed MySQL Remote Monitoring Extension to monitor our databases in RDS. We can see all the dashboards populating except for database sizes which shows 0MB. Not sure which permissions are missing and how to get it populating.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kms97_0-1719895521925.png" style="width: 1188px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20904i66DECCF3CB46E9CC/image-dimensions/1188x497?v=v2" width="1188" height="497" role="button" title="kms97_0-1719895521925.png" alt="kms97_0-1719895521925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 07:58:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249613#M4710</guid>
      <dc:creator>kms97</dc:creator>
      <dc:date>2024-08-19T07:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: I can't see DB Size with Mysql Remote Monitoring Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249626#M4720</link>
      <description>&lt;P&gt;Can I suggest you check remote extension logs in your Activegate?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/troubleshooting-active-extension#check-logs" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/troubleshooting-active-extension#check-logs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:27:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249626#M4720</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-07-02T07:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: I can't see DB Size with Mysql Remote Monitoring Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249640#M4724</link>
      <description>&lt;P&gt;If nothing sticks out in the logs, this is the query we execute to get the size:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SELECT table_schema AS "database",
        ROUND(SUM(data_length + index_length) / 1024 / 1024, 1) as "size"
      FROM information_schema.tables
      WHERE table_schema NOT IN ('information_schema', 'sys', 'performance_schema')
      GROUP BY table_schema;&lt;/LI-CODE&gt;
&lt;P&gt;Can you run that one as the configured user and see what it returns in your environment?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 09:13:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249640#M4724</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-07-02T09:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: I can't see DB Size with Mysql Remote Monitoring Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249778#M4739</link>
      <description>&lt;P&gt;Okay this query works as expected. The configured user wasn't granted permissions to the databases we wanted to show. Thanks, I'll mark this accepted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 00:12:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unable-to-see-Database-Size-with-MySQL-remote-monitoring/m-p/249778#M4739</guid>
      <dc:creator>kms97</dc:creator>
      <dc:date>2024-07-03T00:12:53Z</dc:date>
    </item>
  </channel>
</rss>

