Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.71 KB

File metadata and controls

54 lines (37 loc) · 1.71 KB

v0.4.5 (22/6/16)

  • Relax httpoison & exometer_core version requirements.
  • HTTPoison is now a required dependency.

v0.4.4 (22/6/16)

  • Renamed some un-used variables to silence compiler warnings.
  • Remove app_key from config, because it's not really needed.
  • Removed an un-used option from our reporter (reporter_stats)
  • Changed our poison dependency to "> 2.0" instead of "> 2.0.0", to avoid clashes with phoenix, which requires "~> 2.0".
  • Tested with Elixir 1.3.0-rc.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.