v5.9.4
版本发布时间: 2022-07-05 17:36:56
ccfos/nightingale最新发布版本:v7.4.1(2024-09-25 15:15:14)
What's Changed
- refactor: use categraf as collector in docker compose by @tanxiao1990 in https://github.com/ccfos/nightingale/pull/993
- fix ForDuration by @bbaobelief in https://github.com/ccfos/nightingale/pull/999 ❗️important
- fix typo by @JacoobH in https://github.com/ccfos/nightingale/pull/1004
- update kafka alerts and dashboard by @ysyneu in https://github.com/ccfos/nightingale/pull/1012
- feat: persist notify cur number by @tanxiao1990 in https://github.com/ccfos/nightingale/pull/1013 ❗️important
New Contributors
- @JacoobH made their first contribution in https://github.com/ccfos/nightingale/pull/1004
SQL
alter table alert_cur_event add column `notify_cur_number` int not null default 0 comment '' after notify_groups;
alter table alert_his_event add column `notify_cur_number` int not null default 0 comment '' after notify_groups;
Full Changelog: https://github.com/ccfos/nightingale/compare/v5.9.3...v5.9.4
1、 n9e-5.9.4.tar.gz 16.49MB