Releases: newrelic/nri-mysql
Version 1.1.5
Fixed
-Issue where the plugin returned metrics when only inventory was requested.
Version 1.1.4
Fix Error setting value: delta/rate metrics should be attached to an attribute identified metric-set
error
Version 1.1.3
Release notes
Changed:
Update to SDKv3
Updated the integration code from the previous version of the SDK to SDK v3.
Added:
Old password support
Previously when trying to run Mysql integration on a mysql-server with old password support https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_old_passwords integration won't run. If customer has set old_passwords=1 at the MySQL server integration can now connect to it.
Ignore bin folder
bin
folder added to .gitignore
.
Bugs fixed
Hostname issue
Integration CLI-arguments are no longer overridden by environment-variables
As CLI-args are used by the NRI agent HOSTNAME
that is a common bash env-var is not used to set MySql-host unless no hostname is provided via config.
Commit list
Version 1.1.2
- 453b424 : Include Mysql Master Host in slave metrics
Version 1.1.1
Replace old package.
Version 1.1.0
Added
- Include replica metrics