Releases: newrelic/nri-oracledb
v3.0.0
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
Changed
- Add new configuration option, disable_connection_pool
v2.5.2
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
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
Add support for multiple, flexible custom queries with custom_metrics_config
Version 2.4.1
Fix panic on 0-row custom metrics response
Version 2.4.0
Update the custom metrics query option to be more flexible
Version 2.3.1
- Fix issue with connections not being closed cleanly
- Fix issue with tablespace usage percent calculation
Version 2.3.0
Add custom_metrics_query
argument
Version 2.2.0
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.