Commit Graph

62 Commits

Author SHA1 Message Date
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
Fine0830
767c92c60d
fix: polish pages and validate data (#46) 2022-03-30 16:29:19 +08:00
Fine0830
61d182b986
fix: update pagination for service list, endpoint list, instance list and add legend configs (#45) 2022-03-29 19:20:16 +08:00
Fine0830
d733594804
fix: set different scope for topN metrics (#40) 2022-03-27 14:36:35 +08:00
Fine0830
c00d5d2a05
feat: Implement custom configurations for metrics on dashboards and topology (#39) 2022-03-26 22:52:43 +08:00
Fine0830
33365f2a14
fix: update components, save templates (#35) 2022-03-23 19:06:20 +08:00
Fine0830
f1e405fbb4
feat: add switch to control dashboard mode (#31) 2022-03-21 19:34:08 +08:00
Fine0830
61f82c54df
feat: Add menus in side bar (#30) 2022-03-21 15:36:56 +08:00
Fine0830
597e98e291
feat: Implement templates for dashboards (#28) 2022-03-19 12:11:35 +08:00
Fine0830
f53b422782
feat: implement Topology on the dashboard (#14) 2022-02-19 23:05:57 +08:00
Fine0830
7472d70720
feat: create global actions for setting page title and auto refresh pages (#13)
* fix: update heat map

* feat: update servicelist

* fix: update list

* feat: update page with changing times

* feat: set auto fresh

* feat: set page titles
2022-01-26 12:18:03 +08:00
Qiuxia Fan
137f093e05 fix: update metrics 2022-01-25 14:43:24 +08:00
Qiuxia Fan
9389eeb184 feat: set configs 2022-01-25 13:08:49 +08:00
Qiuxia Fan
655c4c41e9 refactor: update MetricOptions 2022-01-24 21:19:57 +08:00
Qiuxia Fan
e314f45874 feat: open dashboards with selector ids of link url 2022-01-24 18:31:33 +08:00
Qiuxia Fan
21fb053bda feat: switch dashboard with entity 2022-01-24 16:06:27 +08:00