-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[api] collect instance configurations via API (#156)
* [json] adding json configuration parsing. * [json] parser fixes. * [json] move to jackson from gson -- too much drama * [test] addressing configuration changes. * [json] test json configuration parser - fix multiple issues. * [auto_discovery] pull configurations from API, and apply configs. [autodiscovery] check for json configs every iteration - improvments in pipeline. [httpclient] url encoded content type with GETs [httpclient] wrap responses. [api] if response is 204 no updates + method refactor * [ci] no need to actually test the build against 1.6 - we can just target it with 1.7/1.8 * [api] cleaner url structure
- Loading branch information
Showing
12 changed files
with
559 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ jdk: | |
- oraclejdk8 | ||
- oraclejdk7 | ||
- openjdk7 | ||
- openjdk6 | ||
|
||
addons: | ||
hostname: dd-jmxfetch-testhost |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.