Go to file
710leo 4e5f7a56da fix: tagkv api get redundant values 2020-03-24 11:15:00 +08:00
doc init project 2020-03-11 18:25:20 +08:00
etc 更改获取ip的方式 2020-03-24 10:32:53 +08:00
plugin init project 2020-03-11 18:25:20 +08:00
pub web build 2020-03-19 11:32:08 +08:00
sql use varchar(255) not varchar(256) 2020-03-16 18:11:03 +08:00
src fix: tagkv api get redundant values 2020-03-24 11:15:00 +08:00
vendor init project 2020-03-11 18:25:20 +08:00
web fix: failed to load the bind node 2020-03-19 11:31:59 +08:00
.gitignore init project 2020-03-11 18:25:20 +08:00
LICENSE init project 2020-03-11 18:25:20 +08:00
README.md use aliyun mirror when build 2020-03-23 13:16:28 +08:00
README_ZH.md use aliyun mirror when build 2020-03-23 13:16:28 +08:00
control use aliyun mirror when build 2020-03-23 13:16:28 +08:00
go.mod init project 2020-03-11 18:25:20 +08:00
go.sum init project 2020-03-11 18:25:20 +08:00

README.md

Nightingale

中文简介

Nightingale is a fork of Open-Falcon, and all the core modules have been greatly optimized. It integrates the best practices of DiDi. You can think of it as the next generation of Open-Falcon, and use directly in production environment.

Documentation

Nightingale user manual: https://n9e.didiyun.com/

Compile

mkdir -p $GOPATH/src/github.com/didi
cd $GOPATH/src/github.com/didi
git clone https://github.com/didi/nightingale.git
cd nightingale
# export env[GOPROXY] if your network is not good
# export GOPROXY=https://mirrors.aliyun.com/goproxy/
./control build

Team

ulricqin 710leo jsers hujter n4mine heli567

License

Apache-2.0 license

Nightingale is available under the Apache-2.0 license. See the LICENSE file for more info.