Commit Graph

1379 Commits

Author SHA1 Message Date
silenceqi 852420281d
feat: splitting host metrics query (#14) 2024-12-07 17:10:35 +08:00
yaojp123 b2401bb31f
fix: reference and website links (#12)
* fix: remove `www` of official website

* chore: update docs' url

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-07 15:14:50 +08:00
yaojp123 8b176ab8ed
fix: add loading to monitor statistic (#11)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-07 14:04:42 +08:00
silenceqi e5dbe3123a
chore: adjust bucket size of overview metric (#9) 2024-12-06 16:30:23 +08:00
yaojp123 eedcda0fec
fix: optimize monitor data fetching for large time ranges in overview detail (#10)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-06 16:27:38 +08:00
yaojp123 7dd3808942
fix: optimize UI without clusters (#8)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-06 15:28:55 +08:00
silenceqi 46a5976bf3
feat: splitting metric query, adding query param key for query metric api to support single metric query (#7)
* feat: support query es cluster metrics with special key
* feat: adding context param to control metric request timeout
* feat: splitting metric query, adding query param `key` for query metric  api to support single metric query
* chore: clean unused code
* fix: wrong metric key
2024-12-06 14:02:16 +08:00
Hardy 004f4bdc15
fix: cmc pattern add Merge (#6) 2024-12-06 13:58:48 +08:00
yaojp123 d6a8e2ff6b
fix: optimize monitor data fetching for large time ranges (#5)
* fix: adjust cluster monitor (fetch data independently, lazy load, copy request)

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-06 12:35:13 +08:00
Hardy 4823339a01
feat: add timeout setting for datepicker (#4) 2024-12-05 18:12:51 +08:00
Medcl d002f94519
chore: update README (#3) 2024-12-05 14:54:36 +08:00
Hardy 6f495c149a
chore: update README.md with typo (#1)
* chore: update README.md with typo

* chore: update README.md with git clone code
2024-12-05 11:32:42 +08:00
Hardy b134d229e5
Chore: basic CI setup (#2)
* chore: add osv for repo

* chore: update cmc pattern

* chore: add pr template

* fix: fix cmc pattern
2024-12-05 11:32:04 +08:00
luohoufu a60875a5f7
fix: remove agent dependcy 2024-12-04 16:52:59 +08:00
luohoufu c000f006cb
fix: use cnpm for Running & Build 2024-12-04 15:55:24 +08:00
luohoufu b859156238
chore: update README.md with Quickstark 2024-12-04 15:53:38 +08:00
Medcl f43e453c7f
chore: update license header (#14)
Co-authored-by: Hardy <luohoufu@163.com>
2024-12-02 23:24:44 +08:00
luohoufu ed3a04a2bc
chore: remove dict & reindex model 2024-12-02 23:13:26 +08:00
luohoufu 1b30d285cd
chore: change license tab title 2024-12-02 22:21:46 +08:00
luohoufu a6588310aa
chore: add LICENSE 2024-12-02 22:13:39 +08:00
luohoufu dba375b29a
chore: update license to agpl 2024-12-02 17:18:51 +08:00
luohoufu 9dc4615235
chore: ignore the dist folder 2024-12-02 14:33:02 +08:00
luohoufu bb13650913
chore: add web/src/common 2024-12-02 14:30:54 +08:00
luohoufu cc72e736f7
fix: update .gitignore for web/src/common 2024-12-02 14:30:00 +08:00
hardy 67f7fca34b
chore: remove unuse folder 2024-12-02 14:23:27 +08:00
hardy 5164ddb7af
chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
hardy ec253f9e3d
chore: add web and common ui 2024-12-02 14:21:21 +08:00
hardy 8be27cd8e3
chore: update readme.md 2024-12-02 12:18:16 +08:00
liugq 655725f6ad chore: remove unused configs code 2024-12-02 12:14:36 +08:00
liugq f87f3c6599 fix: schema not registered 2024-12-02 11:20:45 +08:00
liugq 928d69fcaa fix: error of user not found 2024-12-02 11:01:56 +08:00
hardy a936a8fa7c
chore: change to framework main branch and reflactor the dependcy 2024-12-01 21:36:06 +08:00
hardy ae3b792f7f
fix: build error with basicAuth.Password 2024-11-29 23:08:48 +08:00
medcl 80bb9b61a7 chore: update import reflect to refactoring 2024-11-19 09:47:51 +08:00
hardy ce437408d3
chore: use default vendor 2024-11-14 11:16:32 +08:00
medcl d8918c5174 refactor: refactoring event save 2024-11-10 16:05:10 +08:00
medcl 8cbd35ed0a chore: safety update queue lables 2024-11-10 16:04:22 +08:00
hardy b5cc208dec
chore: change eol date 2024-11-10 11:52:51 +08:00
liugq e7389af822 chore: fix saving event usage 2024-07-15 09:44:40 +08:00
liugq 4a0a71e38b fix: error of extracting diff result docs id 2024-06-25 17:53:17 +08:00
hardy e6a7f29e10
fix: source_reuse only for metrics* & logs* index 2024-05-27 10:31:15 +08:00
liugq ca546bd503 fix: wrong alerting time range 2024-05-21 16:09:07 +08:00
hardy 709536cd5d
fix: tpl easysearch zstd 2024-05-12 12:39:00 +08:00
hardy 659a30c1a1 fix: alert rule import patch for v1.6.0 (#346)
修复[344](https://git.infini.ltd/infini/console/issues/344)

Reviewed-on: https://git.infini.ltd/infini/console/pulls/346
Co-authored-by: hardy <luohf@infinilabs.com>
Co-committed-by: hardy <luohf@infinilabs.com>
2024-05-08 08:58:56 +08:00
root 10c317f07c feat: add audit logs 2024-04-12 06:31:13 +00:00
liugq 50c3539cb0 fix: refresh after created and deleted migration task 2024-03-26 18:43:29 +08:00
liugq f36e088f4e fix: filter activities in collection search api 2024-03-26 15:41:03 +08:00
liugq 2cf7d71971 fix: filter cluster permission in collection search api 2024-03-26 14:07:05 +08:00
liugq 63cd503c38 feat: make certain system indices accessible in visualization data api 2024-03-26 12:20:44 +08:00
medcl 585a6fbe6b feat: add lowercase filter to default analyzer 2024-03-26 00:06:49 +08:00