Skip to content

Commit fd02f98

Browse files
authored
Merge pull request #37 from newrelic/ihost-2175
[Ihost 2175] Upgrade to sdk v3.1.5
2 parents fef5f0e + 47f4dfa commit fd02f98

File tree

10 files changed

+227
-46
lines changed

10 files changed

+227
-46
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.3.0 (2019-04-29)
8+
### Added
9+
- Upgraded to SDK v3.1.5. This version implements [the aget/integrations
10+
protocol v3](https://github.com/newrelic/infra-integrations-sdk/blob/cb45adacda1cd5ff01544a9d2dad3b0fedf13bf1/docs/protocol-v3.md),
11+
which enables [name local address replacement](https://github.com/newrelic/infra-integrations-sdk/blob/cb45adacda1cd5ff01544a9d2dad3b0fedf13bf1/docs/protocol-v3.md#name-local-address-replacement).
12+
and could change your entity names and alarms. For more information, refer
13+
to:
14+
15+
- https://docs.newrelic.com/docs/integrations/integrations-sdk/file-specifications/integration-executable-file-specifications#h2-loopback-address-replacement-on-entity-names
16+
- https://docs.newrelic.com/docs/remote-monitoring-host-integration://docs.newrelic.com/docs/remote-monitoring-host-integrations
17+
718
## 1.2.0 (2019-04-08)
819
### Added
920
- Upgraded to SDKv3

tests/integration/json-schema-files/mysql-schema-inventory-master.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5094,7 +5094,7 @@
50945094
},
50955095
"protocol_version": {
50965096
"minLength": 1,
5097-
"pattern": "^2$",
5097+
"pattern": "^3$",
50985098
"type": "string"
50995099
}
51005100
},
@@ -5105,4 +5105,4 @@
51055105
"data"
51065106
],
51075107
"type": "object"
5108-
}
5108+
}

tests/integration/json-schema-files/mysql-schema-master-localentity.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5880,7 +5880,7 @@
58805880
},
58815881
"protocol_version": {
58825882
"minLength": 1,
5883-
"pattern": "^2$",
5883+
"pattern": "^3$",
58845884
"type": "string"
58855885
}
58865886
},
@@ -5891,4 +5891,4 @@
58915891
"data"
58925892
],
58935893
"type": "object"
5894-
}
5894+
}

tests/integration/json-schema-files/mysql-schema-master.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5891,7 +5891,7 @@
58915891
},
58925892
"protocol_version": {
58935893
"minLength": 1,
5894-
"pattern": "^2$",
5894+
"pattern": "^3$",
58955895
"type": "string"
58965896
}
58975897
},
@@ -5902,4 +5902,4 @@
59025902
"data"
59035903
],
59045904
"type": "object"
5905-
}
5905+
}

tests/integration/json-schema-files/mysql-schema-metrics-master.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
},
229229
"protocol_version": {
230230
"minLength": 1,
231-
"pattern": "^2$",
231+
"pattern": "^3$",
232232
"type": "string"
233233
}
234234
},
@@ -239,4 +239,4 @@
239239
"data"
240240
],
241241
"type": "object"
242-
}
242+
}

vendor/github.com/newrelic/infra-integrations-sdk/data/metric/metrics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/newrelic/infra-integrations-sdk/integration/entity.go

Lines changed: 56 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/newrelic/infra-integrations-sdk/integration/entity_id.go

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/newrelic/infra-integrations-sdk/integration/integration.go

Lines changed: 37 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)