Observability

Micrometer1.10.14

Provides a facade for the most popular observability systems, allowing you to instrument your JVM-based application code without vendor lock-in. Think SLF4J, but for observability.

Changelog

🐞 Bug Fixes

  • DefaultLongTaskTimer class throws an IllegalArgumentException when percentiles is empty
  • Stackdriver exception trying to publish metrics during shutdown
  • TimeWindowMax throws ArithmeticException with a rotateFrequency of 0
  • JvmGcMetricsTest#sizeMetricsNotSetToZero is failing on CI with generational ZGC
  • Bug: DropwizardMeterRegistry does not remove Gauges created by LongTaskTimer

🔨 Dependency Upgrades

  • Use latest release (1.0.6) of context-propagation
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.650 to 1.12.655
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.649 to 1.12.650
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.629 to 1.12.649
  • Bump dropwizard-metrics from 4.2.23 to 4.2.25
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.608 to 1.12.629
  • Bump com.signalfx.public:signalfx-java from 1.0.37 to 1.0.38
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.593 to 1.12.608
  • Bump dropwizard-metrics from 4.2.22 to 4.2.23
  • Bump com.signalfx.public:signalfx-java from 1.0.36 to 1.0.37
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.592 to 1.12.593
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.586 to 1.12.592

❤️ Contributors

Thank you to all the contributors who worked on this release:

@izeye