Skip to content

v1.0.8

Compare
Choose a tag to compare
@jkschneider jkschneider released this 12 Dec 15:44

Fixes

  • TimedAspect does not disrupt the application flow when there is an exception recording a metric.
  • micrometer-spring-legacy now respects Actuator endpoint settings.
  • Removed extraneous print statements in StatsD registry.
  • Exception thrown by MicrometerCollector for a meter with a duplicate name now includes the name in its message.
  • Fixed accept/deny filter precedence.
  • Add endpoint-enabled condition to Prometheus Actuator endpoint.
  • Improved Telegraf sanitization.
  • Use Commons Logging for WebMvcMetricsFilter.
  • WavefrontPropertiesConfigAdapter now extends StepRegistryPropertiesConfigAdapter.
  • Fix spring.aop.auto property reference.