Commit Graph

1401 Commits

Author SHA1 Message Date
jsers a30e6d6be7 fix: type and query filter does not work (#104) 2020-04-27 13:56:47 +08:00
jsers 8b0e2b8042 modify 'extra' placement (#106) 2020-04-27 13:56:47 +08:00
jsers d6f8c48b70 fix: dynamic value does not work (#122) 2020-04-27 13:56:47 +08:00
Ulric Qin 10cf6d94df bugfix: do not update alias if alias is blank whenendpoint import 2020-04-25 17:32:09 +08:00
710leo b32775eb85 Change pr template 2020-04-25 12:47:06 +08:00
710leo c5e9c28848 Change issue template 2020-04-25 11:50:30 +08:00
710leo d9b89f24b5 refactor: sort event tags & change extra 2020-04-23 18:30:56 +08:00
陈键冬 322eb97a45
Add issue template (#112)
* Add issue template
2020-04-23 14:24:25 +08:00
yimeng 894723f7e6
service regular fix (#110)
* fix regular dot

* add yarn.lock to .gitignore
2020-04-23 10:52:50 +08:00
710leo c3870840e8 Merge branch 'master' of github.com:didi/nightingale 2020-04-23 10:43:49 +08:00
710leo 12d4024710 fix: clude api get redundant tags 2020-04-23 10:35:23 +08:00
qinxiaohui 4bbb39913c Merge branch 'master' of github.com:didi/nightingale 2020-04-22 17:44:32 +08:00
qinxiaohui 12ebdd184a give port 22 as example 2020-04-22 17:44:22 +08:00
710leo 9cb07f1252 fix: nodata strategy does not work when index or tsdb down 2020-04-22 14:54:59 +08:00
710leo 2c285e63c1 optimize nodata 2020-04-21 22:41:43 +08:00
710leo 256dceb624 fix: recovery duration 2020-04-20 22:46:05 +08:00
710leo 45fe14b439 get plugin collect from monapi 2020-04-20 19:07:38 +08:00
陈键冬 0d496f71ca
Add PR template (#100) 2020-04-19 21:06:41 +08:00
陈键冬 747c18a076
Fix logger format bug (#99) 2020-04-19 21:05:33 +08:00
penggy 8790094b15
change collector readme, fix url path (#98)
* change collector readme, fix url path

* add error return

* fix word mistake

* optimization code
2020-04-19 00:11:16 +08:00
陈键冬 e32b8e44d1
Reuse the pool module (#97)
* Reuse the pool module

* Remove useless init function

* Rename variable
2020-04-18 14:19:32 +08:00
陈键冬 c0675e9a2a
Clean up gomod and vendor (#96) 2020-04-18 08:25:21 +08:00
陈键冬 c14a7a170a
Try to fix broken tests (#89)
* Try to fix broken tests

* Remove uesless function
2020-04-17 18:52:32 +08:00
陈键冬 2d8ffb43e6
Standardized transfer code (#94)
* Standardized transfer code
2020-04-17 16:55:48 +08:00
710leo b50b85f367 Merge branch 'master' of github.com:didi/nightingale 2020-04-16 15:38:51 +08:00
710leo 0b2d4d6d19 fix: concurrent map 2020-04-16 15:35:33 +08:00
sven a3d956f780
nodata不显示judgeItem tags (#90)
Co-authored-by: litianshun <litianshun@meicai.cn>
2020-04-15 21:03:20 +08:00
jsers 438ec4a0f3 web build 2020-04-15 10:58:20 +08:00
jsers 01c47fd48f fix: remove all falsey values 2020-04-15 10:57:30 +08:00
jsers b1a0580603 web build 2020-04-14 17:00:46 +08:00
jsers 47500b0a43 fix: get extra value 2020-04-14 17:00:46 +08:00
710leo 56f8241ea5 fix index slice append 2020-04-14 16:02:08 +08:00
jsers c59cb74f12 web build 2020-04-14 14:30:33 +08:00
jsers 4845a8e87b fix: Complete translation 2020-04-14 14:29:42 +08:00
jsers 0769b02549 feat: Charts support time comparisons 2020-04-14 14:21:31 +08:00
jsers 500afafdf3 Add extra field 2020-04-14 13:12:57 +08:00
jsers 60fcbcb3eb fix: Fixed serie color 2020-04-14 13:07:13 +08:00
710leo dfebb86a76 init rpc clients before collect 2020-04-13 21:27:17 +08:00
710leo daa8ba4f48 Merge branch 'master' of github.com:didi/nightingale 2020-04-13 19:29:07 +08:00
710leo 4b7262f18d delete strategy which does not found nid 2020-04-13 19:27:24 +08:00
Feng_Qi 12cadb218d
fix port check and push debug log (#86)
* fix port check and push debug log

1:如果服务没有监听在 0.0.0.0 上,而是监听在特定地址上的话,在 127.0.0.1 上无法检测到端口。修改为如果 127.0.0.1 检测不到话,在 identity 的地址上再检测一次。
2. http push 部分缺乏 debug 日志,把 debug log 改到 push 里面以补全。

* Update cron.go
2020-04-13 19:10:04 +08:00
710leo 99ca7fb862 feat: event support extra field 2020-04-13 17:48:24 +08:00
陈键冬 0604c690d4
standardizing code (#81)
* Review index module

* Update debug info

* Update according to the reivew feedback

* Remove newline

* Micro update

* Micro fix

* Fix grammer error
2020-04-13 13:09:42 +08:00
710leo 69702e5fd6 log support more time format 2020-04-12 15:50:21 +08:00
陈键冬 6e17b9a2f1
Details fixed about model (#80)
* Details fixed

* Fix typo

* Clean code
2020-04-12 10:04:37 +08:00
陈键冬 d082b2a2e0
Docs update (#78) 2020-04-11 18:43:42 +08:00
陈键冬 eedab9d8c2
Optimize dataobj module (#79) 2020-04-11 18:41:50 +08:00
陈键冬 08f4f1788f
Update readme (#77) 2020-04-10 21:38:30 +08:00
UlricQin 80a8c6900a fix conn shutdown when transfer restart 2020-04-10 16:53:12 +08:00
UlricQin 0951f1f1af Merge branch 'master' of github.com:didi/nightingale 2020-04-10 15:48:54 +08:00