scoutapp / scout_apm_elixir

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

scout_apm_elixir conflicts with most recent version of prom_ex library #127

Open MiraRose opened 1 year ago

MiraRose commented 1 year ago

Per your website, scout_apm should still allow for including other metrics system but we're having conflicts with the prom_ex library. We're attempting to use prom_ex so we can set up a prometheus stack alongside Scout (for other monitoring purposes). Unfortunately, as we use it currently scout_apm_elixir's telemetry library is pinned at 0.4.0 and below but the most recent version of prom_ex uses telemetry 1.0.0.

Hoping this library might be moving to that version soon? Because of the way our application it's difficult to use an older version of prom_ex.