metrics-exporter-statsd
metrics-rs exporter that supports reporting metrics to StatsD
0.9.0
15M downloads/mo
#2452 most downloaded on crates.io
github/metrics-exporter-statsd
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 5 months
Nearly every release is documented
notes for 8 of 8 stable releases
1 version withdrawn
withdrawn after publishing
4 years old
9 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Jun 2022 to Oct 2024
2023
2024
2025
2026
Releases
latest 9-
0.9.021 Oct 2024 -
0.8.030 May 2024 -
0.7.012 Jan 2024Release notes
Open source →- Upgrade metrics-rs to 0.22. This is a major breaking change in
metrics. - Add custom sinks.
- Don't panic when
the application uses a
metricsoperation that is not supported bystatsd.
- Upgrade metrics-rs to 0.22. This is a major breaking change in
-
0.6.017 Aug 2023 -
0.5.025 Apr 2023 -
0.4.026 Jul 2022Release notes
Open source →- Upgrade metrics-rs dependency to 0.20
- Update describe_* methods to use SharedString to comply with new version requirements.
-
0.3.003 Jun 2022 -
0.2.003 Jun 2022Release notes
Open source →- Removed the support for installing global recorder via
StatsdBuilder, since that can cause metrics to stop emitting when the importing app may link a different version ofmetricsthan this library depends on. - The calling app must now invoke
metrics::set_boxed_recorderafter building the recorder viaStatsdBuilder - Updated documentation to reflect that.
- Removed the support for installing global recorder via
-
0.1.002 Jun 2022 withdrawn