Releases: autometrics-dev/autometrics-rs
Releases · autometrics-dev/autometrics-rs
v0.3.0
What's Changed
- Generate alerts by @emschwartz in #27
- Add more examples by @emschwartz in #31
- Add ok_if/error_if parameters by @emschwartz in #35
- Support #[skip_autometrics] attribute in impl blocks by @emschwartz in #36
- Add list of features to the readme by @emschwartz in #37
- Move Why Autometrics doc to org readme by @emschwartz in #38
- Gitpod by @mies in #39
- Add usage video + licenses by @emschwartz in #40
- Delete invalid character in .gitpod.yml by @jeanp413 in #43
- Alerts v2 by @emschwartz in #42
- Regenerate recording rules by @emschwartz in #45
- Document that projects using Prometheus don't need separate exporter by @emschwartz in #44
- Rename SLO-related labels by @emschwartz in #50
- Fix docs for Objective by @emschwartz in #51
New Contributors
Full Changelog: v0.2.4...v0.3.0
v0.2.4
What's Changed
- Add more detailed description by @emschwartz in #24
- Fix histogram buckets by @emschwartz in #29
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Fix how docs.rs builds the documentation so that optional features show up
Full Changelog: v0.2.0...v0.2.3
v0.2.0
What's Changed
- Support applying autometrics to an Impl block by @emschwartz in #19
- Support other metrics libraries by @emschwartz in #21
- Make concurrency tracking optional by @emschwartz in #22
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Track concurrent requests by @emschwartz in #1
- Add return types as labels when they implement Into<&'static str> by @emschwartz in #2
- Use Open Telemetry metric naming convention by @emschwartz in #3
- Export optional prometheus exporter by @emschwartz in #4
- Fix duplicate exporter registration by @emschwartz in #5
- Use a separate counter for tracking errors + other labels by @emschwartz in #6
- Add
caller
label to counter by @emschwartz in #7 - Cleanup code by @emschwartz in #8
- Add example, update documentation by @emschwartz in #9
- Prepare to publish by @emschwartz in #10
- Documentation fixes by @emschwartz in #11
Full Changelog: https://github.com/fiberplane/autometrics-rs/commits/v0.1.1