@cloudcare/guance-front-tools 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/.prettierignore +3 -0
  2. package/.prettierrc +6 -0
  3. package/LICENSE +21 -0
  4. package/README.md +31 -0
  5. package/cli.js +16 -0
  6. package/lib/cjs/generated/browserSessionReplay.d.ts +703 -0
  7. package/lib/cjs/generated/browserSessionReplay.js +6 -0
  8. package/lib/cjs/generated/dashboardCharts.d.ts +1372 -0
  9. package/lib/cjs/generated/dashboardCharts.js +6 -0
  10. package/lib/cjs/generated/mobileSessionReplay.d.ts +653 -0
  11. package/lib/cjs/generated/mobileSessionReplay.js +6 -0
  12. package/lib/cjs/generated/sessionReplay.d.ts +1190 -0
  13. package/lib/cjs/generated/sessionReplay.js +6 -0
  14. package/lib/cjs/src/dashboard-charts.d.ts +1 -0
  15. package/lib/cjs/src/dashboard-charts.js +17 -0
  16. package/lib/cjs/src/index.d.ts +2 -0
  17. package/lib/cjs/src/index.js +18 -0
  18. package/lib/cjs/src/session-replay-browser.d.ts +58 -0
  19. package/lib/cjs/src/session-replay-browser.js +69 -0
  20. package/lib/cjs/src/session-replay-mobile.d.ts +30 -0
  21. package/lib/cjs/src/session-replay-mobile.js +42 -0
  22. package/lib/cjs/src/session-replay.d.ts +30 -0
  23. package/lib/cjs/src/session-replay.js +49 -0
  24. package/lib/esm/generated/browserSessionReplay.d.ts +703 -0
  25. package/lib/esm/generated/browserSessionReplay.js +5 -0
  26. package/lib/esm/generated/dashboardCharts.d.ts +1372 -0
  27. package/lib/esm/generated/dashboardCharts.js +5 -0
  28. package/lib/esm/generated/mobileSessionReplay.d.ts +653 -0
  29. package/lib/esm/generated/mobileSessionReplay.js +5 -0
  30. package/lib/esm/generated/sessionReplay.d.ts +1190 -0
  31. package/lib/esm/generated/sessionReplay.js +5 -0
  32. package/lib/esm/src/dashboard-charts.d.ts +1 -0
  33. package/lib/esm/src/dashboard-charts.js +1 -0
  34. package/lib/esm/src/index.d.ts +2 -0
  35. package/lib/esm/src/index.js +2 -0
  36. package/lib/esm/src/session-replay-browser.d.ts +58 -0
  37. package/lib/esm/src/session-replay-browser.js +52 -0
  38. package/lib/esm/src/session-replay-mobile.d.ts +30 -0
  39. package/lib/esm/src/session-replay-mobile.js +25 -0
  40. package/lib/esm/src/session-replay.d.ts +30 -0
  41. package/lib/esm/src/session-replay.js +24 -0
  42. package/lib/example/grafana-dashboard.json +2205 -0
  43. package/lib/example/guance-covert-test.json +629 -0
  44. package/lib/example/guance-dashboard-1.json +672 -0
  45. package/lib/example/guance-dashboard.json +2841 -0
  46. package/lib/scripts/grafana-covert-to-guance.d.ts +1 -0
  47. package/lib/scripts/grafana-covert-to-guance.js +367 -0
  48. package/lib/scripts/grafana-covert-to-guance.ts +374 -0
  49. package/lib/scripts/grafana-dashbord.d.ts +2220 -0
  50. package/lib/scripts/grafana-dashbord.js +1 -0
  51. package/lib/scripts/grafana-dashbord.ts +2427 -0
  52. package/lib/src/dashboard-charts.ts +1 -0
  53. package/lib/src/index.ts +2 -0
  54. package/lib/src/session-replay-browser.ts +98 -0
  55. package/lib/src/session-replay-mobile.ts +54 -0
  56. package/lib/src/session-replay.ts +61 -0
  57. package/package.json +45 -0
  58. package/samples/dashboard/dashboard.json +2842 -0
  59. package/samples/dashboard/promql-dashboard.json +2175 -0
  60. package/samples/session-replay/mobile/record/full-snapshot-record.json +51 -0
  61. package/samples/session-replay/mobile/record/has-focus-record.json +7 -0
  62. package/samples/session-replay/mobile/record/incremental-snapshot-record.json +74 -0
  63. package/samples/session-replay/mobile/record/metadata-record.json +8 -0
  64. package/samples/session-replay/mobile/record/view-end-record.json +4 -0
  65. package/samples/session-replay/mobile/segment/segment.json +110 -0
  66. package/schemas/charts/chart-schema.json +73 -0
  67. package/schemas/charts/common/common-chart-types-schema.json +37 -0
  68. package/schemas/charts/common/common-vars-item-schema.json +117 -0
  69. package/schemas/charts/common/common-vars-schema.json +10 -0
  70. package/schemas/charts/dashboard-schema.json +73 -0
  71. package/schemas/charts/query/queries-schema.json +10 -0
  72. package/schemas/charts/query/query-item-schema.json +42 -0
  73. package/schemas/charts/settings/_common-settings-connect-null-schema.json +7 -0
  74. package/schemas/charts/settings/_common-settings-gradual-color-schema.json +72 -0
  75. package/schemas/charts/settings/_common-settings-groupby-schema.json +22 -0
  76. package/schemas/charts/settings/_common-settings-legend-position-schema.json +14 -0
  77. package/schemas/charts/settings/_common-settings-legend-values-schema.json +19 -0
  78. package/schemas/charts/settings/_common-settings-open-stack-schema.json +8 -0
  79. package/schemas/charts/settings/_common-settings-show-label-schema.json +8 -0
  80. package/schemas/charts/settings/_common-settings-show-line-schema.json +8 -0
  81. package/schemas/charts/settings/_common-settings-stack-content-schema.json +12 -0
  82. package/schemas/charts/settings/_common-settings-stack-type-schema.json +11 -0
  83. package/schemas/charts/settings/chart-alarm-settings-schema.json +48 -0
  84. package/schemas/charts/settings/chart-bar-settings-schema.json +69 -0
  85. package/schemas/charts/settings/chart-chinamap-settings-schema.json +102 -0
  86. package/schemas/charts/settings/chart-funnel-settings-schema.json +34 -0
  87. package/schemas/charts/settings/chart-gauge-settings-schema.json +65 -0
  88. package/schemas/charts/settings/chart-heatmap-settings-schema.json +50 -0
  89. package/schemas/charts/settings/chart-hexgon-settings-schema.json +90 -0
  90. package/schemas/charts/settings/chart-histogram-settings-schema.json +47 -0
  91. package/schemas/charts/settings/chart-iframe-settings-schema.json +24 -0
  92. package/schemas/charts/settings/chart-log-settings-schema.json +84 -0
  93. package/schemas/charts/settings/chart-object-settings-schema.json +52 -0
  94. package/schemas/charts/settings/chart-picture-settings-schema.json +46 -0
  95. package/schemas/charts/settings/chart-pie-settings-schema.json +90 -0
  96. package/schemas/charts/settings/chart-sankey-settings-schema.json +34 -0
  97. package/schemas/charts/settings/chart-scatter-bubble-settings-schema.json +31 -0
  98. package/schemas/charts/settings/chart-sequence-settings-schema.json +76 -0
  99. package/schemas/charts/settings/chart-singlestat-settings-schema.json +163 -0
  100. package/schemas/charts/settings/chart-table-settings-schema.json +184 -0
  101. package/schemas/charts/settings/chart-text-settings-schema.json +20 -0
  102. package/schemas/charts/settings/chart-toplist-settings-schema.json +117 -0
  103. package/schemas/charts/settings/chart-topology-settings-schema.json +71 -0
  104. package/schemas/charts/settings/chart-treemap-settings-schema.json +66 -0
  105. package/schemas/charts/settings/chart-worldmap-settings-schema.json +102 -0
  106. package/schemas/charts/settings/common-settings-schema.json +82 -0
  107. package/schemas/charts/settings/settings-alias-schema.json +47 -0
  108. package/schemas/charts/settings/settings-chart-type-schema.json +27 -0
  109. package/schemas/charts/settings/settings-colors-schema.json +46 -0
  110. package/schemas/charts/settings/settings-compare-schema.json +58 -0
  111. package/schemas/charts/settings/settings-fixed-time-schema.json +49 -0
  112. package/schemas/charts/settings/settings-levels-schema.json +33 -0
  113. package/schemas/charts/settings/settings-schema.json +79 -0
  114. package/schemas/charts/settings/settings-time-schema.json +47 -0
  115. package/schemas/charts/settings/settings-unit-items-schema.json +226 -0
  116. package/schemas/charts/settings/settings-units-schema.json +60 -0
  117. package/schemas/dashboard-schema.json +5 -0
  118. package/schemas/session-replay/browser/attribute-mutation-schema.json +21 -0
  119. package/schemas/session-replay/browser/attributes-schema.json +10 -0
  120. package/schemas/session-replay/browser/cdata-node-schema.json +19 -0
  121. package/schemas/session-replay/browser/creation-reason-schema.json +17 -0
  122. package/schemas/session-replay/browser/document-fragment-node-schema.json +35 -0
  123. package/schemas/session-replay/browser/document-node-schema.json +30 -0
  124. package/schemas/session-replay/browser/document-type-node-schema.json +28 -0
  125. package/schemas/session-replay/browser/element-node-schema.json +33 -0
  126. package/schemas/session-replay/browser/frustration-record-schema.json +49 -0
  127. package/schemas/session-replay/browser/full-snapshot-record-schema.json +26 -0
  128. package/schemas/session-replay/browser/incremental-data-schema.json +36 -0
  129. package/schemas/session-replay/browser/incremental-snapshot-record-schema.json +29 -0
  130. package/schemas/session-replay/browser/input-data-schema.json +27 -0
  131. package/schemas/session-replay/browser/input-state-schema.json +27 -0
  132. package/schemas/session-replay/browser/media-interaction-data-schema.json +23 -0
  133. package/schemas/session-replay/browser/media-interaction-schema.json +20 -0
  134. package/schemas/session-replay/browser/mouse-interaction-data-schema.json +23 -0
  135. package/schemas/session-replay/browser/mouse-interaction-schema.json +47 -0
  136. package/schemas/session-replay/browser/mouse-move-data-schema.json +23 -0
  137. package/schemas/session-replay/browser/mouse-position-schema.json +26 -0
  138. package/schemas/session-replay/browser/mutation-data-schema.json +23 -0
  139. package/schemas/session-replay/browser/mutation-payload-schema.json +42 -0
  140. package/schemas/session-replay/browser/node-added-mutation-schema.json +41 -0
  141. package/schemas/session-replay/browser/node-removed-mutation-schema.json +18 -0
  142. package/schemas/session-replay/browser/node-schema.json +28 -0
  143. package/schemas/session-replay/browser/record-schema.json +30 -0
  144. package/schemas/session-replay/browser/scroll-data-schema.json +23 -0
  145. package/schemas/session-replay/browser/scroll-position-schema.json +22 -0
  146. package/schemas/session-replay/browser/segment-metadata-schema.json +28 -0
  147. package/schemas/session-replay/browser/segment-schema.json +25 -0
  148. package/schemas/session-replay/browser/serialized-node-schema.json +15 -0
  149. package/schemas/session-replay/browser/serialized-node-with-id-schema.json +21 -0
  150. package/schemas/session-replay/browser/stylesheet-rule-add-schema.json +28 -0
  151. package/schemas/session-replay/browser/stylesheet-rule-data-schema.json +23 -0
  152. package/schemas/session-replay/browser/stylesheet-rule-delete-schema.json +24 -0
  153. package/schemas/session-replay/browser/stylesheet-rule-schema.json +29 -0
  154. package/schemas/session-replay/browser/stylesheet-schema.json +30 -0
  155. package/schemas/session-replay/browser/text-mutation-schema.json +27 -0
  156. package/schemas/session-replay/browser/text-node-schema.json +23 -0
  157. package/schemas/session-replay/common/_common-record-schema.json +14 -0
  158. package/schemas/session-replay/common/_common-segment-metadata-schema.json +30 -0
  159. package/schemas/session-replay/common/_slot-supported-common-record-schema.json +21 -0
  160. package/schemas/session-replay/common/focus-record-schema.json +34 -0
  161. package/schemas/session-replay/common/meta-record-schema.json +42 -0
  162. package/schemas/session-replay/common/pointer-interaction-data-schema.json +23 -0
  163. package/schemas/session-replay/common/pointer-interaction-schema.json +34 -0
  164. package/schemas/session-replay/common/segment-context-schema.json +46 -0
  165. package/schemas/session-replay/common/view-end-record-schema.json +23 -0
  166. package/schemas/session-replay/common/viewport-resize-data-schema.json +23 -0
  167. package/schemas/session-replay/common/viewport-resize-dimension-schema.json +18 -0
  168. package/schemas/session-replay/common/visual-viewport-record-schema.json +50 -0
  169. package/schemas/session-replay/full-snapshot-record-schema.json +14 -0
  170. package/schemas/session-replay/incremental-data-schema.json +14 -0
  171. package/schemas/session-replay/incremental-snapshot-record-schema.json +14 -0
  172. package/schemas/session-replay/mobile/_common-shape-wireframe-schema.json +22 -0
  173. package/schemas/session-replay/mobile/_common-shape-wireframe-update-schema.json +22 -0
  174. package/schemas/session-replay/mobile/_common-wireframe-schema.json +38 -0
  175. package/schemas/session-replay/mobile/_common-wireframe-update-schema.json +38 -0
  176. package/schemas/session-replay/mobile/full-snapshot-record-schema.json +38 -0
  177. package/schemas/session-replay/mobile/image-wireframe-schema.json +43 -0
  178. package/schemas/session-replay/mobile/image-wireframe-update-schema.json +43 -0
  179. package/schemas/session-replay/mobile/incremental-data-schema.json +21 -0
  180. package/schemas/session-replay/mobile/incremental-snapshot-record-schema.json +26 -0
  181. package/schemas/session-replay/mobile/mutation-data-schema.json +23 -0
  182. package/schemas/session-replay/mobile/mutation-payload-schema.json +55 -0
  183. package/schemas/session-replay/mobile/placeholder-wireframe-schema.json +28 -0
  184. package/schemas/session-replay/mobile/placeholder-wireframe-update-schema.json +28 -0
  185. package/schemas/session-replay/mobile/record-schema.json +27 -0
  186. package/schemas/session-replay/mobile/segment-metadata-schema.json +25 -0
  187. package/schemas/session-replay/mobile/segment-schema.json +25 -0
  188. package/schemas/session-replay/mobile/shape-border-schema.json +25 -0
  189. package/schemas/session-replay/mobile/shape-style-schema.json +29 -0
  190. package/schemas/session-replay/mobile/shape-wireframe-schema.json +23 -0
  191. package/schemas/session-replay/mobile/shape-wireframe-update-schema.json +23 -0
  192. package/schemas/session-replay/mobile/text-position-schema.json +57 -0
  193. package/schemas/session-replay/mobile/text-style-schema.json +31 -0
  194. package/schemas/session-replay/mobile/text-wireframe-schema.json +34 -0
  195. package/schemas/session-replay/mobile/text-wireframe-update-schema.json +34 -0
  196. package/schemas/session-replay/mobile/touch-data-schema.json +51 -0
  197. package/schemas/session-replay/mobile/webview-wireframe-schema.json +33 -0
  198. package/schemas/session-replay/mobile/webview-wireframe-update-schema.json +33 -0
  199. package/schemas/session-replay/mobile/wireframe-clip-schema.json +29 -0
  200. package/schemas/session-replay/mobile/wireframe-schema.json +24 -0
  201. package/schemas/session-replay/mobile/wireframe-update-mutation-schema.json +24 -0
  202. package/schemas/session-replay/mutation-data-schema.json +14 -0
  203. package/schemas/session-replay/mutation-payload-schema.json +14 -0
  204. package/schemas/session-replay/record-schema.json +14 -0
  205. package/schemas/session-replay/segment-metadata-schema.json +14 -0
  206. package/schemas/session-replay/segment-schema.json +15 -0
  207. package/schemas/session-replay-browser-schema.json +5 -0
  208. package/schemas/session-replay-mobile-schema.json +5 -0
  209. package/schemas/session-replay-schema.json +33 -0
  210. package/scripts/generate.mjs +96 -0
  211. package/scripts/utils.mjs +16 -0
  212. package/scripts/validate.mjs +144 -0
  213. package/tsconfig.cjs.json +7 -0
  214. package/tsconfig.esm.json +7 -0
  215. package/tsconfig.json +13 -0
  216. package/tsconfig.script.json +15 -0
