v0.11.0
Changelog
https://crates.io/crates/metrics_server/0.11.0
Changes
- Add a new
serve_url()
method for exposing the metrics endpoint on a specific URL path. - Calls to
server()
do not take ownership of the Server and instead mutate it.
https://crates.io/crates/metrics_server/0.11.0
serve_url()
method for exposing the metrics endpoint on a specific URL path.server()
do not take ownership of the Server and instead mutate it.