Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Apr 28, 2020
1 parent 2ed25d2 commit b109215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.4.0 (2020-04-28)
### Changed
- Custom metrics query now does not require special column names, and returns each row as a separate sample with the column names as the metric names. This fixes issues with overwriting metric names as well as increases flexibility of collection so that the queries are less awkward to write. This is a breaking change since metric types are no longer defineable, (numerics are assumed to be gauges) and metric names are defined by the column name.

## 2.3.1 (2020-02-28)
### Fixed
- Tablespace usage percent calculation
Expand Down
2 changes: 1 addition & 1 deletion src/oracledb.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type argumentList struct {

const (
integrationName = "com.newrelic.oracledb"
integrationVersion = "2.3.1"
integrationVersion = "2.4.0"
)

var (
Expand Down

0 comments on commit b109215

Please sign in to comment.