Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@talbright talbright released this 23 Jan 14:38
· 116 commits to master since this release

Features:

  • improvements to collect_aberrations (#2,@steveakers)
  • send rearview statistics through through statsd if configured in config/initializers/rearview.rb
    • monitor metrics: total runs, success, and failures
    • jvm metrics: heap, non-heap, initial, used, max, and committed
  • improvements to logging
    • provide a default log formatter that includes the thread name

Bugfixes:

  • fixed alert URL: the alert URL now matches the ecosystem link so that canceling or saving the monitor
    goes back to the monitor category in the context of its parent dashboard.
  • added missing spec for Numeric extension
  • removed inconsistant use of include Celluloid::Logger vs Rearview::Logger
  • removed some superfluous and noisy logging statements