From 4ba42ae5495a4d1477f1044eb250ad2b9653bc79 Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Tue, 11 Dec 2018 14:35:37 -0500 Subject: [PATCH] Fix prefix --- CHANGELOG.md | 4 ++++ oracledb-definition.yml | 3 ++- src/oracledb.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b1500..7f758bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/oracledb-definition.yml b/oracledb-definition.yml index c1d38ce..642d29c 100644 --- a/oracledb-definition.yml +++ b/oracledb-definition.yml @@ -8,4 +8,5 @@ commands: command: - ./bin/nr-oracledb interval: 15 - prefix: config/kafka \ No newline at end of file + prefix: config/oracledb + diff --git a/src/oracledb.go b/src/oracledb.go index ebc835c..7aa06ee 100644 --- a/src/oracledb.go +++ b/src/oracledb.go @@ -28,7 +28,7 @@ type argumentList struct { const ( integrationName = "com.newrelic.oracledb" - integrationVersion = "1.1.0" + integrationVersion = "1.1.1" ) var (