What's Changed

  • feat: Add URL custom display format to the Elasticsearch index pattern and table mode to the single log detail display interface.
  • feat: Dashboard table graph supports drill-down links.
  • feat: Upgrading from version v6.0.0-ga, support for automatic table structure updates, no manual updates required.
  • refactor: Data source management now supports entering names in Chinese.
  • refactor: Real-time querying for time-series metrics now supports multiple panels again.
  • refactor: Refresh the business group after deleting the only team with permissions within it to prevent loss of access due to team deletion.
  • refactor: When switching notification templates in the management interface, check if data has been modified but not saved.
  • fix: Resolved issues with built-in rules and dashboards where clicking to view details then returning to the list resulted in missing data explanations.
  • fix: Fixed an issue where importing built-in dashboards caused panels collapsed within a group to lack data source information.
  • fix: Fixed an issue on the login page where not requesting the data source list and having anonymous queries disabled caused repetitive redirections.
  • fix: n9e-edge process checks configuration file parameters for correctness at startup.
  • fix: Importing Grafana dashboards:
    • Compatible with invalid data source values within panels.
    • Compatible with interval type variables.
    • Compatible with an alternative definition field for query type variables.

Install

See Install Docs

Upgrade

See Upgrade Docs

Upgrade to Professional Version

  1. Upgrade Nightingale to v6.0.0 or higher
  2. Download the professional edition installation package n9e-plus-v6-linux-amd64.tar.gz. Extract the installation package and place n9e-plus in the directory where the n9e binary resides
  3. Terminate the n9e process and start n9e-plus
pkill n9e && nohup ./n9e-plus &> n9e.log &
  1. If you want to switch back from the professional version to the open-source version, simply terminate the n9e-plus process and start n9e
pkill n9e-plus && nohup ./n9e &> n9e.log &

For a detailed introduction to the professional version, see nightingale pro

Full Changelog: https://github.com/ccfos/nightingale/compare/v6.0.3...v6.1.0

项目简介

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 %