Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 1.03 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.

[Unreleased] - yyyy-mm-dd

Batch insert operations in postgres backend.

[2.2.2] - 2022-11-29

Do not query memory usage of processes that have huge message queues.

[2.2.1] - 2022-09-12

Fixed a bug which could cause badrecord errors in system_monitor_top.

[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