Skip to content

Releases: ScalaConsultants/mesmer

v0.9.0

11 Apr 13:59
af50426
Compare
Choose a tag to compare

New features:

  • ZIO histograms support in #650
  • ZIO frequencies support in #663

Other:

  • minor refactorings and cleanups
  • documentation updates

Full Changelog: v0.8.0...v0.9.0

v0.8.0

15 Mar 11:40
3a0dc6c
Compare
Choose a tag to compare
  • 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

v0.8.0-RC2

26 Sep 14:07
1474266
Compare
Choose a tag to compare

Internal improvements:

  • improve Akka Cluster metrics so that they do not require adding AkkaMonitoring extension to users' app
  • reinstate some missing actor metrics (actors_created, actors_terminated)
  • code removals + cleanup + additional testing

v0.8.0.RC1

19 Aug 12:32
47c3fba
Compare
Choose a tag to compare

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

v0.7.0

20 May 08:34
391e356
Compare
Choose a tag to compare

This release:

  • add support for OTel agent tests and move those to it directory
  • add akka-http route templating
  • bring back http connections metric
  • support for OpenTelemetry 1.13.0
  • upgraded project dependencies

v0.6.0

13 Apr 08:37
77a1c42
Compare
Choose a tag to compare

This release:

  • moves away from the custom Mesmer agent. We introduce an OTEL Extension instead. More on that here: #272
  • introduces OpenTelemetry's configuration mechanism. We no longer use HOCON files (also described in the link above).
  • upgrades to open telemetry 1.10.0.

v0.5.0

17 Dec 13:44
0b9207f
Compare
Choose a tag to compare

Upgrade to OpenTelemetry 1.7.0.

v0.4.1

21 Oct 08:59
1766dac
Compare
Choose a tag to compare
Merge pull request #162 from scala-steward/update/slf4j-api-1.7.32

Update slf4j-api to 1.7.32

v0.4

12 Jul 20:25
b170978
Compare
Choose a tag to compare
  • OpenTelemetry 1.4.0
  • Akka 2.6.15
  • Configuration for grouping actor metrics
  • Granular configuration for all metrics

v0.3

18 May 12:21
8de7937
Compare
Choose a tag to compare

First public release.