Skip to content

Releases: travelping/exometer_influxdb

0.6.0

08 Aug 15:53
Compare
Choose a tag to compare
  • close connection before reconnect
  • use hackney 1.13.0
  • hex.pm release

0.5.9

22 May 15:24
Compare
Choose a tag to compare
  • hackney 1.12.1

0.5.8

24 Oct 08:20
Compare
Choose a tag to compare

hackney 1.10.1

0.5.6

18 Sep 08:14
Compare
Choose a tag to compare
  • The series_name option can be a binary type now
  • Migrate to rebar3, use exometer_core and hackney from hex.pm
  • Try load hackney transport on init and not on connect

0.5.5

16 Nov 11:51
Compare
Choose a tag to compare
  • Fix code:is_loaded issues from previous commit

0.5.4

16 Nov 11:18
Compare
Choose a tag to compare
  • Support new hackney

0.5.3

26 Oct 09:11
Compare
Choose a tag to compare
  • Write to log when autosubscribe is activated and module is undefined
  • Make SubscribeOpts optional
  • Fix #31: send metrics over https

0.5.2

30 Sep 06:21
Compare
Choose a tag to compare
  • Add ability to set `Retry' parameter to subscription from module
  • Get rid of lager and move to error_logger

0.5.1

04 Jul 13:56
Compare
Choose a tag to compare
  • Some code cleanups
  • Fix compilation on Erlang 19 by adding lager 3.2.1

0.5.0

04 May 06:48
Compare
Choose a tag to compare
  • Add feature to name a series
  • Add feature to remove tags which values are 'undefined'
  • Add feature to remove tags which keys are 'undefined'
  • Update README with subscription examples, language corrections and cosmetics.
  • Add auto subscriptions via module
  • Convert binaries in metric names to lists
  • Reset timestamp for multiple values of same metric when batch sending is enabled

THESE CHANGES ARE NOT BACKWARDS COMPATIBLE WITH 0.4.x