New
v0.6.0
What'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.namelabel 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-webexample by @mellowagain in https://github.com/autometrics-dev/autometrics-rs/pull/120 - fix compile error on generic
impltraits 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/124
- Include the struct name in the function name by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/126
- Replace caller label with caller.function and caller.module by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/127
- Remove deprecated global functions by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/128
- Include crate version in backend feature flags by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/129
- Support customizing global Autometrics settings by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/130
- Fix OpenTelemetry tests by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/133
- Make the metrics registry configurable by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/134
- Fix typo in latency alert error query by @gagbo in https://github.com/autometrics-dev/autometrics-rs/pull/132
- Upgrade to opentelemetry 0.20 by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/135
- Reorganize docs.rs main page by @emschwartz in https://github.com/autometrics-dev/autometrics-rs/pull/136
New 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