Skip to content

v0.8.0.RC1

Compare
Choose a tag to compare
@lgajowy lgajowy released this 19 Aug 12:32
· 342 commits to main since this release
47c3fba

This release:

  • introduces some basic metric instrumentations for ZIO 2.0.0: executor metrics, zio.Counters and zio.Gauges forwarding (see the list here: Supported Metrics)
  • internal improvement: get rid of Akka Extension from Akka Actor and Akka Persistence metrics. Akka Actor and Persistence metrics do not use the internal Event Bus now but rely solely on OpenTelemetry's instruments to pass the metrics
  • minor changes and bugfixes