v0.5.0
What's Changed
- Add changelog by @emschwartz in #83
- Clarify that autometrics isn't tied to axum or vergen by @emschwartz in #84
- Allow specifying result labels for enum variants by @gagbo in #61
- Fix links in readme on crates.io by @emschwartz in #86
- Link to docs for generated metrics by @emschwartz in #87
- Run clippy by @emschwartz in #96
- Update to opentelemetry 0.19 by @emschwartz in #93
- Add support for the
prometheus-client
crate by @emschwartz in #88 - Remove opentelemetry as the default metrics library by @emschwartz in #97
- Add exemplar support by @emschwartz in #100
- Disable doc generation when AUTOMETRICS_DISABLE_DOCS env var is present by @emschwartz in #104
- Fix generated queries to work with _total suffix by @emschwartz in #103
- Move
prometheus_exporter
functions to dedicated module by @emschwartz in #102 - Support OpenTelemetry span context for exemplars by @emschwartz in #105
- Use prometheus-client by default with prometheus-exporter by @emschwartz in #107
- Simplify + split out readmes by @emschwartz in #108
Full Changelog: v0.4.1...v0.5.0