Skip to content

Releases: newrelic/nri-mysql

Version 1.3.0

02 May 08:24
fd02f98
Compare
Choose a tag to compare
  • Upgrade to sdk v1.3.0

Version 1.2.0

08 Apr 09:48
fef5f0e
Compare
Choose a tag to compare
  • SDK V3
  • Remote monitoring

Version 1.1.5

05 Dec 10:34
15439a8
Compare
Choose a tag to compare

Fixed
-Issue where the plugin returned metrics when only inventory was requested.

Version 1.1.4

19 Nov 14:45
0c6cc4c
Compare
Choose a tag to compare

Fix Error setting value: delta/rate metrics should be attached to an attribute identified metric-set error

Version 1.1.3

12 Nov 14:33
a3d9410
Compare
Choose a tag to compare

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

  • (b3564a1) SDK upgraded to v3
  • (9291d9e) Add bin to gitignore
  • (a7bb95c) Ensure cli args are not overriden by env vars
  • (5f341ef) Allow old passwords

Version 1.1.2

12 Nov 14:27
c4ca3db
Compare
Choose a tag to compare
  • 453b424 : Include Mysql Master Host in slave metrics

Version 1.1.1

07 Sep 08:07
dc73b24
Compare
Choose a tag to compare

Replace old package.

Version 1.1.0

08 Aug 18:17
39046b9
Compare
Choose a tag to compare

Added

  • Include replica metrics