metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.13k stars 158 forks source link

metrics_exporter_tcp::Error is not std::error::Error #336

Closed jaskij closed 1 year ago

jaskij commented 1 year ago

As in the title - this prevents easy handling with helper crates, like anyhow. And an error, generally, should implement that trait.

tobz commented 1 year ago

Resolved in 90dbd7e.

tobz commented 1 year ago

Released via metrics-exporter-tcp@v0.8.0.