Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
psomareddy committed Aug 27, 2019
1 parent 2e33874 commit ed9c7e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.0.7] - 2019-08-28

### Changed

- Updated to newrelic infra protocol 2

## [1.0.6] - 2019-07-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/vmware-esxi.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type argumentList struct {

const (
integrationName = "com.newrelic.vmware-esxi"
integrationVersion = "1.4.0"
integrationVersion = "1.0.7"
bitHostSystemPerfMetrics = 1 // get performance metrics for host system
bitVirtualMachinePerfMetrics = 2 // get performance metrics for vm
bitDatastorePerfMetrics = 4 // get performance metrics for datastore
Expand Down

0 comments on commit ed9c7e1

Please sign in to comment.