Packages

Integrates exometer with datadog via the datadog REST API.

Current section

Files

Jump to
exometer_datadog CHANGELOG.md
Raw

CHANGELOG.md

### v0.4.4 (22/6/16)
- Changed our poison dependency to "~> 2.0" instead of "~> 2.0.0", to avoid
clashes with phoenix, which requires "~> 2.0".
### v0.4.3 (30/5/16)
- Updated deps. Now pulling exometer_core from hex instead of using the
pspdfkit fork from github.
### v0.4.2 (21/5/16)
- Fix an issue where we'd assume that the API_KEY environment variable would be
set, causing ExometerDatadog (and therefore any application that uses it) to
crash if the env vars were not set.
### v0.4.1 (17/2/16)
- Added httpoison to the applications list, to ensure it's started before we
are.
### v0.4.0 (16/2/16)
- Added support for loading config from environment variables.
### v0.3.0 (11/2/16)
- Library is now a lot more forgiving on startup if config keys are missing.
It just doesn't start things, rather than trying to and crashing.
- The "host" setting now defaults to the current hostname, and can be
overridden using functions as well as hard coding a name.
### v0.2.0 (9/2/16)
- Expanded the library to include more than just a reporter.
- It's now an OTP application that will:
- Automatically register the reporter with exometer
- Optionally report system & vm metrics to datadog.
- Wrote a lot more documentation.
### v0.1 (7/2/16)
- Initial release of the library.
- Contains a working exometer reporter for datadog.
- Configured via the usual exometer config for reporters.