All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Batch insert operations in postgres backend.
Do not query memory usage of processes that have huge message queues.
Fixed a bug which could cause badrecord errors in system_monitor_top.
Added support for configuring a module to use to send system_monitor events to an external destination.
Data format of system_monitor_top is changed to keep static data between ticks. Since this gen server is started by a supervisor that allows for some restarts, you can either let the server crash or stop+start this application.
Replace Kafka backend with a configurable one that defaults into Postgres
Initial version