Commit Graph

8 Commits

Author SHA1 Message Date
Hardy 8da176bea8
chore: code format (#72)
* chore: code format

* chore: remove fetch-depth

* chore: add format and lint

* chore: add pr_check

* fix: lint with config

* chore: this pr only unit test

* fix: code format error
2025-01-14 14:29:31 +08:00
silenceqi 8cbaebc5a6
feat: add some index metrics related to segment memory (#65)
* feat: add some index metrics related to segment memory

* chore: update release notes
2024-12-31 11:40:56 +08:00
silenceqi f11a565948
optimize metric query bucket size (#59)
* feat: the automatically calculated bucket size should be at least twice the metrics collection interval

* feat: return the hit count and the minimum bucket size when querying metrics

* chore: update release notes

---------

Co-authored-by: Hardy <luohoufu@163.com>
2024-12-26 16:50:57 +08:00
silenceqi 5a02966f2d
feat: add getting cluster collection stats api (#27)
* fix: empty index metrics in overview info api when collecting mode is agent

* feat: add getting cluster monitor state api

* chore: updating monitor state api

* chore: custom request timeout error with quering metrics
2024-12-13 14:30:45 +08:00
silenceqi 217008fd2f
Optimize overview (#23)
* chore: splitting overview info request

* fix: no index health metric with agent mode

* feat: add query param `timeout` for overview info api

* fix: index overview info format
2024-12-11 19:25:56 +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
Medcl f43e453c7f
chore: update license header (#14)
Co-authored-by: Hardy <luohoufu@163.com>
2024-12-02 23:24:44 +08:00
hardy a936a8fa7c
chore: change to framework main branch and reflactor the dependcy 2024-12-01 21:36:06 +08:00