Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updated mysql whatsNext.mdx to reflect Mysql 8.0 and above support #19675

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/install/mysql/whatsNext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand All @@ -252,7 +252,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand All @@ -266,7 +266,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand All @@ -280,7 +280,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand Down Expand Up @@ -811,7 +811,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand All @@ -825,7 +825,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand All @@ -839,7 +839,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand All @@ -853,7 +853,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand All @@ -867,7 +867,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand All @@ -881,7 +881,7 @@ The MySQL integration collects the following metrics:
</td>

<td>
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)
</td>
</tr>

Expand Down
Loading