Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 885 Bytes

0.5.2 (2018-11-01)

  • Create 'installation' section on readme.
  • Remove basho_exometer_core.

0.5.0 (2017-10-17)

  • Reporting execution time of a function
  • Updating GenStage

0.4.0 (2017-10-05)

  • Rename Reporter to Backend
  • Remove the need to provide measures when reporting a value
  • Remove the need to give a name to the dataset
  • Improve metadata usage

0.3.0 (2017-08-15)

  • Removed plug dependency
  • Added reporter for debugging: console and logger
  • Added builtin metrics (erlang memory and stats)
  • Added min and max datapoints
  • Minor fixes.

0.2.3 (2017-08-07)

  • Fix exometer_init. Now, options changes are kept and passed to report function.

0.2.2 (2017-08-04)

  • Handle ErlangError when trying to create same Exometer metric twice

0.2.1 (2017-08-02)

  • Remove lager as direct dependency

0.2.0 (2017-08-01)

  • Creating cleaner interface for reporters