support prom header settings

What's Changed

  • PromClient支持Header配置 by @710leo in https://github.com/ccfos/nightingale/pull/1203
  • 准备让监控大盘支持英文标识,后端已完成,前端尚未,需要修改表结构,SQL在下面
  • 前端变更的较多,主要是针对监控大盘的优化,如果没有遇到这些问题也不用升级

前端变更

https://github.com/n9e/fe-v5/releases/tag/v5.13.2

  • feat: 大盘支持单独配置默认集群
  • feat: 大盘表格卡片支持过滤
  • refactor: 优化折线图 tooltip 定位
  • refactor: 优化大盘变量多选和全选的交互
  • refactor: 优化仪表盘图布局计算

Full Changelog: https://github.com/ccfos/nightingale/compare/v5.13.0...v5.13.1

alter table board add column ident varchar(200) not null default '' after name;
alter table board add index index_ident(ident);

项目简介

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 %