v1.13.0
What's Changed
- Note that emit's metrics model is for samples, not meters by @KodrAus in #296
- Add an examaple to new_span showing how to enter it by @KodrAus in #297
- Add
sample!andmetric!macros for easier metric collection by @KodrAus in #299 - Expand extension docs a bit by @KodrAus in #301
- Note that metric values aren't limited to numeric types by @KodrAus in #302
- Add some tests for picking aggregation temporality by @KodrAus in #304
- Support exponential histograms in
emit_coreandemitby @KodrAus in #305 - Remove timeseries metrics from the data model by @KodrAus in #307
- Support mapping
emit's distributions to OTLP's exponential histograms by @KodrAus in #306 - Rename metric::dist to metric::exp by @KodrAus in #309
- Prepare for 1.13.0 release by @KodrAus in #310
Full Changelog: v1.12.0...v1.13.0