@@ -0,0 +1,47 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-alias-schema.json",
4
+ "title": "ChartAliasSettings",
5
+ "description": "图表别名配置完整结构。",
6
+ "type": "array",
7
+ "items": {
8
+ "type": "object",
9
+ "required": [
10
+ "alias",
11
+ "key",
12
+ "name"
13
+ ],
14
+ "properties": {
15
+ "alias": {
16
+ "type": "string",
17
+ "description": "别名,可以是固定字符串,也可以是特殊变量,{{tags}} 表示替换为所有“标签名”和“标签值”,{{host}} 表示替换为 host 的“标签值”",
18
+ "examples": [
19
+ "{{tags}}",
20
+ "{{host}}",
21
+ "test"
22
+ ]
23
+ },
24
+ "name": {
25
+ "type": "string",
26
+ "description": "需要替换为别名对应的指标名称",
27
+ "examples": [
28
+ "avg(load5s)"
29
+ ]
30
+ },
31
+ "key": {
32
+ "type": "string",
33
+ "description": "需要替换为别名对应的指标名称,冗余字段",
34
+ "examples": [
35
+ "avg(load5s)"
36
+ ]
37
+ }
38
+ },
39
+ "examples": [
40
+ {
41
+ "alias": "{{tags}}",
42
+ "key": "avg(load5s)",
43
+ "name": "avg(load5s)"
44
+ }
45
+ ]
46
+ }
47
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-chart-type-schema.json",
4
+ "title": "ChartChartType",
5
+ "description": "图表对应显示类型。",
6
+ "type": "string",
7
+ "anyOf": [
8
+ {
9
+ "enum": [
10
+ "line",
11
+ "areaLine",
12
+ "bar"
13
+ ],
14
+ "default": "line",
15
+ "description": "时序图不同图表类型"
16
+ },
17
+ {
18
+ "enum": [
19
+ "pie",
20
+ "doughnut",
21
+ "customized"
22
+ ],
23
+ "default": "pie",
24
+ "description": "饼图不同图表类型"
25
+ }
26
+ ]
27
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-colors-schema.json",
4
+ "title": "ChartColorsSettings",
5
+ "description": "图表颜色配置完整结构。",
6
+ "type": "array",
7
+ "items": {
8
+ "type": "object",
9
+ "required": [
10
+ "color",
11
+ "key",
12
+ "name"
13
+ ],
14
+ "properties": {
15
+ "color": {
16
+ "type": "string",
17
+ "description": "颜色色值",
18
+ "examples": [
19
+ "#dddddd",
20
+ "rgba(10,10,10,30)"
21
+ ]
22
+ },
23
+ "name": {
24
+ "type": "string",
25
+ "description": "需要设置颜色对应的指标名称",
26
+ "examples": [
27
+ "avg(load5s)"
28
+ ]
29
+ },
30
+ "key": {
31
+ "type": "string",
32
+ "description": "需要设置颜色的指标名称,冗余字段",
33
+ "examples": [
34
+ "avg(load5s)"
35
+ ]
36
+ }
37
+ },
38
+ "examples": [
39
+ {
40
+ "color": "#dddddd",
41
+ "key": "avg(load5s)",
42
+ "name": "avg(load5s)"
43
+ }
44
+ ]
45
+ }
46
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-compare-schema.json",
4
+ "title": "ChartCompare",
5
+ "description": "图表同期对比配置完整结构。",
6
+ "type": "object",
7
+ "properties": {
8
+ "compareChartType": {
9
+ "$ref": "../common/common-chart-types-schema.json"
10
+ },
11
+ "openCompare": {
12
+ "type": "boolean",
13
+ "default": false,
14
+ "description": "是否开启同环比功能"
15
+ },
16
+ "compareType": {
17
+ "type": "array",
18
+ "description": "选择的同环比类型",
19
+ "items": {
20
+ "type": "string",
21
+ "enum": [
22
+ "hourCompare",
23
+ "dayCompare",
24
+ "weekCompare",
25
+ "monthCompare",
26
+ "circleCompare"
27
+ ]
28
+ }
29
+ },
30
+ "compares": {
31
+ "type": "array",
32
+ "description": "选择同环比对比的详细映射信息,与 compareType 对应",
33
+ "items": {
34
+ "type": "object",
35
+ "required": [
36
+ "label",
37
+ "value"
38
+ ],
39
+ "properties": {
40
+ "label": {
41
+ "type": "string",
42
+ "description": "对比名称"
43
+ },
44
+ "value": {
45
+ "type": "string",
46
+ "enum": [
47
+ "hourCompare",
48
+ "dayCompare",
49
+ "weekCompare",
50
+ "monthCompare",
51
+ "circleCompare"
52
+ ]
53
+ }
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-fixed-time-schema.json",
4
+ "description": "固定图表查询的时间范围,无视仪表板和其他页面上的时间选择器",
5
+ "default": "",
6
+ "anyOf": [
7
+ {
8
+ "type": "string",
9
+ "examples": [
10
+ "15m"
11
+ ]
12
+ },
13
+ {
14
+ "type": "object",
15
+ "required": [
16
+ "key",
17
+ "originKey",
18
+ "startTime",
19
+ "endTime",
20
+ "text"
21
+ ],
22
+ "properties": {
23
+ "key": {
24
+ "type": "string",
25
+ "const": "range"
26
+ },
27
+ "originKey": {
28
+ "type": "string",
29
+ "const": "range"
30
+ },
31
+ "startTime": {
32
+ "type": "integer",
33
+ "description": "开始时间时间戳,单位毫秒"
34
+ },
35
+ "endTime": {
36
+ "type": "integer",
37
+ "description": "结束时间时间戳,单位毫秒"
38
+ },
39
+ "text": {
40
+ "type": "string",
41
+ "description": "开始时间与结束时间的显示格式",
42
+ "examples": [
43
+ "2024/09/09 00:00:00 ~ 2024/09/09 16:25:33"
44
+ ]
45
+ }
46
+ }
47
+ }
48
+ ]
49
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-levels-schema.json",
4
+ "title": "ChartLevelsSettings",
5
+ "description": "图表基线配置完整结构。",
6
+ "type": "array",
7
+ "items": {
8
+ "type": "object",
9
+ "required": [
10
+ "title",
11
+ "value",
12
+ "bgColor"
13
+ ],
14
+ "properties": {
15
+ "bgColor": {
16
+ "type": "string",
17
+ "description": "颜色色值",
18
+ "examples": [
19
+ "#dddddd",
20
+ "rgba(10,10,10,30)"
21
+ ]
22
+ },
23
+ "value": {
24
+ "type": "integer",
25
+ "description": "需要设置基线对应等级的指标值"
26
+ },
27
+ "title": {
28
+ "type": "string",
29
+ "description": "基线显示名称"
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-schema.json",
4
+ "title": "ChartSettings",
5
+ "description": "图表设置配置完整结构。",
6
+ "type": "object",
7
+ "additionalProperties": true,
8
+ "anyOf": [
9
+ {
10
+ "$ref": "chart-alarm-settings-schema.json"
11
+ },
12
+ {
13
+ "$ref": "chart-bar-settings-schema.json"
14
+ },
15
+ {
16
+ "$ref": "chart-chinamap-settings-schema.json"
17
+ },
18
+ {
19
+ "$ref": "chart-funnel-settings-schema.json"
20
+ },
21
+ {
22
+ "$ref": "chart-gauge-settings-schema.json"
23
+ },
24
+ {
25
+ "$ref": "chart-heatmap-settings-schema.json"
26
+ },
27
+ {
28
+ "$ref": "chart-hexgon-settings-schema.json"
29
+ },
30
+ {
31
+ "$ref": "chart-histogram-settings-schema.json"
32
+ },
33
+ {
34
+ "$ref": "chart-iframe-settings-schema.json"
35
+ },
36
+ {
37
+ "$ref": "chart-log-settings-schema.json"
38
+ },
39
+ {
40
+ "$ref": "chart-object-settings-schema.json"
41
+ },
42
+ {
43
+ "$ref": "chart-picture-settings-schema.json"
44
+ },
45
+ {
46
+ "$ref": "chart-pie-settings-schema.json"
47
+ },
48
+ {
49
+ "$ref": "chart-sankey-settings-schema.json"
50
+ },
51
+ {
52
+ "$ref": "chart-scatter-bubble-settings-schema.json"
53
+ },
54
+ {
55
+ "$ref": "chart-sequence-settings-schema.json"
56
+ },
57
+ {
58
+ "$ref": "chart-singlestat-settings-schema.json"
59
+ },
60
+ {
61
+ "$ref": "chart-table-settings-schema.json"
62
+ },
63
+ {
64
+ "$ref": "chart-text-settings-schema.json"
65
+ },
66
+ {
67
+ "$ref": "chart-toplist-settings-schema.json"
68
+ },
69
+ {
70
+ "$ref": "chart-topology-settings-schema.json"
71
+ },
72
+ {
73
+ "$ref": "chart-treemap-settings-schema.json"
74
+ },
75
+ {
76
+ "$ref": "chart-worldmap-settings-schema.json"
77
+ }
78
+ ]
79
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-time-schema.json",
4
+ "title": "ChartTimeSettings",
5
+ "description": "图表时间相关配置完整结构。",
6
+ "type": "object",
7
+ "required": [
8
+ "timeInterval",
9
+ "fixedTime"
10
+ ],
11
+ "properties": {
12
+ "timeInterval": {
13
+ "type": "string",
14
+ "default": "auto",
15
+ "enum": [
16
+ "auto",
17
+ "1ms",
18
+ "10ms",
19
+ "50ms",
20
+ "100ms",
21
+ "500ms",
22
+ "1s",
23
+ "10s",
24
+ "20s",
25
+ "30s",
26
+ "1m",
27
+ "5m",
28
+ "10m",
29
+ "30m",
30
+ "1h",
31
+ "6h",
32
+ "12h",
33
+ "1d",
34
+ "7d",
35
+ "30d"
36
+ ]
37
+ },
38
+ "maxPointCount": {
39
+ "type": "integer",
40
+ "description": "返回最大数据电枢",
41
+ "default": 720
42
+ },
43
+ "fixedTime": {
44
+ "$ref": "settings-fixed-time-schema.json"
45
+ }
46
+ }
47
+ }
@@ -0,0 +1,226 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-unit-items-schema.json",
4
+ "title": "ChartUnitItemsSettings",
5
+ "description": "图表单位数据配置",
6
+ "type": "array",
7
+ "maxItems": 2,
8
+ "items": [
9
+ {
10
+ "enum": [
11
+ "custom",
12
+ "length",
13
+ "area",
14
+ "mass",
15
+ "volume",
16
+ "each",
17
+ "temperature",
18
+ "time",
19
+ "digital",
20
+ "diitalUnit",
21
+ "partsPer",
22
+ "speed",
23
+ "pace",
24
+ "pressure",
25
+ "current",
26
+ "voltage",
27
+ "power",
28
+ "reactivePower",
29
+ "apparentPower",
30
+ "energy",
31
+ "reactiveEnergy",
32
+ "volumeFlowRate",
33
+ "illuminance",
34
+ "frequency",
35
+ "angle",
36
+ "throughput",
37
+ "percent",
38
+ "rmb",
39
+ "currencySymbol"
40
+ ]
41
+ },
42
+ {
43
+ "anyOf": [
44
+ {
45
+ "enum": [
46
+ "mm",
47
+ "cm",
48
+ "m",
49
+ "in",
50
+ "ft-us",
51
+ "ft",
52
+ "mi",
53
+ "mm2",
54
+ "cm2",
55
+ "m2",
56
+ "ha",
57
+ "km2",
58
+ "in2",
59
+ "ft2",
60
+ "ac",
61
+ "mi2",
62
+ "mcg",
63
+ "mg",
64
+ "g",
65
+ "kg",
66
+ "oz",
67
+ "lb",
68
+ "mt",
69
+ "t",
70
+ "mm3",
71
+ "cm3",
72
+ "ml",
73
+ "l",
74
+ "kl",
75
+ "m3",
76
+ "km3",
77
+ "tsp",
78
+ "Tbs",
79
+ "in3",
80
+ "fl-oz",
81
+ "cup",
82
+ "pnt",
83
+ "qt",
84
+ "gal",
85
+ "ft3",
86
+ "yd3",
87
+ "mm3/s",
88
+ "cm3/s",
89
+ "ml/s",
90
+ "cl/s",
91
+ "dl/s",
92
+ "l/s",
93
+ "l/min",
94
+ "l/h",
95
+ "kl/s",
96
+ "kl/min",
97
+ "kl/h",
98
+ "m3/s",
99
+ "m3/min",
100
+ "m3/h",
101
+ "km3/s",
102
+ "tsp/s",
103
+ "Tbs/s",
104
+ "in3/s",
105
+ "in3/min",
106
+ "in3/h",
107
+ "fl-oz/s",
108
+ "fl-oz/min",
109
+ "fl-oz/h",
110
+ "cup/s",
111
+ "pnt/s",
112
+ "pnt/min",
113
+ "pnt/h",
114
+ "qt/s",
115
+ "gal/s",
116
+ "gal/min",
117
+ "gal/h",
118
+ "ft3/s",
119
+ "ft3/min",
120
+ "ft3/h",
121
+ "yd3/s",
122
+ "yd3/min",
123
+ "yd3/h",
124
+ "C",
125
+ "F",
126
+ "K",
127
+ "R",
128
+ "ns",
129
+ "μs",
130
+ "ms",
131
+ "s",
132
+ "min",
133
+ "h",
134
+ "d",
135
+ "week",
136
+ "month",
137
+ "year",
138
+ "Hz",
139
+ "mHz",
140
+ "kHz",
141
+ "MHz",
142
+ "GHz",
143
+ "THz",
144
+ "rpm",
145
+ "deg/s",
146
+ "rad/s",
147
+ "m/s",
148
+ "km/h",
149
+ "m/h",
150
+ "knot",
151
+ "ft/s",
152
+ "s/m",
153
+ "min/km",
154
+ "s/ft",
155
+ "Pa",
156
+ "hPa",
157
+ "kPa",
158
+ "MPa",
159
+ "bar",
160
+ "torr",
161
+ "psi",
162
+ "ksi",
163
+ "b",
164
+ "Kb",
165
+ "Mb",
166
+ "Gb",
167
+ "Tb",
168
+ "B",
169
+ "KB",
170
+ "MB",
171
+ "GB",
172
+ "TB",
173
+ "lx",
174
+ "ft-cd",
175
+ "ppm",
176
+ "ppb",
177
+ "ppt",
178
+ "ppq",
179
+ "V",
180
+ "mV",
181
+ "kV",
182
+ "A",
183
+ "mA",
184
+ "kA",
185
+ "W",
186
+ "mW",
187
+ "kW",
188
+ "MW",
189
+ "GW",
190
+ "VA",
191
+ "mVA",
192
+ "kVA",
193
+ "MVA",
194
+ "GVA",
195
+ "VAR",
196
+ "mVAR",
197
+ "kVAR",
198
+ "MVAR",
199
+ "GVAR",
200
+ "Wh",
201
+ "mWh",
202
+ "kWh",
203
+ "MWh",
204
+ "GWh",
205
+ "J",
206
+ "kJ",
207
+ "VARh",
208
+ "mVARh",
209
+ "kVARh",
210
+ "MVARh",
211
+ "GVARh",
212
+ "deg",
213
+ "rad",
214
+ "grad",
215
+ "arcmin",
216
+ "arcsec"
217
+ ]
218
+ },
219
+ {
220
+ "type": "string",
221
+ "description": "自定义单位"
222
+ }
223
+ ]
224
+ }
225
+ ]
226
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "charts/settings/settings-units-schema.json",
4
+ "title": "ChartUnitsSettings",
5
+ "description": "图表单位配置完整结构。",
6
+ "type": "object",
7
+ "required": [
8
+ "unitType"
9
+ ],
10
+ "properties": {
11
+ "unitType": {
12
+ "type": "string",
13
+ "description": "单位设置类型,分为全局和自定义两种类型",
14
+ "enum": [
15
+ "global",
16
+ "custom"
17
+ ]
18
+ },
19
+ "globalUnit": {
20
+ "description": "图表全局设置单位",
21
+ "$ref": "settings-unit-items-schema.json"
22
+ },
23
+ "units": {
24
+ "type": "array",
25
+ "description": "根据指标自定义单位",
26
+ "items": {
27
+ "type": "object",
28
+ "required": [
29
+ "name",
30
+ "key",
31
+ "unit",
32
+ ""
33
+ ],
34
+ "properties": {
35
+ "name": {
36
+ "type": "string",
37
+ "description": "需要设置的指标名称,冗余字段",
38
+ "examples": [
39
+ "avg(load5s)"
40
+ ]
41
+ },
42
+ "key": {
43
+ "type": "string",
44
+ "description": "需要设置的指标名称",
45
+ "examples": [
46
+ "avg(load5s)"
47
+ ]
48
+ },
49
+ "unit": {
50
+ "type": "string",
51
+ "description": "自定义类型的单位,填充的单位名称"
52
+ },
53
+ "units": {
54
+ "$ref": "settings-unit-items-schema.json"
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "dashboard-schema.json",
4
+ "$ref": "charts/dashboard-schema.json"
5
+ }