Breaking change: update required, internal protocol update
Added
- Add support for OpenTelemetry logs. Logs sent to the collector's
/v1/logs
endpoint in OTLP/HTTP format will be delivered to AppSignal's logging feature. - Enrich Sidekiq events by setting the action name. Now Sidekiq jobs are reported as
<WorkerClass>#perform
, e.g.MyWorker#perform
.
Changed
- BREAKING CHANGE: Use a better optimized protocol to send data to our API. This change is backwards incompatible and we recommend you upgrade to the latest version of the collector. Older versions of the collector will not be able to send data to our API. Please refer to the documentation for more information on how to upgrade your collector.
This release can be installed through our collector packages and Docker image.