We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 035fc46 + ba6c189 commit ae74f32Copy full SHA for ae74f32
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## 0.1.7 - 2018-11-01
9
+### Added
10
+- Sample file for Hikaridb
11
+
12
## 0.1.6 - 2018-09-26
13
### Changed
14
- Updated sample configuration file with JMX-specific fields
src/jmx.go
@@ -24,7 +24,7 @@ type argumentList struct {
24
25
const (
26
integrationName = "com.newrelic.jmx"
27
- integrationVersion = "0.1.6"
+ integrationVersion = "0.1.7"
28
)
29
30
var (
0 commit comments