Skip to content

v0.2.0

Compare
Choose a tag to compare
@slok slok released this 27 Apr 07:04
· 249 commits to master since this release
390db68

This release breaks controllers constructors to allow passing a metrics recorder backend.

Added

  • Prometheus metrics backend.
  • Metrics interface.
  • Concurrent controller implementation.
  • Controllers record metrics about queued and processed events.

Fixed

  • Fix passing a nil logger to make controllers execution break.