Ulric Qin
796a7014a1
use goroutine to forward data
2022-07-08 09:48:08 +08:00
Yening Qin
315e0ef903
fix: get clusters by api ( #1030 )
2022-07-07 12:29:35 +08:00
Ulric Qin
98d5dfff8e
add namespace and subsystem prefix for metrics
2022-07-07 12:23:06 +08:00
Ulric Qin
6b4705608b
add forward stat
2022-07-07 12:13:45 +08:00
Ulric Qin
5907817cba
n9e-server: add http request stat
2022-07-07 10:52:04 +08:00
Ulric Qin
aa97ac54d1
register GaugeSampleQueueSize
2022-07-07 10:17:15 +08:00
Ulric Qin
8fe548aba9
rename mapkey alertname to rulename
2022-07-07 10:06:34 +08:00
Tripitakav
18a9288b75
fix mute bug ( #1025 )
...
Co-authored-by: tripitakav <chengzhi.shang@longbridge.sg>
2022-07-07 10:05:39 +08:00
ulricqin
fe82886f09
report sample queue size ( #1027 )
...
* report sample queue size
* report sample channel size
2022-07-07 10:00:08 +08:00
ning
56b61909a3
fix: event service api
2022-07-07 09:44:26 +08:00
ulricqin
2ef541cdd7
refactor recording rule and and field disabled ( #1022 )
2022-07-06 17:21:14 +08:00
Tripitakav
1304a4630b
Add recording rule ( #1015 )
...
* add prometheus recording rules
* fix recording rule sql
* add record rule note
* fix copy error
* add some regx
Co-authored-by: 尚承志 <chengzhi.shang@longbridge.sg>
2022-07-06 15:58:08 +08:00
xtan
a9288e376d
feat: persist notify cur number ( #1013 )
...
Co-authored-by: tanxiao <tanxiao@asiainfo.com>
2022-07-05 16:42:20 +08:00
Ulric Qin
2a2a96d9fc
add contains funcmap
2022-07-04 20:03:11 +08:00
Henry Chia
90dacd0085
fix typo ( #1004 )
...
* 修改拼写错误
修改拼写错误
exsits -> exists
* Update router_login.go
2022-06-29 19:08:58 +08:00
ning
540ef68dc8
fix: alert mute add by service
2022-06-29 11:11:12 +08:00
zheng
54cc981956
fix ForDuration ( #999 )
2022-06-28 16:13:23 +08:00
chenxuan
f9af916352
fix alert put api not verify bug ( #987 )
2022-06-20 11:50:14 +08:00
xtan
90db12b513
Fix:fix target_up nodata judge for prometheus scrape ( #986 )
2022-06-17 22:44:25 +08:00
Ulric Qin
7d326ef306
use metrics as hash key
2022-06-17 09:56:10 +08:00
Ulric Qin
d0b005fb14
code refactor: set createBy when update metric_view
2022-06-16 13:17:58 +08:00
Ulric Qin
63adcc2cd9
bugfix for alert-aggr-views
2022-06-15 14:01:01 +08:00
Ulric Qin
94e1359895
fix handler: NotifyMaxNumber
2022-06-10 17:49:48 +08:00
Ulric Qin
1bcc5b77ec
remote write and read: support header
2022-06-10 17:37:33 +08:00
Ulric Qin
ae622e0c08
fix
2022-06-10 16:36:47 +08:00
Ulric Qin
c951f7d822
support max notify number
2022-06-10 16:26:53 +08:00
Ulric Qin
6a366acc74
modify log level
2022-06-10 15:39:45 +08:00
Ulric Qin
a5f7d5e9cf
modify log level
2022-06-10 15:15:13 +08:00
Ulric Qin
ea2249c30c
forward samples in sequence
2022-06-10 14:20:18 +08:00
Ulric Qin
a8c60c9f2b
alert_aggr_view support modify by admin
2022-06-10 13:55:26 +08:00
xtan
0581e02cf3
Feat:add common template functions ( #976 )
...
* Feat:增加常用模板函数
* Feat:修改增加模板函数的实现方式
Co-authored-by: tanxiao <tanxiao@asiainfo.com>
2022-06-08 20:40:45 +08:00
Ulric Qin
e5c1641b6b
code refactor: move struct ReaderOptions to config
2022-06-07 18:00:11 +08:00
Ulric Qin
3899144f8f
add header for writer post
2022-06-07 17:56:23 +08:00
ning
0e5aea40e8
Merge branch 'main' of github.com:ccfos/nightingale
2022-06-02 11:07:40 +08:00
ning
1dbfcd3dc8
refactor: service api
2022-06-02 11:07:31 +08:00
Ulric Qin
495632a064
fix alert rule delete by service
2022-06-01 12:58:09 +08:00
Ulric Qin
ab5e8c366e
code refactor
2022-05-31 14:44:57 +08:00
Ulric Qin
ce35e23a0f
modify alert rule verify
2022-05-31 13:08:09 +08:00
Ulric Qin
c3adcc877a
use standalone mode when RedisType is blank
2022-05-30 08:39:35 +08:00
xtan
7f92e921b4
Feat:增加对redis集群模式、哨兵模式的支持 ( #965 )
...
* 修复go plugin相关错误
* Feat:增加对redis集群模式、哨兵模式的支持
Co-authored-by: tanxiao <tanxiao@asiainfo.com>
2022-05-30 08:36:17 +08:00
caojiaqiang
e22a4394f7
feat: 告警处理出错给Maintainer管理员发送告警信息 ( #955 )
...
* feat: 告警处理出错给管理员发送告警信息
* feat: 告警处理出错给管理员发送告警信息,发送信息自己拼接,不使用模版
* feat: 告警处理出错给管理员发送告警信息,不实用AlertCurEvent结构
* feat: 告警处理出错给管理员发送告警信息,日志打印、文本发送优化
2022-05-27 19:00:41 +08:00
Yening Qin
c040dffb5f
feat: add some service api
...
* feat: add some service api
2022-05-25 15:14:52 +08:00
Ulric Qin
c2f2a7d5e2
use post method to get datasources
2022-05-23 13:31:05 +08:00
Ulric Qin
fd29d18312
delete no use code
2022-05-23 13:29:08 +08:00
Ulric Qin
2f724075b2
loop load clusters from api
2022-05-23 13:13:35 +08:00
Ulric Qin
06224e4b20
refactor
2022-05-22 17:03:57 +08:00
Ulric Qin
f81888cd8a
get prometheus info from api. code skelton
2022-05-22 16:56:58 +08:00
Ulric Qin
6a7b543ad6
add mutex for prom transport
2022-05-22 12:45:25 +08:00
ulricqin
ecc51001c3
New Dashboard and support variables in alert_rule_note ( #953 )
...
* change alert rule
* Db connect update (#939 )
* update target's cluster field when clustername modified in server.conf
* code refactor
* db connect update
* delete DriverName
Co-authored-by: Ulric Qin <ulric.qin@gmail.com>
Co-authored-by: zhangjiandong <zhang.jiandong@baiso.com>
* update sql struct
* change sql
* add some files for new dashboard
* add new board apis
* fix query data
* add dashboard migrate api
* rule note support template
* add value as data for template
* parse rule note before persist
* use prometheus var names
* fixbug rule note template
* refactor sql
* add logo
* refactor: add some log
* mv package poster to pkg
* add version
* compute user total in usage reporter
* feat: add some service api
Co-authored-by: 710leo <710leo@gmail.com>
Co-authored-by: countingwww <871138993@qq.com>
Co-authored-by: zhangjiandong <zhang.jiandong@baiso.com>
2022-05-20 23:48:49 +08:00
Ulric Qin
2bea8b7c84
add usage report
2022-05-17 19:24:06 +08:00