Commit Graph

737 Commits

Author SHA1 Message Date
UlricQin d61f8dac2e Merge branch 'master' of https://github.com/didi/nightingale 2021-01-27 08:53:14 +08:00
UlricQin 6d1fecc408 modify README 2021-01-27 08:52:40 +08:00
UlricQin 366d44959e upgrade go mod 2021-01-26 20:45:50 +08:00
UlricQin d37c8f5387 add doc 2021-01-26 20:38:42 +08:00
UlricQin 06c5ca412a code refactor 2021-01-26 18:14:45 +08:00
yubo afa95f79cd
update changelog (#552) 2021-01-26 18:13:42 +08:00
yubo 8fe3457e0a
support anonymous struct field for monapi.plugins.template (#547)
* move get collectrule api from /api/mon to /v1/mon

* support anonymous struct field for monapi.plugins.template

* add tls with mysql, redis and mongodb

* add rdb.user.pwdExpiresAt
2021-01-25 20:43:15 +08:00
alick-liming 7bfd60be86
资源排行去掉内置租户 (#544)
Co-authored-by: alickliming <alickliming@didi.global.com>
2021-01-25 10:28:40 +08:00
UlricQin b7284ada94 use more conns for mysql 2021-01-25 10:19:50 +08:00
yubo 66e2dc73f9
remove prober RPC.port from config (#543)
* remove prober rpc.port from yml config

* remove prober.config.rpcPort && add prober.plugins.config.metrics checker
2021-01-24 14:09:08 +08:00
Ulric Qin d254e5670b rebuild table collect_rule 2021-01-23 17:02:37 +08:00
Ulric Qin 9c945b33fb is tag value is blank, use nil instead 2021-01-23 14:08:44 +08:00
yubo c53a66d20e
remove sql.mon.collect_rule.created (#542) 2021-01-23 13:28:45 +08:00
Ulric Qin 335b113327 release 3.5.1 2021-01-23 11:04:58 +08:00
Ulric Qin 122590265d ignore EOF error 2021-01-23 10:59:57 +08:00
lynxcat aab2f8b090
add a method to get the Endpoint (#540)
Co-authored-by: lynxcat <lynxcatdeng@gmail.com>
2021-01-23 08:50:36 +08:00
shaojie f0a4c130f6
后端日志格式更改 (#539) 2021-01-23 08:06:02 +08:00
yubo 029f0a09ba
bugfix: return err when unable to get monapi.collectRule (#537) 2021-01-22 17:39:02 +08:00
yubo 8fe3d2b0b3
bugfix: replace ref with instantiated variable for prober.rules.updatedAt (#536)
* add mon.plugins.redis descriptions

* bugfix: add region field for instances/heartbeat

* bugfix: replace ref with instantiated variable for prober.rules.updatedAt
2021-01-22 16:20:07 +08:00
UlricQin 25c31fcb2e +alarmEnabled true 2021-01-22 14:34:20 +08:00
UlricQin 2a74809294 add doc 2021-01-22 11:52:15 +08:00
UlricQin 09154e40aa 3.5.0 release 2021-01-22 11:45:05 +08:00
UlricQin 2e9b236406 3.5.0 release 2021-01-22 11:29:49 +08:00
Ulric Qin 1f88b72dba Merge branch 'master' of github.com:didi/nightingale 2021-01-21 20:49:39 +08:00
Ulric Qin 0c133afbaf wget tarball 2021-01-21 20:49:29 +08:00
710leo 2f87121e27 fix typo 2021-01-21 20:23:13 +08:00
710leo b72e2d3fe0 Merge branch 'master' of https://github.com/didi/nightingale 2021-01-21 20:18:48 +08:00
710leo 4119414079 add tree search by user 2021-01-21 20:18:16 +08:00
Ulric Qin 955fe6795d test modify screen tpl 2021-01-21 20:16:50 +08:00
市民233 fbbb59971c
feat: update go proxy module url (#532) 2021-01-21 20:03:38 +08:00
市民233 0a6df20b7d
fix aliyun repo golang mod 404 (#531)
aliyun repo golang mod 404, just connect directly

go module公共代理仓库资料404,就直连
2021-01-21 16:36:46 +08:00
yubo d640d86160
add mon.plugins.redis descriptions (#529)
* add mon.plugins.redis descriptions

* bugfix: add region field for instances/heartbeat
2021-01-21 16:35:31 +08:00
qinyening 6a70bed30f
modify proc info collect (#528) 2021-01-21 00:38:18 +08:00
yubo 91503cfd25
update template document for mysql,mongo and redis (#526)
* update mysql document

* update template document for mysql,mongo and redis

* use TelegrafPlugin interface

* add mon.plugins.github as an exmpale
2021-01-20 23:07:56 +08:00
710leo 56feba9b45 Merge branch 'master' of https://github.com/didi/nightingale 2021-01-19 19:25:02 +08:00
710leo 5eec7c317c bugfix: arbitrary file reading 2021-01-19 19:24:46 +08:00
UlricQin 04c650528f Merge branch 'master' of https://github.com/didi/nightingale 2021-01-19 18:42:18 +08:00
UlricQin e8ba0fb0bb fix ssrf 2021-01-19 18:41:51 +08:00
710leo 22cb24da09 add license 2021-01-18 23:39:23 +08:00
yubo 8204641656
add logger with monapi.plugins as telegraf.Logger interface (#522) 2021-01-18 19:25:47 +08:00
710leo c5ba127b9e Merge branch 'master' of https://github.com/didi/nightingale 2021-01-18 13:27:02 +08:00
710leo d2be562619 add alert & screen template 2021-01-18 13:26:37 +08:00
UlricQin a4c8638448 code refactor 2021-01-15 19:59:26 +08:00
alick-liming 51cf58fcdf
ams agent直接挂载到节点 (#518)
* ams agent直接挂载到节点

* 代码调整

Co-authored-by: alickliming <alickliming@didi.global.com>
2021-01-15 19:54:25 +08:00
qinyening b00b7817f2
Support screen and alert template (#517) 2021-01-15 15:58:21 +08:00
燕小乙 6b1e432f6d
m3db writetagged应该并发做,不然会导致transfer rpc变慢 (#514)
* m3db writetagged应该并发做,不然会导致transfer rpc变慢

* go func指针传参问题
2021-01-15 09:16:06 +08:00
UlricQin f590194fba bugfix: same stra in nid 2021-01-14 10:06:49 +08:00
710leo 72ec59bdac Support unassigned tenant search 2021-01-13 14:04:56 +08:00
UlricQin a07df519ab add 3.4.1 doc 2021-01-13 12:45:26 +08:00
UlricQin 7bf3049f4a upgrade 3.4.1 bugfix log_collect 2021-01-13 12:39:02 +08:00