- [Added] Add custom queries. See #6776.
- [Added] Allow optional dependency installation for all checks. See #6589.
- [Fixed] Remove logs sourcecategory. See #6121.
- [Added] Document log_processing_rules for MySQL slow query logs. See #5237.
- [Fixed] Fix formatting and typos in the MySQL documentation. See #5238.
- [Fixed] Improve perf (minor) by only defining metadata namedtuple once. See #5138.
- [Added] Upgrade cryptography to 2.8. See #5047.
- [Fixed] Fix TypeError in schema size check. See #5043. Thanks rayatbuzzfeed.
- [Added] Submit version metadata. See #4814.
- [Added] Update cryptography version. See #4000.
- [Added] Adhere to code style. See #3541.
- [Added] Remove Encrypted column from results. See #3174.
- [Added] Finish Python 3 Support. See #2948.
- [Fixed] Make sure all checks' versions are exposed. See #1945.
- [Added] Add channel tag to replica metrics. See #1753.
- [Fixed] Add data files to the wheel package. See #1727.
- [Added] Make the max custom queries configurable in the yaml file. See #1713.
- [Fixed] Fix replication data extraction when replication channel is set. See #1639.
- [Fixed] Fix error while fetching mysql pid from psutil . See #1620.
- [FEATURE] Add custom tag support to service checks.
- [BUGFIX] reports slave_service check as
CRITICAL
ifSlave_running
global variable is OFF.
- [BUGFIX] Fixes the buffer pool metric to return the aggregated values
- [DEPENDENCY] Bump the pymysql version from 0.6.6 to 0.8.0
- [DOC] Adding configuration for log collection in
conf.yaml
- [BUGFIX] Changes default value of
connect_timeout
to 10. See #1020
- [FEATURE] Add support for multi-source replication in both MariaDB and MySQL
- [FEATURE] tag
mysql.replication.*
metrics with the replication channel name
- [BUGFIX] Fixes #783
- [BUGFIX] Add new innodb aio read/write format and prevent future crashes from new format. See #660
- [BUGFIX] Fix bug when options dict is empty. See #637
- [BUGFIX] Fix slow query check for 95th us percentile. See #586, thanks @EdwardMcConnell
- [BUGFIX] MySQL: Fix replication service check for <5.6. See #394
- [BUGFIX] MySQL: Fix for replication service check. See #329
- [BUGFIX] MySQL: Allow for configurable collection of replica statuses. See #288
- [BUGFIX] MySQL: Slaves_connected should be a gauge. See #291
- [FEATURE] adds mysql integration.