• Feat: Notify maintainers when n9e-server occurs error
  • Feat: Support redis cluster and sentinel mode
  • Feat: Add init sql of postgres
  • Feat: Add some common template functions
  • Feat: alert_aggr_view support modify operation by admin role
  • Feat: Forward samples to backends in sequence
  • Feat: Add notify_max_number for alert rule
  • Feat: Add some dashboards json and alerts json of categraf
alter table alert_mute add column `prod` varchar(255) not null default '' after group_id;
alter table users add column `maintainer` tinyint(1) not null default 0 after contacts;
alter table alert_rule add column `notify_max_number` int not null default 0 comment '' after notify_repeat_step;

how to upgrade:

  1. backup your custom configuration files
  2. wget tarball, untar, replace files
  3. modify configuration files for your env
  4. execute the sql commands
  5. restart n9e-webapi and n9e-server

项目简介

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 %