Skip to content

v2.5.2 - System Metrics on Scala 3 & Network Metrics Fixes

Compare
Choose a tag to compare
@ivantopo ivantopo released this 17 May 12:27
· 123 commits to master since this release

Improvements:

  • system-metrics": This module is now built and published for Scala 3 as well. Contributed by @ornicar via #1155
  • otel: The OpenTelemetry reporter now supports the OTEL_RESOURCE_ATTRIBUTES environment variable. Contributed by @hughsimpson via #1157
  • otel: The OpenTelemetry exporter dependencies are now bumped to 1.13.0. Contributed by @hughsimpson via #1158

Fixes:

  • system-metrics: No network metrics were reported by the System Metrics module when running inside docker containers. Fixed by @jypma via #1165