v6.7.2
What's Changed
- docs: add oracle alert rule template by @shardingHe in #1806
- refactor: optimize oidc get user info by @710leo in #1811
- fix: according to the IdentMetrics configuration, extract ident heartbeat information from time-series data.
Install
See Install Docs
Upgrade
See Upgrade Docs
升级到专业版
- 将夜莺升级到 v6 正式版本
- 下载 专业版 安装包,解压安装包,将 n9e-plus 放到 n9e 二进制所在目录
- 停掉 n9e 进程,启动 n9e-plus 即可
pkill n9e && nohup ./n9e-plus &> n9e.log &- 如果想从专业版切回开源版,直接停掉 n9e-plus 进程,启动 n9e 即可
pkill n9e-plus && nohup ./n9e &> n9e.log &专业版详细介绍见 夜莺专业版
Full Changelog: v6.6.1...v6.7.2