nri-mysql

New Relic Infrastructure MySQL Integration

APACHE-2.0 License

Stars
11

Bot releases are hidden (Show)

nri-mysql - v1.9.0

Published by paologallinaharbur over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/newrelic/nri-mysql/compare/v1.8.2...v1.9.0

nri-mysql - v1.8.2

Published by gsanchezgavier about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/newrelic/nri-mysql/compare/v1.8.1...v1.8.2

nri-mysql - v1.8.1

Published by marcsanmi over 2 years ago

Added

Added support for more distributions:

  • RHEL(EL) 9
  • Ubuntu 22.04
nri-mysql - v1.8.0

Published by paologallinaharbur over 2 years ago

What's Changed

Full Changelog: https://github.com/newrelic/nri-mysql/compare/v1.7.1...v1.8.0

nri-mysql - v1.7.1

Published by kang-makes about 3 years ago

Added

Added support for more distributions:

  • Debian 11
  • Ubuntu 20.10
  • Ubuntu 21.04
  • SUSE 12.15
  • SUSE 15.1
  • SUSE 15.2
  • SUSE 15.3
  • Oracle Linux 7
  • Oracle Linux 8
nri-mysql - v1.7.0

Published by paologallinaharbur about 3 years ago

Added

  • New parameter for MySQL local socket connection. Local socket connection is secure so MySQL will not complain about non-secure connection when require_secure_transport = ON.

  • Moved default config.sample to V4, added a dependency for infra-agent version 1.20.0

    Please notice that old V3 configuration format is deprecated, but still supported.

  • Fix detection of slave running for all mysql versions by @carlossscastro in https://github.com/newrelic/nri-mysql/pull/89

nri-mysql - v1.6.1

Published by alvarocabanas over 3 years ago

Changed

  • Add ARM support
nri-mysql - v1.6.0

Published by gsanchezgavier over 3 years ago

Changed

  • Update Go to v1.16.
  • Migrate to Go Modules
  • Update Infrastracture SDK to v3.6.7.
  • Update other dependecies.
  • Improve logs
nri-mysql - v1.5.1

Published by roobre over 3 years ago

1.5.1 (2021-03-25)

Fixed

nri-mysql - v1.5.0

Published by arvdias over 3 years ago

Added

Added new metrics related to commit and rollback transactions.

nri-mysql - Version 1.4.0

Published by fryckbos almost 5 years ago

Changed

  • Renamed the integration executable from nr-mysql to nri-mysql in order to be consistent with the package naming. Important Note: if you have any security module rules (eg. SELinux), alerts or automation that depends on the name of this binary, these will have to be updated.
nri-mysql - Version 1.3.0

Published by alejandrodnm over 5 years ago

  • Upgrade to sdk v1.3.0
nri-mysql - Version 1.2.0

Published by alejandrodnm over 5 years ago

  • SDK V3
  • Remote monitoring
nri-mysql - Version 1.1.5

Published by cristianciutea almost 6 years ago

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

nri-mysql - Version 1.1.4

Published by alejandrodnm almost 6 years ago

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

nri-mysql - Version 1.1.3

Published by varas almost 6 years ago

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
nri-mysql - Version 1.1.2

Published by varas almost 6 years ago

  • 453b424 : Include Mysql Master Host in slave metrics
nri-mysql - Version 1.1.1

Published by xino12 about 6 years ago

Replace old package.

nri-mysql - Version 1.1.0

Published by xino12 about 6 years ago

Added

  • Include replica metrics