Commit Graph

77 Commits

Author SHA1 Message Date
Fine0830
7f6e4d09c0
Fix the Table widget (#389) 2024-04-16 15:00:18 +08:00
Fine0830
03f321b62a
refactor: remove the General metric mode and related logical code (#384) 2024-04-11 17:50:43 +08:00
Fine0830
460b24f42c
feat: support the SINGLE_VALUE for table widgets (#383) 2024-04-10 23:35:15 +08:00
Fine0830
fd2c7ca716
feat: enhance metric labels (#382) 2024-04-10 16:40:14 +08:00
Fine0830
e25bf9ee8b
fix: end loading without query results (#373) 2024-02-26 19:57:02 +08:00
Fine0830
860af150f7
fix: enhance VNode logic and support multiple Trace IDs in span's ref (#369) 2024-01-29 23:09:00 +08:00
Fine0830
306508856b
feat: implement the Service and Instance hierarchy topology. (#360) 2024-01-13 11:05:32 +08:00
Fine0830
001fa25a3b
feat: support Tabs in the widget visiable when MQE expressions (#353) 2023-12-20 17:58:00 +08:00
Fine0830
c1c086d999
fix: change metrics config, fix tab routes (#345) 2023-11-25 21:15:43 -08:00
Fine0830
a4271bb479
feat: enhance the Dark Theme (#336) 2023-11-15 19:53:23 +08:00
Fine0830
832dc1676b
feat: implement the Dark Theme (#334) 2023-11-14 20:37:15 +08:00
Fine0830
60a4232759
feat: implement MQE on topology widget (#312) 2023-08-22 23:34:16 +08:00
Fine0830
115deecff1
fix: set chart label (#300) 2023-07-15 23:45:09 +08:00
Fine0830
6c4991bc56
fix: view related trace (#285) 2023-06-16 11:13:36 +08:00
Fine0830
7fe3257c32
fix: query process metrics (#284) 2023-06-13 20:11:38 +08:00
Fine0830
9b1a5f7a74
fix: expressions (#278) 2023-06-09 18:23:33 +08:00
Fine0830
54997794b4
feat: remove returnTypeOfMQE and add detail label (#277) 2023-06-08 20:52:44 +08:00
Fine0830
372aee2eb6
fix: remove name (#276) 2023-06-08 09:21:17 +08:00
Fine0830
d662a0fb54
feat: remove metric name from queries (#275) 2023-06-07 16:58:30 +08:00
Fine0830
b293f4ddb5
build: bump vite and fix code style (#272) 2023-06-07 13:37:41 +08:00
Fine0830
dc22f8da6e
feat: supporting expressions to query metrics data (#270) 2023-06-04 14:09:36 +08:00
Fine0830
986fe8b90e
fix: topn type (#267) 2023-05-25 09:12:46 +08:00
Fine0830
3f178f89f8
feat: support isEmptyValue flag for metrics query (#256) 2023-04-13 21:29:23 +08:00
Fine0830
49a5481fb0
types: optimize data types (#254) 2023-04-06 21:50:57 +08:00
Fine0830
8031c1b463
revert: cpm5d (#245) 2023-03-21 09:27:02 +08:00
Fine0830
1be572a95f
feat: add cpm4d + avg calculations (#241) 2023-02-28 12:50:55 +08:00
Fine0830
220525a2d9
feat: add a calculation for cpm5d (#239) 2023-02-22 09:14:23 +08:00
Fine0830
c73322a504
fix: clear trace ID on the Log and Trace widgets after using association (#225) 2023-02-07 21:23:13 +08:00
Fine0830
44dcb1e7f6
build: migrate the build tool from vue-cli to vite4 (#208) 2022-12-17 14:07:03 +08:00
Fine0830
5be106fc4f
fix: add ProcessRelation to entity types (#194) 2022-11-28 22:49:23 +08:00
Fine0830
7a1c83b5fb
fix: update metric processor for the readRecords and remove readSampledRecords from metrics selector (#191) 2022-11-24 18:51:21 +08:00
Fine0830
b37d65eaac
feat: enhance the legend of metrics graph widget with the summary table (#181) 2022-11-10 14:55:19 +08:00
Fine0830
09051e916b
feat: support labeled value on the service/instance/endpoint list widgets (#177) 2022-10-31 10:27:37 +08:00
Fine0830
eda44db0cd
feat: associate metrics with trace widget on dashboards (#174) 2022-10-25 11:36:49 +08:00
Fine0830
5e161f17c2
feat: add readRecords to metric types (#172) 2022-10-17 21:55:14 +08:00
Fine0830
82b348a766
feat: add a calculation to convert nanoseconds to milliseconds (#148) 2022-08-26 16:26:25 +08:00
Fine0830
87a5553e6d
fix: update process widget and query process metrics (#145) 2022-08-24 17:39:40 +08:00
Fine0830
adb457d660
fix: pick calendar with a wrong time range and set a unique value for dashboard grid key (#139) 2022-08-18 16:29:36 +08:00
Fine0830
9c0bb988e6
feat: support the process dashboard and create the time range text widget (#138) 2022-08-15 16:49:00 +08:00
Fine0830
f5bcd5da2e
feat: add a calculation to convert seconds to days (#135) 2022-08-08 10:26:36 +08:00
Fine0830
2ba3c67d31
feat: the log widget and the trace widget associate with each other, remove log tables on the trace widget (#128) 2022-07-27 16:24:34 +08:00
Fine0830
42ead4a572
feat: Enhance associations for the Event widget (#120) 2022-07-19 11:57:26 +08:00
Fine0830
7fbd6170de
feat: Implement an association between widgets(line, bar, area graphs) with time (#115) 2022-07-08 16:17:17 +08:00
Fine0830
30069ce825
feat: visualize a on-demand log widget (#99) 2022-06-02 20:09:38 +08:00
Fine0830
8c7fee4d86
feat: remove unexpected data for exporting dashboards (#89) 2022-05-16 21:38:39 +08:00
Fine0830
26db1ec23e
feat: add Avg calculations (#66) 2022-04-14 18:15:28 +08:00
Fine0830
69a9c6de13
feat: add an avg calculation for metrics of list graphs (#65) 2022-04-14 14:38:32 +08:00
Fine0830
f57fdf9312
feat: add a calculation and update selectors param (#53) 2022-04-01 23:28:39 +08:00
Fine0830
b51e423c2b
fix: update tooltips and controls (#49) 2022-03-31 19:59:19 +08:00
Fine0830
ee06546c20
fix: add tooltips for list graphs (#47) 2022-03-30 21:19:06 +08:00