- Metrics are now sent on terminate (#9 h/t @devstopfix)
- Updates to remove warnings for Elixir 1.15
- Support for storage resolution argument to handle high resolution (#6)
- Support for the
:sample_rate
option (#7)
- Made call to attached telemetry event function more performant (#5)
- Fixed
System.stacktrace()
deprecation warning
- Support was added for the new
:keep
and:drop
options in Telemetry.Metrics 0.5.0
- Support the
Sum
metric type
- Fixed issue where the
:push_interval
option was ignored when less than 60k milliseconds
- When metric values are nil, a
Logger
debug message is now used instead of a warning message. This is due to an increase in libraries sometimes sendingnil
s as values (Ecto, for instance)
- Fixed typos in debug message
- Fixed typos in docs
- Fixed syntax of example in README
- Support multiple metric types for the same metric name