elixometer v1.3.0 Release Notes
Release Date: 2019-10-22 // almost 5 years ago-
โ Added
- โก๏ธ Made the histogram
truncate
option a function argument forupdate_histogram/4
(#56) - Made metric name formatting more efficient (#62, #74)
- ๐ Support passing extra
subscribe_options
to reporters that accept them (#57, #58) - ๐ Support all Elixir time units (#72)
- ๐ Support using system environment variables in
:env
configuration (#80) - ๐ Support filtering datapoints in subscriptions (#91)
- ๐ Support wildcard keys (#97)
- โ Add typespecs to public Elixometer methods (#107)
- ๐ Support configuring the formatter using a module in addition to a function ref (#114)
- ๐ Support for bulk subscriptions to get all metrics at once (#134)
๐ Changed
- Elixometer now requires Elixir 1.5 or later
- ๐ฆ Lager 3.2.1 or later is now required
- ๐ฆ :exometer_core 1.5 or later is now required
๐ Bug fixes
- โก๏ธ Made the histogram
Previous changes from v1.3.0-rc1
-
โ Added
- โก๏ธ Made the histogram
truncate
option a function argument forupdate_histogram/4
(#56) - Made metric name formatting more efficient (#62, #74)
- ๐ Support passing extra
subscribe_options
to reporters that accept them (#57, #58) - ๐ Support all Elixir time units (#72)
- ๐ Support using system environment variables in
:env
configuration (#80) - ๐ Support filtering datapoints in subscriptions (#91)
- ๐ Support wildcard keys (#97)
- โ Add typespecs to public Elixometer methods (#107)
- ๐ Support configuring the formatter using a module in addition to a function ref (#114)
- ๐ Support for bulk subscriptions to get all metrics at once (#134)
๐ Changed
- Elixometer now requires Elixir 1.5 or later
- ๐ฆ Lager 3.2.1 or later is now required
- ๐ฆ :exometer_core 1.5 or later is now required
๐ Bug fixes
- โก๏ธ Made the histogram