scoutapp / scout_apm_elixir

ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
https://scoutapm.com
Other
36 stars 20 forks source link

update telemetry to latest version 0.4.0 #83

Closed tarzan closed 5 years ago

tarzan commented 5 years ago

In my app I updated to Ecto 3.1.0, which uses telemetry 0.4.0. As a result mix finds a conflict in my dependency tree. Thought this might be useful for others too..

cschneid commented 5 years ago

Thank you for the PR, let me think on it - we need to be sure we don't break the agent for people relying on the older 0.3.x version of telemetry. Probably we just need to relax the version requirement entirely to allow 0.3 and onward.

mitchellhenke commented 5 years ago

There were some breaking changes in how the metrics get pulled from Telemetry that required further changes (done in #84). Version 0.14.4 has been released with support for Ecto 3.0/3.1 and Telemetry 0.3.0/0.4.0 🙂