v0.10.0
Changelog
https://crates.io/crates/metrics_server/0.10.0
Changes
- Remove
drop
implementation in favour of newstop()
method that returns aResult<(), ServerError>
instead of panicking. - Upgrade Prometheus example to trap signals and free resources.
- Add more assertions to tests.