akoutmos / prom_ex

An Elixir Prometheus metrics collection library built on top of Telemetry with accompanying Grafana dashboards
MIT License
577 stars 96 forks source link

fix remove deprecated `Logger.warn/2` calls #207

Closed aleagnelli closed 10 months ago

aleagnelli commented 1 year ago

With elixir 1.15.0 Logger.warn/2 is deprecated in favor of Logger.warning/2, also aligned the example project

coveralls commented 1 year ago

Coverage Status

coverage: 78.698% (-0.07%) from 78.771% when pulling e4e61b054a9f2fa3406f4105dbf998e12b815473 on aleagnelli:master into b80c52e2f80d938dee0ff277cd038d1d6b540706 on akoutmos:master.

aleagnelli commented 1 year ago

Not sure why the test is failing in ci only for otp-24, @akoutmos anyway i can help?

axelson commented 10 months ago

Friendly ping :)

Selfishly It would be nice to get this merged so that our deps compilation is quieter :smiley:

akoutmos commented 10 months ago

Sorry for the delay. Merging this in and will sort out the failed tests. Thanks for the update!