v5.10.3

What's Changed

n9e-fe Changed

  • feat: 对象列表表格新增 状态、负载、内存 列数据
  • feat: 导入 grafana 大盘升级 #162
    • 支持导入 bargauge、text 图
    • 支持导入 textbox、custom 类型变量
  • feat: 大盘变量 query 类型的变量定义约束放宽,label + value 可定义成变量,增加灵活度
  • refactor: 即时查询输入框去掉了前缀文字 “PromQL”,修复 Table 模式下不可多次查询相同 promql 的问题
  • fix: 修复监控大盘表格单元格文字颜色某些场景无法匹配 valueMapping 的设置

Full Changelog: https://github.com/ccfos/nightingale/compare/v5.10.2...v5.10.3

add configurations in webapi.conf

[TargetMetrics]
TargetUp = '''max(max_over_time(target_up{ident=~"(%s)"}[%dm])) by (ident)'''
LoadPerCore = '''max(max_over_time(system_load_norm_1{ident=~"(%s)"}[%dm])) by (ident)'''
MemUtil = '''100-max(max_over_time(mem_available_percent{ident=~"(%s)"}[%dm])) by (ident)'''
image

New Contributors

Thank you for contributions

Full Changelog: https://github.com/ccfos/nightingale/compare/v5.10.2...v5.10.3

项目简介

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 %