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