v5.10.3
版本发布时间: 2022-08-11 14:32:29
ccfos/nightingale最新发布版本:v7.4.1(2024-09-25 15:15:14)
What's Changed
- feat: prom support tls by @710leo in https://github.com/ccfos/nightingale/pull/1091
- feat: support i18n request headerkey by @xiaoziv in https://github.com/ccfos/nightingale/pull/1094
- fix i18n header bug by @xiaoziv in https://github.com/ccfos/nightingale/pull/1095
- feat: support i18n metric desc by @xiaoziv in https://github.com/ccfos/nightingale/pull/1097
- feat: add write_relabel action before n9e remote writing to multi tsdb by @resurgence72 in https://github.com/ccfos/nightingale/pull/1098
- feat: support ident disk usage metric by @xiaoziv in https://github.com/ccfos/nightingale/pull/1100
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)'''
New Contributors
Thank you for contributions
- @resurgence72 made their first contribution in https://github.com/ccfos/nightingale/pull/1098
Full Changelog: https://github.com/ccfos/nightingale/compare/v5.10.2...v5.10.3
1、 checksums.txt 194B
2、 n9e-v5.10.3-linux-amd64.tar.gz 14.61MB
3、 n9e-v5.10.3-linux-arm64.tar.gz 13.92MB