v6.2.0
What's Changed
- feat: support loki datasource by @tripitakav in #1700
- feat: support tdengine datasource by @710leo in #1722
- feat: add host ip for target by @shardingHe in #1711
- feat: add config api by @710leo in #1716
- feat: merge i18n configuration by @shardingHe in #1701
- fix: set target_ident when cache is not sync by @qifenggang in #1708
- fix: edge sync user_group by @tianyanli in #1718
- fix: pkg/secu dropped error by @alrs in #1698
- refactor: oauth2 add debug log by @shardingHe in #1706
- refactor: remove invalid code by @chixianliangGithub in #1689
- docs: optimize victoriametrics dashboard by @idcdog in #1702
- docs: optimize alert rule template about https certificate by @yuweizzz in #1704
Install
See Install Docs
Upgrade
See Upgrade Docs
Upgrade to Professional Version
- Upgrade Nightingale to v6.0.0 or higher
- 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
- Terminate the n9e process and start n9e-plus
pkill n9e && nohup ./n9e-plus &> n9e.log &- 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
New Contributors
Full Changelog: v6.1.0...v6.2.0