710leo
|
fbb11de178
|
Fix parse port collect file
|
2020-05-13 16:09:44 +08:00 |
710leo
|
71f9aa0618
|
Merge branch 'master' of github.com:didi/nightingale
|
2020-05-12 20:07:24 +08:00 |
710leo
|
a6de4d35a9
|
Support operating plugin collection by web
|
2020-05-12 20:07:11 +08:00 |
UlricQin
|
180ee94c55
|
code refactor
|
2020-05-12 12:17:06 +08:00 |
UlricQin
|
857b905934
|
add debug log
|
2020-05-12 11:40:30 +08:00 |
陈键冬
|
9264aa6293
|
Version management (#141)
* Provide a better version management approach
* Fix typo
|
2020-05-11 20:23:53 +08:00 |
Ulric Qin
|
6e10ab4b55
|
mount ignore refactor
|
2020-05-10 19:18:46 +08:00 |
Ulric Qin
|
04e6f36cac
|
ignore invalid metric
|
2020-05-10 17:53:36 +08:00 |
Ulric Qin
|
6907ffa56c
|
enhance endpoint query
|
2020-05-09 23:44:55 +08:00 |
chenjiandongx
|
275ecdeacc
|
Chore
|
2020-05-09 21:56:32 +08:00 |
chenjiandongx
|
db0ab16315
|
Remove unnessary zero length
|
2020-05-09 21:51:23 +08:00 |
chenjiandongx
|
c1f38e5ca4
|
Make variable name more meaningful
|
2020-05-09 21:44:18 +08:00 |
710leo
|
7d774562c7
|
Add delete index by endpoint api
|
2020-05-07 22:16:35 +08:00 |
陈键冬
|
a45ca89ecb
|
No 'this' anymore (#135)
|
2020-05-07 21:42:39 +08:00 |
Ulric Qin
|
f609a84c18
|
display children node events
|
2020-05-06 22:09:32 +08:00 |
710leo
|
afb80933d0
|
fix: counter type check
|
2020-04-30 17:51:45 +08:00 |
710leo
|
9c129acdb4
|
refactor: standardized code
|
2020-04-28 22:42:15 +08:00 |
710leo
|
7f1a947226
|
refactor: add timestamp check
|
2020-04-28 19:26:07 +08:00 |
710leo
|
f648a6c8c2
|
refactor: change some log print
|
2020-04-27 23:36:35 +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
|
d9b89f24b5
|
refactor: sort event tags & change extra
|
2020-04-23 18:30:56 +08:00 |
710leo
|
12d4024710
|
fix: clude api get redundant tags
|
2020-04-23 10:35:23 +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 |
陈键冬
|
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 |
陈键冬
|
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 |
710leo
|
56f8241ea5
|
fix index slice append
|
2020-04-14 16:02:08 +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 |
陈键冬
|
eedab9d8c2
|
Optimize dataobj module (#79)
|
2020-04-11 18:41:50 +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 |
Ulric Qin
|
d4b24ed573
|
fix rpc conn close
|
2020-04-09 00:31:48 +08:00 |
Ulric Qin
|
761c0fae25
|
code refactor
|
2020-04-09 00:21:28 +08:00 |
Ulric Qin
|
8f40b87bec
|
collector call transfer rpc use long connection
|
2020-04-09 00:14:22 +08:00 |
UlricQin
|
bddef26a22
|
Merge branch 'master' of github.com:didi/nightingale
|
2020-04-08 10:39:31 +08:00 |