File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## 0.1.1 - 2018-10-18
9+ ### Removed
10+ - Comment from definition file
11+
812## 0.1.0 - 2018-09-20
913### Added
1014- Initial version: Includes Metrics and Inventory data
Original file line number Diff line number Diff line change 1- # Copy this file (and the built 'bin' folder) into the following folder:
2- # Linux: /var/db/newrelic-infra/custom-integrations
3- # Windows: C:\Program Files\New Relic\newrelic-infra\custom-integrations
4- #
5- # For a complete description of the Definition File Specification, please
6- # refer to the Integrations SDK documentation:
7- # https://docs.newrelic.com/docs/integrations/integrations-sdk/file-specifications
8-
91name : com.newrelic.mssql
102description : Reports status and metrics for MSSQL service
113protocol_version : 1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515const (
1616 integrationName = "com.newrelic.mssql"
17- integrationVersion = "0.1.0 "
17+ integrationVersion = "0.1.1 "
1818)
1919
2020func main () {
You can’t perform that action at this time.
0 commit comments