v0.8.0
- removed akka extension that was required to be started in users' akka app. Now akka metrics install automatically, without the need to modify user's application code
- introduced & improved ZIO metrics collection. We piggyback on ConcurrentMetricRegistry from zio to forward metrics to OTEL & collect the zio execution metrics as well. Currently collecting Counters & Gauges, Histograms are still to come.
- minor improvements & bugfixes