Go to file
dongdong 018d19857d
Fix stddev function (#224)
* Correct stddev function usage

* Simplify code

* Fix CI error
2020-06-20 13:56:52 +08:00
.github refactor: change some log print 2020-04-27 23:36:35 +08:00
doc init project 2020-03-11 18:25:20 +08:00
docker/nginx Offer a better docker example (#75) 2020-04-10 10:52:13 +08:00
etc delete no use config 2020-06-11 20:28:58 +08:00
plugin flush stdout 2020-05-12 13:39:33 +08:00
pub web build 2020-06-18 16:04:49 +08:00
sql Plugin collect support stdin and env 2020-05-27 21:05:38 +08:00
src Fix stddev function (#224) 2020-06-20 13:56:52 +08:00
vendor add vendor 2020-05-19 10:19:37 +08:00
web fix: clear useless data when subscribing 2020-06-18 16:04:03 +08:00
.dockerignore add docker support 2020-03-23 00:05:53 +08:00
.gitattributes add tsx 2020-04-07 20:30:22 +08:00
.gitignore service regular fix (#110) 2020-04-23 10:52:50 +08:00
Dockerfile Offer a better docker example (#75) 2020-04-10 10:52:13 +08:00
LICENSE init project 2020-03-11 18:25:20 +08:00
README.md Refactor: remove tsdb xxhash key 2020-06-01 20:48:55 +08:00
README_ZH.md Change readme 2020-05-12 22:39:27 +08:00
control upgrade 2.7.0 2020-06-13 18:06:57 +08:00
docker-compose.yml Offer a better docker example (#75) 2020-04-10 10:52:13 +08:00
go.mod change go.mod 2020-06-15 15:57:10 +08:00
go.sum 添加endpoint屏蔽,并且修改页面对应必填项,去除mcache不必要的锁 2020-06-07 09:36:58 +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
./control build

Quickstart with Docker

We has offered a Docker demo for the users who want to give it a try. Before you get started, make sure you have installed Docker & docker-compose and there are some details you should know.

  • We highly recommend users prepare a new VM environment to use it.
  • All the core components will be installed on your OS according to the docker-compose.yaml.
  • Nightingale will use the following ports, 80, 5800, 5810, 5811, 5820, 5821, 5830, 5831, 5840, 5841, 6379, 2058, 3306.

Okay. Run it! Once the docker finish its jobs, visits http://your-env-ip in your broswer. Default username and password is root:root.

$ docker-compose up -d

dashboard

Upgrading

  • If upgrade version<1.4.0 to v1.4.0, follow the operating instructions in v1.4.0 release
  • If upgrade from version>1.4.0 & version<2.3.0 to v2.3.0, need import this sql

Team

ulricqin 710leo jsers hujter n4mine heli567

Community

Nightingale is developed in open. Here we set up an organization, github.com/n9e, which is used to communicate and contribute. We sincerely hope more developers can use their creativity to make lots of related projects for the Nightingale ecosystem.

License

Apache-2.0 license

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