Can you tell us what the "MYSQL_INNODB_CACHE_HIT_RATE" probe corresponds to and what command is launched
We believe the following command is issued:
If this is the one, it is incorrect because the max_data_length column is not used for the Innodb storage engine:
Info: https://dev.mysql.com/doc/refman/8.0/en/information-schema-tables-table.html
For the MYSQL_INNODB_CACHE_HIT_RATIO we are not using any query, we are capturing the values from the commands below and calculating the buffer ratio.
show global status;
show variables;
This will not cause any issues.