Skip to content

v6.7.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 09:37

What's Changed

  • feat: Support for viewing richer machine meta information (categraf needs to be upgraded to version v0.3.42)
  • feat: Support for setting heartbeats updated with ident information extracted from specified time-series metrics
  • feat: Enhanced self-protection capability, support for discarding monitoring data based on specified labels
  • feat: Alarm notifications, support for more template functions
  • feat: Dashboard table graph aggregation dimension mode supports sorting based on query conditions
  • feat: Alarm rule Prometheus source adds query preview feature
  • perf: PromQL input box supports autocomplete hints for dashboard variables, adapted to global variable syntax like $_interval
  • perf: Dashboard variable values updated, recalculating repeat panels no longer requires refreshing the page
  • perf: Local cache for dashboard theme state
  • perf: Elasticsearch real-time query date field default value optimization, defaults to the first field of date type
  • perf: Added sorting function to the name and update time columns of alarm rules and recording rules
  • refactor: Menu adjustment, moving metrics and logs queries under the dashboard
  • refactor: Alarm rule additional information key changed from Chinese to English
  • refactor: Dashboard Elasticsearch source's variable definition generated DSL no longer adds .keyword to field
  • fix: Fixed the issue of no data query when switching from all nodes to a specific node in the machine list
  • fix: Fixed the issue of the page crashing after entering illegal characters in the dashboard variable regex filter input box
  • fix: After renaming the business group, the business group in alarm events was not updated in time

Install

See Install Docs

Upgrade

See Upgrade Docs

升级到专业版

  1. 将夜莺升级到 v6 正式版本
  2. 下载 专业版 安装包,解压安装包,将 n9e-plus 放到 n9e 二进制所在目录
  3. 停掉 n9e 进程,启动 n9e-plus 即可
pkill n9e && nohup ./n9e-plus &> n9e.log &
  1. 如果想从专业版切回开源版,直接停掉 n9e-plus 进程,启动 n9e 即可
pkill n9e-plus && nohup ./n9e &> n9e.log &

专业版详细介绍见 夜莺专业版

New Contributors

  • @halalala222 made their first contribution in #1802

Full Changelog: v6.6.1...v6.7.0