All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for
telemetry
v1.0 @JVMartyns.
- Support for
:keep
and:drop
options for filtering events by @jfpedroza.
- Support calculating metrics using both
measurements
andmetadata
, as introduced intelemetry_metrics
v0.6.0, by @quinlanjager.
- Improved performance of handling events by @nallwhy.
- Added support for telemetry 1.0.
- Added support for Appsignal 2.0.
TelemetryMetricsAppsignal
is now implemented as aGenServer
and performs cleanup of telemetry handlers upon termination (kudos to @bradleygolden).
- Marked
jason
as an optional dependency - it's only required byappsignal
when testing. - Suppressed warning when measurement was missing from an event.
- Fixed using
tag_values
to generate tags from metadata.
- Implemented reporting all
Telemetry.Metrics
measurements to AppSignal.