Skip to content

Commit

Permalink
Merge pull request #28 from newrelic/prefix
Browse files Browse the repository at this point in the history
Fix prefix
  • Loading branch information
camdencheek authored Dec 11, 2018
2 parents 19fc4f3 + 4ba42ae commit 1363aa8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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/).

## 1.1.1 - 2018-12-11
### Fixed
- Properly specified inventory prefix

## 1.1.0 - 2018-11-20
### Added
- DBID and Global Name to all entities
Expand Down
3 changes: 2 additions & 1 deletion oracledb-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ commands:
command:
- ./bin/nr-oracledb
interval: 15
prefix: config/kafka
prefix: config/oracledb

2 changes: 1 addition & 1 deletion src/oracledb.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type argumentList struct {

const (
integrationName = "com.newrelic.oracledb"
integrationVersion = "1.1.0"
integrationVersion = "1.1.1"
)

var (
Expand Down

0 comments on commit 1363aa8

Please sign in to comment.