Unclaimed project
Are you a maintainer of autometrics-rs? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
autometrics-rs
Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry.
Back to changelogWhat's Changed
- Use #[cfg(feature = ...)] directly for public features by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/109
- Minor doc tweaks by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/110
- Add benchmark by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/111
- Split out advanced features from benefits section by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/112
- OTLP push controller example by @egtwp in https://github.com/autometrics-dev/autometrics-rs/pull/113
- Add the
service.name label to all metrics by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/116
- Rename metrics to be in line with OpenTelemetry/OpenMetrics specs by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/118
- Initialize counters to zero in debug builds by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/119
- add
actix-web example by @mellowagain in https://github.com/autometrics-dev/autometrics-rs/pull/120
- fix compile error on generic
impl traits within types by @mellowagain in https://github.com/autometrics-dev/autometrics-rs/pull/122
Add references to the Autometrics CLI in the README by @keturiosakys in https://github.com/autometrics-dev/autometrics-rs/pull/124Include the struct name in the function name by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/126Replace caller label with caller.function and caller.module by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/127Remove deprecated global functions by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/128Include crate version in backend feature flags by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/129Support customizing global Autometrics settings by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/130Fix OpenTelemetry tests by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/133Make the metrics registry configurable by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/134Fix typo in latency alert error query by @gagbo in https://github.com/autometrics-dev/autometrics-rs/pull/132Upgrade to opentelemetry 0.20 by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/135Reorganize docs.rs main page by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/136New Contributors
- @egtwp made their first contribution in https://github.com/autometrics-dev/autometrics-rs/pull/113
- @mellowagain made their first contribution in https://github.com/autometrics-dev/autometrics-rs/pull/120
- @keturiosakys made their first contribution in https://github.com/autometrics-dev/autometrics-rs/pull/124
Full Changelog: https://github.com/autometrics-dev/autometrics-rs/compare/v0.5.0...v0.6.0