What's Changed

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.0-ga.5...v6.0.0-ga.6

升级SQL

alter table task_record add `event_id` bigint not null comment 'event id' default 0 after `group_id`;
alter table task_record add index task_event_idx(event_id);
alter table alerting_engines change column  cluster `engine_cluster` varchar(128) not null default '' comment 'n9e-alert cluster';

项目简介

An all-in-one observability solution which aims to combine the advantages of Prometheus and Grafana. It manages alert rules and visualizes metrics, logs, traces in a beautiful web UI.

🚀 Github 镜像仓库 🚀

源项目地址

https://github.com/didi/nightingale

发行版本 122

v6.1.0

全部发行版

贡献者 60

全部贡献者

开发语言

  • Go 95.6 %
  • Python 2.8 %
  • Smarty 1.6 %
  • Shell 0.1 %