Commit Graph

13 Commits

Author SHA1 Message Date
yaojp123 d828fe8781
chore: adjust TopN (#96)
* chore: optimize the chart when only the color metric is selected in TopN

* chore: add metric_config to form of View's field

* feat: add `Complex Field` to `View`

* chore: adjust topn's metrics

* fix: fix the issue of switching metrics in TopN

* chore: add columns(function, format) to `Complex fields`

* chore: verify if the complex field is builtin

* fix: set func to max by default in create complex field

* chore: change text of button for fetching data to `Apply` in TopN

* chore: check if metric support some statistics if rollup is enabled

* fix: add `time_field`` to params of fetching data if statistic is `latency``

* chore: check if field support some statistics if rollup is enabled

* chore: remove layout in view

* fix: format does not work in TopN

* fix: adjust filters of fetching data in TopN

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2025-01-23 20:03:02 +08:00
yaojp123 59908761b1
chore: set timeout to 10s by default in DatePicker's time settings (#63)
* chore: set timeout to 10s by default in DatePicker's time settings

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
Co-authored-by: Hardy <luohoufu@163.com>
2024-12-31 09:26:04 +08:00
yaojp123 59e88f7b03
chore: check if the cluster version supports metric `transport_outbound_comnections` in monitor (#60)
* chore: check if the cluster version supports metric `transport_outbound_comnections`

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-26 19:37:58 +08:00
yaojp123 b8b24f8fab
fix: add suggestion to chart in monitor if is no data because the time interval is less than the collection interval (#58)
* fix: add suggestion to chart in monitor if is no data because the time interval is less than the collection interval

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-26 12:52:38 +08:00
yaojp123 cfdc1870a9
Fix: some issue (#29)
* chore: change loading ui of DropdownList

* fix: remove index health in shard monitor overview

* chore: add error handling to monitor chart

* fix: lose table data in Overview

* chore: optimize ui of collect status

* fix: remove team in audit

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-13 19:15:06 +08:00
yaojp123 020c8aae47
feat: add `Collection mode` to `Monitor` (#26)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-13 14:29:01 +08:00
yaojp123 9812249268
fix: optimize host's monitor (#13)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-07 17:11:30 +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
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
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
hardy 5164ddb7af
chore: update .gitignore for web 2024-12-02 14:22:32 +08:00