Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.33 KB

Changelog

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.

[3.0.2] - 2022-02-08

Drop support for postgres replay queue. Batch insert operations in postgres backend.

[3.0.0] - 2022-02-06

Optimized top collection for systems with millions of processes. Added "very important processes" feature: some registered processes are always collected to the top. Added CI and improved test suite. Major refactoring. Hard fork from the Klarna version.

Warning: the table schema has changed! See: example schema

[2.2.0] - 2021-11-05

Added support for configuring a module to use to send system_monitor events to an external destination.

[2.1.0] - 2021-10-20

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.

[2.0.0] - 2021-04-07

Replace Kafka backend with a configurable one that defaults into Postgres

[1.0.0] - 2020-09-02

Initial version