Skip to content

Releases: newrelic/nri-mysql

v1.7.1

Choose a tag to compare

@kilokang kilokang released this 20 Oct 12:06
267847f

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

v1.7.0

Choose a tag to compare

@paologallinaharbur paologallinaharbur released this 27 Aug 13:36
882c2c4

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 #89

v1.6.1

Choose a tag to compare

@alvarocabanas alvarocabanas released this 09 Jun 09:16
c2deafc

Changed

  • Add ARM support

v1.6.0

Choose a tag to compare

@gsanchezgavier gsanchezgavier released this 05 May 15:32
47a4aac

Changed

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

v1.5.1

Choose a tag to compare

@nadiamoe nadiamoe released this 25 Mar 13:23

1.5.1 (2021-03-25)

Fixed

  • Fixed a bug that caused rows to not be fully consumed (and therefore a panic) in some rare circumstances (#77).
    

v1.5.0

Choose a tag to compare

@arvdias arvdias released this 10 Mar 17:34
1d838f1

Added

Added new metrics related to commit and rollback transactions.

Version 1.4.0

Choose a tag to compare

@fryckbos fryckbos released this 22 Nov 10:53
ec9b041

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.

Version 1.3.0

Choose a tag to compare

@alejandrodnm alejandrodnm released this 02 May 08:24
fd02f98
  • Upgrade to sdk v1.3.0

Version 1.2.0

Choose a tag to compare

@alejandrodnm alejandrodnm released this 08 Apr 09:48
fef5f0e
  • SDK V3
  • Remote monitoring

Version 1.1.5

Choose a tag to compare

@cristianciutea cristianciutea released this 05 Dec 10:34
15439a8

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