v0.2.0
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.