Skip to content

v0.8.0

Compare
Choose a tag to compare
@lgajowy lgajowy released this 15 Mar 11:40
· 69 commits to main since this release
3a0dc6c
  • 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