From 9912bd355ef5da2be75ad929df8dc141518110d6 Mon Sep 17 00:00:00 2001 From: sairaj18 Date: Thu, 9 Jan 2025 12:44:21 +0530 Subject: [PATCH] docs: updated mysql whatsNext.mdx to reflect Mysql 8.0 and above support --- src/install/mysql/whatsNext.mdx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/install/mysql/whatsNext.mdx b/src/install/mysql/whatsNext.mdx index 29aa294affa..99bc2b1f0c0 100644 --- a/src/install/mysql/whatsNext.mdx +++ b/src/install/mysql/whatsNext.mdx @@ -238,7 +238,7 @@ The MySQL integration collects the following metrics: - Amount of free memory in bytes for the query cache. + Amount of free memory in bytes for the query cache. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -252,7 +252,7 @@ The MySQL integration collects the following metrics: - Percentage of queries that are retrieved from the cache. + Percentage of queries that are retrieved from the cache. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -266,7 +266,7 @@ The MySQL integration collects the following metrics: - Number of noncached queries (not cacheable, or not cached due to the `query_cache_type setting`) per second. + Number of noncached queries (not cacheable, or not cached due to the `query_cache_type setting`) per second. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -280,7 +280,7 @@ The MySQL integration collects the following metrics: - Percentage of query cache memory that is being used. + Percentage of query cache memory that is being used. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -811,7 +811,7 @@ The MySQL integration collects the following metrics: - Number of free memory blocks in the query cache. + Number of free memory blocks in the query cache. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -825,7 +825,7 @@ The MySQL integration collects the following metrics: - Number of query cache hits per second. + Number of query cache hits per second. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -839,7 +839,7 @@ The MySQL integration collects the following metrics: - Number of queries added to the query cache. + Number of queries added to the query cache. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -853,7 +853,7 @@ The MySQL integration collects the following metrics: - Number of queries per second that were deleted from the query cache because of low memory. + Number of queries per second that were deleted from the query cache because of low memory. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -867,7 +867,7 @@ The MySQL integration collects the following metrics: - Number of queries per second registered in the query cache. + Number of queries per second registered in the query cache. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html) @@ -881,7 +881,7 @@ The MySQL integration collects the following metrics: - Total number of blocks in the query cache. + Total number of blocks in the query cache. Not supported from [MySQL 8.0](https://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html)