Skip to content

Releases: newrelic/nri-oracledb

v3.0.0

12 May 13:15
Compare
Choose a tag to compare

Changed

  • Integration SDK has been upgrade to 3.6.7, which fixes a bug that caused scrambled metrics when integration autodiscovery was used (#67)
    • Additionally, this PR also switches to go modules, go 1.16, and upgrades the driver used to connect to the database to its latest version

Since these changes involve a change of the oracle database driver, a major version bump has been issued.
While we have not detected any breakage during our tests, we encourage users to monitor the solution to ensure their use case has not been impacted.

v2.5.3

23 Mar 09:47
6d28c76
Compare
Choose a tag to compare

Changed

  • Add new configuration option, disable_connection_pool

v2.5.2

04 Dec 09:14
cefb6a0
Compare
Choose a tag to compare

Changed

Added configuration option, DisableConnectionPool to disable the connection pool. There are cases where the connection pool does not properly re-use cnnections and leads to errors getting new connections thus failing some queries. Disabling the connection pool can lead to lower performance, but removes the issue of not being able to execute some queries.

Version 2.5.1

31 Jul 11:23
3ab82cb
Compare
Choose a tag to compare

When using a custom metrics query file, the custom sample name was always set as the default.
Now it uses the sample name defined in the file.

Verison 2.5.0

08 Jun 21:22
1ad1887
Compare
Choose a tag to compare

Add support for multiple, flexible custom queries with custom_metrics_config

Version 2.4.1

19 May 15:15
20ee1a7
Compare
Choose a tag to compare

Fix panic on 0-row custom metrics response

Version 2.4.0

28 Apr 18:42
Compare
Choose a tag to compare

Update the custom metrics query option to be more flexible

Version 2.3.1

28 Feb 17:29
Compare
Choose a tag to compare
  • Fix issue with connections not being closed cleanly
  • Fix issue with tablespace usage percent calculation

Version 2.3.0

24 Feb 15:44
Compare
Choose a tag to compare

Add custom_metrics_query argument

Version 2.2.0

22 Nov 16:00
Compare
Choose a tag to compare

Changed

  • Renamed the integration executable from nr-oracledb to nri-oracledb 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.