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

Update mix.exs #232

Closed nacengineer closed 2 months ago

nacengineer commented 3 months ago

bump telemetry metrics to 1.0

Change description

What problem does this solve?

version incompatibility

Additional details and screenshots

No breaking changes from the upstream library. They just went 1.0.

https://github.com/beam-telemetry/telemetry_metrics/blob/main/CHANGELOG.md

nacengineer commented 3 months ago

Closes Feature request #230

balexand commented 3 months ago

You probably want to use ~> 0.6 or ~> 1.0 instead. And the lock file needs to be updated. But it would be nice if this got deployed.

coveralls commented 2 months ago

Coverage Status

coverage: 78.698%. remained the same when pulling ef2fcab588d896c45bea00743f7f3a4090e5dc72 on nacengineer:patch-2 into 75769fd733eea39d286c108bda43a20e8d76fc7f on akoutmos:master.

akoutmos commented 2 months ago

Thanks!