@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -240,104 +240,101 @@
240
240
  "render-ui",
241
241
  "main",
242
242
  {
243
+ "type": "dashboard-layout",
243
244
  "appName": "API Gateway",
244
245
  "navItems": [
245
246
  {
246
- "label": "Routes",
247
247
  "href": "/routes",
248
+ "label": "Routes",
248
249
  "icon": "git-branch"
249
250
  },
250
251
  {
252
+ "label": "Backends",
251
253
  "icon": "server",
252
- "href": "/backends",
253
- "label": "Backends"
254
+ "href": "/backends"
254
255
  },
255
256
  {
256
- "icon": "bar-chart-2",
257
257
  "label": "Analytics",
258
+ "icon": "bar-chart-2",
258
259
  "href": "/analytics"
259
260
  }
260
261
  ],
261
- "type": "dashboard-layout",
262
262
  "children": [
263
263
  {
264
264
  "direction": "vertical",
265
+ "type": "stack",
265
266
  "children": [
266
267
  {
267
- "gap": "md",
268
- "direction": "horizontal",
269
- "type": "stack",
270
- "justify": "between",
271
- "align": "center",
272
268
  "children": [
273
269
  {
274
270
  "align": "center",
271
+ "direction": "horizontal",
275
272
  "gap": "sm",
276
- "type": "stack",
277
273
  "children": [
278
274
  {
279
- "name": "git-branch",
280
- "type": "icon"
275
+ "type": "icon",
276
+ "name": "git-branch"
281
277
  },
282
278
  {
283
279
  "type": "typography",
284
- "content": "Routes",
285
- "variant": "h2"
280
+ "variant": "h2",
281
+ "content": "Routes"
286
282
  }
287
283
  ],
288
- "direction": "horizontal"
284
+ "type": "stack"
289
285
  },
290
286
  {
291
- "direction": "horizontal",
292
- "gap": "sm",
293
287
  "children": [
294
288
  {
295
289
  "type": "button",
296
290
  "variant": "primary",
297
- "icon": "plus",
298
291
  "label": "Create Route",
292
+ "icon": "plus",
299
293
  "action": "CREATE"
300
294
  }
301
295
  ],
296
+ "gap": "sm",
297
+ "direction": "horizontal",
302
298
  "type": "stack"
303
299
  }
304
- ]
300
+ ],
301
+ "type": "stack",
302
+ "direction": "horizontal",
303
+ "align": "center",
304
+ "justify": "between",
305
+ "gap": "md"
305
306
  },
306
307
  {
307
308
  "type": "divider"
308
309
  },
309
310
  {
310
- "variant": "card",
311
311
  "columns": [
312
312
  {
313
- "name": "method",
314
- "variant": "badge"
313
+ "variant": "badge",
314
+ "name": "method"
315
315
  },
316
316
  {
317
- "name": "path",
317
+ "icon": "git-branch",
318
318
  "variant": "h3",
319
- "icon": "git-branch"
319
+ "name": "path"
320
320
  },
321
321
  {
322
322
  "name": "backend",
323
323
  "variant": "body"
324
324
  },
325
325
  {
326
- "name": "rateLimit",
327
- "format": "number",
328
326
  "variant": "caption",
329
- "label": "Rate Limit"
327
+ "label": "Rate Limit",
328
+ "name": "rateLimit",
329
+ "format": "number"
330
330
  }
331
331
  ],
332
332
  "gap": "sm",
333
- "fields": [],
334
- "entity": "Route",
335
- "type": "data-list",
336
333
  "itemActions": [
337
334
  {
338
335
  "event": "VIEW",
339
- "label": "View",
340
- "variant": "ghost"
336
+ "variant": "ghost",
337
+ "label": "View"
341
338
  },
342
339
  {
343
340
  "label": "Edit",
@@ -346,15 +343,18 @@
346
343
  },
347
344
  {
348
345
  "label": "Delete",
349
- "event": "DELETE",
350
- "variant": "danger"
346
+ "variant": "danger",
347
+ "event": "DELETE"
351
348
  }
352
- ]
349
+ ],
350
+ "fields": [],
351
+ "type": "data-list",
352
+ "entity": "Route",
353
+ "variant": "card"
353
354
  }
354
355
  ],
355
- "className": "max-w-5xl mx-auto w-full",
356
- "type": "stack",
357
- "gap": "lg"
356
+ "gap": "lg",
357
+ "className": "max-w-5xl mx-auto w-full"
358
358
  }
359
359
  ]
360
360
  }
@@ -539,11 +539,10 @@
539
539
  "render-ui",
540
540
  "modal",
541
541
  {
542
- "type": "stack",
543
- "direction": "vertical",
544
- "gap": "md",
545
542
  "children": [
546
543
  {
544
+ "direction": "horizontal",
545
+ "type": "stack",
547
546
  "gap": "sm",
548
547
  "children": [
549
548
  {
@@ -551,31 +550,32 @@
551
550
  "name": "plus-circle"
552
551
  },
553
552
  {
554
- "variant": "h3",
553
+ "content": "Create Route",
555
554
  "type": "typography",
556
- "content": "Create Route"
555
+ "variant": "h3"
557
556
  }
558
- ],
559
- "direction": "horizontal",
560
- "type": "stack"
557
+ ]
561
558
  },
562
559
  {
563
560
  "type": "divider"
564
561
  },
565
562
  {
566
- "submitEvent": "SAVE",
563
+ "entity": "Route",
564
+ "mode": "create",
567
565
  "cancelEvent": "CLOSE",
566
+ "submitEvent": "SAVE",
568
567
  "fields": [
569
568
  "path",
570
569
  "method",
571
570
  "backend",
572
571
  "rateLimit"
573
572
  ],
574
- "mode": "create",
575
- "type": "form-section",
576
- "entity": "Route"
573
+ "type": "form-section"
577
574
  }
578
- ]
575
+ ],
576
+ "type": "stack",
577
+ "direction": "vertical",
578
+ "gap": "md"
579
579
  }
580
580
  ]
581
581
  ]
@@ -820,13 +820,10 @@
820
820
  "modal",
821
821
  {
822
822
  "gap": "md",
823
- "type": "stack",
824
823
  "direction": "vertical",
824
+ "type": "stack",
825
825
  "children": [
826
826
  {
827
- "direction": "horizontal",
828
- "gap": "sm",
829
- "type": "stack",
830
827
  "children": [
831
828
  {
832
829
  "type": "icon",
@@ -837,13 +834,19 @@
837
834
  "type": "typography",
838
835
  "content": "Edit Route"
839
836
  }
840
- ]
837
+ ],
838
+ "gap": "sm",
839
+ "type": "stack",
840
+ "direction": "horizontal"
841
841
  },
842
842
  {
843
843
  "type": "divider"
844
844
  },
845
845
  {
846
+ "entityId": "@entity.id",
846
847
  "entity": "Route",
848
+ "type": "form-section",
849
+ "submitEvent": "SAVE",
847
850
  "cancelEvent": "CLOSE",
848
851
  "fields": [
849
852
  "path",
@@ -851,9 +854,6 @@
851
854
  "backend",
852
855
  "rateLimit"
853
856
  ],
854
- "submitEvent": "SAVE",
855
- "type": "form-section",
856
- "entityId": "@entity.id",
857
857
  "mode": "edit"
858
858
  }
859
859
  ]
@@ -1075,134 +1075,134 @@
1075
1075
  "fetch",
1076
1076
  "Route",
1077
1077
  {
1078
- "id": "@payload.id",
1079
1078
  "emit": {
1080
- "success": "RouteLoaded",
1081
- "failure": "RouteLoadFailed"
1082
- }
1079
+ "failure": "RouteLoadFailed",
1080
+ "success": "RouteLoaded"
1081
+ },
1082
+ "id": "@payload.id"
1083
1083
  }
1084
1084
  ],
1085
1085
  [
1086
1086
  "render-ui",
1087
1087
  "modal",
1088
1088
  {
1089
+ "gap": "md",
1090
+ "type": "stack",
1091
+ "direction": "vertical",
1089
1092
  "children": [
1090
1093
  {
1094
+ "align": "center",
1095
+ "direction": "horizontal",
1096
+ "gap": "sm",
1091
1097
  "children": [
1092
1098
  {
1093
1099
  "type": "icon",
1094
1100
  "name": "eye"
1095
1101
  },
1096
1102
  {
1097
- "type": "typography",
1098
1103
  "variant": "h3",
1104
+ "type": "typography",
1099
1105
  "content": "@entity.path"
1100
1106
  }
1101
1107
  ],
1102
- "gap": "sm",
1103
- "align": "center",
1104
- "type": "stack",
1105
- "direction": "horizontal"
1108
+ "type": "stack"
1106
1109
  },
1107
1110
  {
1108
1111
  "type": "divider"
1109
1112
  },
1110
1113
  {
1111
- "gap": "md",
1112
1114
  "direction": "horizontal",
1113
- "type": "stack",
1114
1115
  "children": [
1115
1116
  {
1116
- "variant": "caption",
1117
1117
  "type": "typography",
1118
+ "variant": "caption",
1118
1119
  "content": "Path"
1119
1120
  },
1120
1121
  {
1121
- "content": "@entity.path",
1122
1122
  "variant": "body",
1123
- "type": "typography"
1123
+ "type": "typography",
1124
+ "content": "@entity.path"
1124
1125
  }
1125
- ]
1126
+ ],
1127
+ "type": "stack",
1128
+ "gap": "md"
1126
1129
  },
1127
1130
  {
1131
+ "gap": "md",
1132
+ "direction": "horizontal",
1133
+ "type": "stack",
1128
1134
  "children": [
1129
1135
  {
1130
- "type": "typography",
1131
1136
  "content": "Method",
1137
+ "type": "typography",
1132
1138
  "variant": "caption"
1133
1139
  },
1134
1140
  {
1135
- "variant": "body",
1141
+ "content": "@entity.method",
1136
1142
  "type": "typography",
1137
- "content": "@entity.method"
1143
+ "variant": "body"
1138
1144
  }
1139
- ],
1140
- "type": "stack",
1141
- "gap": "md",
1142
- "direction": "horizontal"
1145
+ ]
1143
1146
  },
1144
1147
  {
1145
1148
  "type": "stack",
1146
- "gap": "md",
1147
1149
  "direction": "horizontal",
1148
1150
  "children": [
1149
1151
  {
1152
+ "type": "typography",
1150
1153
  "variant": "caption",
1151
- "content": "Backend",
1152
- "type": "typography"
1154
+ "content": "Backend"
1153
1155
  },
1154
1156
  {
1155
- "content": "@entity.backend",
1157
+ "type": "typography",
1156
1158
  "variant": "body",
1157
- "type": "typography"
1159
+ "content": "@entity.backend"
1158
1160
  }
1159
- ]
1161
+ ],
1162
+ "gap": "md"
1160
1163
  },
1161
1164
  {
1165
+ "gap": "md",
1162
1166
  "children": [
1163
1167
  {
1164
- "content": "Rate Limit",
1165
1168
  "type": "typography",
1166
- "variant": "caption"
1169
+ "variant": "caption",
1170
+ "content": "Rate Limit"
1167
1171
  },
1168
1172
  {
1169
- "type": "typography",
1170
1173
  "content": "@entity.rateLimit",
1174
+ "type": "typography",
1171
1175
  "variant": "body"
1172
1176
  }
1173
1177
  ],
1174
- "type": "stack",
1175
- "gap": "md",
1176
- "direction": "horizontal"
1178
+ "direction": "horizontal",
1179
+ "type": "stack"
1177
1180
  },
1178
1181
  {
1179
1182
  "type": "divider"
1180
1183
  },
1181
1184
  {
1182
- "direction": "horizontal",
1185
+ "gap": "sm",
1186
+ "type": "stack",
1183
1187
  "children": [
1184
1188
  {
1185
- "action": "EDIT",
1186
- "icon": "edit",
1187
1189
  "label": "Edit",
1188
1190
  "type": "button",
1189
- "variant": "primary"
1191
+ "action": "EDIT",
1192
+ "variant": "primary",
1193
+ "icon": "edit"
1190
1194
  },
1191
1195
  {
1192
- "variant": "ghost",
1193
1196
  "action": "CLOSE",
1194
- "label": "Close",
1195
- "type": "button"
1197
+ "variant": "ghost",
1198
+ "type": "button",
1199
+ "label": "Close"
1196
1200
  }
1197
1201
  ],
1198
1202
  "justify": "end",
1199
- "type": "stack",
1200
- "gap": "sm"
1203
+ "direction": "horizontal"
1201
1204
  }
1202
- ],
1203
- "direction": "vertical",
1204
- "gap": "md",
1205
- "type": "stack"
1205
+ ]
1206
1206
  }
1207
1207
  ]
1208
1208
  ]
@@ -1438,11 +1438,11 @@
1438
1438
  "render-ui",
1439
1439
  "modal",
1440
1440
  {
1441
- "type": "stack",
1442
- "direction": "vertical",
1443
- "gap": "md",
1444
1441
  "children": [
1445
1442
  {
1443
+ "align": "center",
1444
+ "gap": "sm",
1445
+ "type": "stack",
1446
1446
  "direction": "horizontal",
1447
1447
  "children": [
1448
1448
  {
@@ -1450,14 +1450,11 @@
1450
1450
  "name": "alert-triangle"
1451
1451
  },
1452
1452
  {
1453
- "type": "typography",
1454
1453
  "content": "Delete Route",
1454
+ "type": "typography",
1455
1455
  "variant": "h3"
1456
1456
  }
1457
- ],
1458
- "gap": "sm",
1459
- "align": "center",
1460
- "type": "stack"
1457
+ ]
1461
1458
  },
1462
1459
  {
1463
1460
  "type": "divider"
@@ -1468,27 +1465,30 @@
1468
1465
  "message": "This action cannot be undone."
1469
1466
  },
1470
1467
  {
1468
+ "gap": "sm",
1469
+ "direction": "horizontal",
1470
+ "justify": "end",
1471
+ "type": "stack",
1471
1472
  "children": [
1472
1473
  {
1473
- "action": "CANCEL",
1474
1474
  "label": "Cancel",
1475
1475
  "type": "button",
1476
- "variant": "ghost"
1476
+ "variant": "ghost",
1477
+ "action": "CANCEL"
1477
1478
  },
1478
1479
  {
1480
+ "label": "Delete",
1481
+ "icon": "check",
1479
1482
  "action": "CONFIRM_DELETE",
1480
1483
  "variant": "danger",
1481
- "icon": "check",
1482
- "label": "Delete",
1483
1484
  "type": "button"
1484
1485
  }
1485
- ],
1486
- "type": "stack",
1487
- "gap": "sm",
1488
- "justify": "end",
1489
- "direction": "horizontal"
1486
+ ]
1490
1487
  }
1491
- ]
1488
+ ],
1489
+ "gap": "md",
1490
+ "type": "stack",
1491
+ "direction": "vertical"
1492
1492
  }
1493
1493
  ]
1494
1494
  ]
@@ -1810,74 +1810,55 @@
1810
1810
  "render-ui",
1811
1811
  "main",
1812
1812
  {
1813
- "navItems": [
1814
- {
1815
- "icon": "git-branch",
1816
- "href": "/routes",
1817
- "label": "Routes"
1818
- },
1819
- {
1820
- "href": "/backends",
1821
- "label": "Backends",
1822
- "icon": "server"
1823
- },
1824
- {
1825
- "label": "Analytics",
1826
- "href": "/analytics",
1827
- "icon": "bar-chart-2"
1828
- }
1829
- ],
1830
- "appName": "API Gateway",
1831
1813
  "children": [
1832
1814
  {
1833
1815
  "type": "stack",
1834
- "direction": "vertical",
1835
1816
  "children": [
1836
1817
  {
1837
- "direction": "horizontal",
1838
- "justify": "between",
1839
- "type": "stack",
1840
1818
  "children": [
1841
1819
  {
1820
+ "gap": "md",
1842
1821
  "direction": "horizontal",
1822
+ "type": "stack",
1843
1823
  "children": [
1844
1824
  {
1845
1825
  "type": "icon",
1846
1826
  "name": "server"
1847
1827
  },
1848
1828
  {
1849
- "type": "typography",
1850
1829
  "content": "Backend",
1851
- "variant": "h2"
1830
+ "variant": "h2",
1831
+ "type": "typography"
1852
1832
  }
1853
1833
  ],
1854
- "type": "stack",
1855
- "gap": "md",
1856
1834
  "align": "center"
1857
1835
  },
1858
1836
  {
1859
- "type": "status-dot",
1860
- "status": "online",
1861
1837
  "pulse": false,
1862
- "label": "Circuit Closed"
1838
+ "label": "Circuit Closed",
1839
+ "status": "online",
1840
+ "type": "status-dot"
1863
1841
  }
1864
1842
  ],
1843
+ "align": "center",
1844
+ "type": "stack",
1845
+ "direction": "horizontal",
1865
1846
  "gap": "md",
1866
- "align": "center"
1847
+ "justify": "between"
1867
1848
  },
1868
1849
  {
1869
1850
  "type": "divider"
1870
1851
  },
1871
1852
  {
1872
- "variant": "success",
1873
1853
  "message": "Service is healthy. All requests are being processed.",
1874
- "type": "alert"
1854
+ "type": "alert",
1855
+ "variant": "success"
1875
1856
  },
1876
1857
  {
1877
1858
  "type": "simple-grid",
1859
+ "cols": 2.0,
1878
1860
  "children": [
1879
1861
  {
1880
- "label": "Failures",
1881
1862
  "value": [
1882
1863
  "object/get",
1883
1864
  [
@@ -1886,11 +1867,10 @@
1886
1867
  ],
1887
1868
  "failureCount"
1888
1869
  ],
1889
- "type": "stat-display"
1870
+ "type": "stat-display",
1871
+ "label": "Failures"
1890
1872
  },
1891
1873
  {
1892
- "type": "stat-display",
1893
- "label": "Successes",
1894
1874
  "value": [
1895
1875
  "object/get",
1896
1876
  [
@@ -1898,58 +1878,47 @@
1898
1878
  "@entity"
1899
1879
  ],
1900
1880
  "successCount"
1901
- ]
1881
+ ],
1882
+ "type": "stat-display",
1883
+ "label": "Successes"
1902
1884
  }
1903
- ],
1904
- "cols": 2.0
1885
+ ]
1905
1886
  },
1906
1887
  {
1907
- "max": [
1888
+ "value": [
1908
1889
  "object/get",
1909
1890
  [
1910
1891
  "array/first",
1911
1892
  "@entity"
1912
1893
  ],
1913
- "threshold"
1894
+ "failureCount"
1914
1895
  ],
1915
- "value": [
1896
+ "min": 0.0,
1897
+ "type": "meter",
1898
+ "max": [
1916
1899
  "object/get",
1917
1900
  [
1918
1901
  "array/first",
1919
1902
  "@entity"
1920
1903
  ],
1921
- "failureCount"
1922
- ],
1923
- "min": 0.0,
1924
- "type": "meter"
1904
+ "threshold"
1905
+ ]
1925
1906
  }
1926
1907
  ],
1927
- "gap": "lg"
1908
+ "gap": "lg",
1909
+ "direction": "vertical"
1928
1910
  }
1929
1911
  ],
1930
- "type": "dashboard-layout"
1931
- }
1932
- ]
1933
- ]
1934
- },
1935
- {
1936
- "from": "closed",
1937
- "to": "open",
1938
- "event": "FAILURE",
1939
- "effects": [
1940
- [
1941
- "render-ui",
1942
- "main",
1943
- {
1912
+ "type": "dashboard-layout",
1944
1913
  "navItems": [
1945
1914
  {
1915
+ "href": "/routes",
1946
1916
  "icon": "git-branch",
1947
- "label": "Routes",
1948
- "href": "/routes"
1917
+ "label": "Routes"
1949
1918
  },
1950
1919
  {
1951
- "icon": "server",
1952
1920
  "href": "/backends",
1921
+ "icon": "server",
1953
1922
  "label": "Backends"
1954
1923
  },
1955
1924
  {
@@ -1958,21 +1927,36 @@
1958
1927
  "icon": "bar-chart-2"
1959
1928
  }
1960
1929
  ],
1961
- "appName": "API Gateway",
1962
- "type": "dashboard-layout",
1930
+ "appName": "API Gateway"
1931
+ }
1932
+ ]
1933
+ ]
1934
+ },
1935
+ {
1936
+ "from": "closed",
1937
+ "to": "open",
1938
+ "event": "FAILURE",
1939
+ "effects": [
1940
+ [
1941
+ "render-ui",
1942
+ "main",
1943
+ {
1963
1944
  "children": [
1964
1945
  {
1965
1946
  "type": "stack",
1966
- "direction": "vertical",
1967
1947
  "gap": "lg",
1968
1948
  "children": [
1969
1949
  {
1970
- "align": "center",
1971
- "direction": "horizontal",
1950
+ "gap": "md",
1972
1951
  "type": "stack",
1973
1952
  "justify": "between",
1953
+ "align": "center",
1954
+ "direction": "horizontal",
1974
1955
  "children": [
1975
1956
  {
1957
+ "align": "center",
1958
+ "gap": "md",
1959
+ "direction": "horizontal",
1976
1960
  "children": [
1977
1961
  {
1978
1962
  "name": "alert-triangle",
@@ -1980,38 +1964,32 @@
1980
1964
  },
1981
1965
  {
1982
1966
  "variant": "h2",
1983
- "content": "Backend",
1984
- "type": "typography"
1967
+ "type": "typography",
1968
+ "content": "Backend"
1985
1969
  }
1986
1970
  ],
1987
- "align": "center",
1988
- "direction": "horizontal",
1989
- "type": "stack",
1990
- "gap": "md"
1971
+ "type": "stack"
1991
1972
  },
1992
1973
  {
1993
- "status": "critical",
1994
- "label": "Circuit Open",
1995
1974
  "type": "status-dot",
1975
+ "label": "Circuit Open",
1976
+ "status": "critical",
1996
1977
  "pulse": true
1997
1978
  }
1998
- ],
1999
- "gap": "md"
1979
+ ]
2000
1980
  },
2001
1981
  {
2002
1982
  "type": "divider"
2003
1983
  },
2004
1984
  {
2005
- "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
2006
1985
  "type": "alert",
2007
- "variant": "error"
1986
+ "variant": "error",
1987
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
2008
1988
  },
2009
1989
  {
2010
1990
  "type": "simple-grid",
2011
- "cols": 2.0,
2012
1991
  "children": [
2013
1992
  {
2014
- "type": "stat-display",
2015
1993
  "value": [
2016
1994
  "object/get",
2017
1995
  [
@@ -2020,11 +1998,10 @@
2020
1998
  ],
2021
1999
  "failureCount"
2022
2000
  ],
2023
- "label": "Failures"
2001
+ "label": "Failures",
2002
+ "type": "stat-display"
2024
2003
  },
2025
2004
  {
2026
- "label": "Successes",
2027
- "type": "stat-display",
2028
2005
  "value": [
2029
2006
  "object/get",
2030
2007
  [
@@ -2032,40 +2009,63 @@
2032
2009
  "@entity"
2033
2010
  ],
2034
2011
  "successCount"
2035
- ]
2012
+ ],
2013
+ "label": "Successes",
2014
+ "type": "stat-display"
2036
2015
  }
2037
- ]
2016
+ ],
2017
+ "cols": 2.0
2038
2018
  },
2039
2019
  {
2040
- "type": "meter",
2041
- "min": 0.0,
2042
- "value": [
2020
+ "max": [
2043
2021
  "object/get",
2044
2022
  [
2045
2023
  "array/first",
2046
2024
  "@entity"
2047
2025
  ],
2048
- "failureCount"
2026
+ "threshold"
2049
2027
  ],
2050
- "max": [
2028
+ "min": 0.0,
2029
+ "type": "meter",
2030
+ "value": [
2051
2031
  "object/get",
2052
2032
  [
2053
2033
  "array/first",
2054
2034
  "@entity"
2055
2035
  ],
2056
- "threshold"
2036
+ "failureCount"
2057
2037
  ]
2058
2038
  },
2059
2039
  {
2040
+ "label": "Reset",
2060
2041
  "type": "button",
2061
2042
  "icon": "rotate-ccw",
2062
- "label": "Reset",
2063
- "variant": "ghost",
2064
- "action": "RESET"
2043
+ "action": "RESET",
2044
+ "variant": "ghost"
2065
2045
  }
2066
- ]
2046
+ ],
2047
+ "direction": "vertical"
2067
2048
  }
2068
- ]
2049
+ ],
2050
+ "type": "dashboard-layout",
2051
+ "navItems": [
2052
+ {
2053
+ "href": "/routes",
2054
+ "icon": "git-branch",
2055
+ "label": "Routes"
2056
+ },
2057
+ {
2058
+ "label": "Backends",
2059
+ "href": "/backends",
2060
+ "icon": "server"
2061
+ },
2062
+ {
2063
+ "href": "/analytics",
2064
+ "icon": "bar-chart-2",
2065
+ "label": "Analytics"
2066
+ }
2067
+ ],
2068
+ "appName": "API Gateway"
2069
2069
  }
2070
2070
  ]
2071
2071
  ]
@@ -2079,55 +2079,76 @@
2079
2079
  "render-ui",
2080
2080
  "main",
2081
2081
  {
2082
+ "navItems": [
2083
+ {
2084
+ "icon": "git-branch",
2085
+ "href": "/routes",
2086
+ "label": "Routes"
2087
+ },
2088
+ {
2089
+ "icon": "server",
2090
+ "href": "/backends",
2091
+ "label": "Backends"
2092
+ },
2093
+ {
2094
+ "href": "/analytics",
2095
+ "icon": "bar-chart-2",
2096
+ "label": "Analytics"
2097
+ }
2098
+ ],
2082
2099
  "appName": "API Gateway",
2100
+ "type": "dashboard-layout",
2083
2101
  "children": [
2084
2102
  {
2103
+ "direction": "vertical",
2085
2104
  "children": [
2086
2105
  {
2087
- "type": "stack",
2088
- "align": "center",
2089
- "justify": "between",
2090
- "gap": "md",
2091
2106
  "children": [
2092
2107
  {
2093
- "gap": "md",
2094
2108
  "direction": "horizontal",
2109
+ "align": "center",
2095
2110
  "type": "stack",
2111
+ "gap": "md",
2096
2112
  "children": [
2097
2113
  {
2098
2114
  "type": "icon",
2099
2115
  "name": "server"
2100
2116
  },
2101
2117
  {
2102
- "type": "typography",
2103
2118
  "variant": "h2",
2104
- "content": "Backend"
2119
+ "content": "Backend",
2120
+ "type": "typography"
2105
2121
  }
2106
- ],
2107
- "align": "center"
2122
+ ]
2108
2123
  },
2109
2124
  {
2110
- "pulse": false,
2111
2125
  "status": "online",
2112
- "type": "status-dot",
2113
- "label": "Circuit Closed"
2126
+ "pulse": false,
2127
+ "label": "Circuit Closed",
2128
+ "type": "status-dot"
2114
2129
  }
2115
2130
  ],
2116
- "direction": "horizontal"
2131
+ "direction": "horizontal",
2132
+ "gap": "md",
2133
+ "type": "stack",
2134
+ "justify": "between",
2135
+ "align": "center"
2117
2136
  },
2118
2137
  {
2119
2138
  "type": "divider"
2120
2139
  },
2121
2140
  {
2122
- "message": "Service is healthy. All requests are being processed.",
2123
2141
  "variant": "success",
2124
- "type": "alert"
2142
+ "type": "alert",
2143
+ "message": "Service is healthy. All requests are being processed."
2125
2144
  },
2126
2145
  {
2127
2146
  "cols": 2.0,
2128
2147
  "type": "simple-grid",
2129
2148
  "children": [
2130
2149
  {
2150
+ "type": "stat-display",
2151
+ "label": "Failures",
2131
2152
  "value": [
2132
2153
  "object/get",
2133
2154
  [
@@ -2135,9 +2156,7 @@
2135
2156
  "@entity"
2136
2157
  ],
2137
2158
  "failureCount"
2138
- ],
2139
- "label": "Failures",
2140
- "type": "stat-display"
2159
+ ]
2141
2160
  },
2142
2161
  {
2143
2162
  "type": "stat-display",
@@ -2154,6 +2173,7 @@
2154
2173
  ]
2155
2174
  },
2156
2175
  {
2176
+ "min": 0.0,
2157
2177
  "max": [
2158
2178
  "object/get",
2159
2179
  [
@@ -2170,31 +2190,11 @@
2170
2190
  "@entity"
2171
2191
  ],
2172
2192
  "failureCount"
2173
- ],
2174
- "min": 0.0
2193
+ ]
2175
2194
  }
2176
2195
  ],
2177
- "type": "stack",
2178
- "direction": "vertical",
2179
- "gap": "lg"
2180
- }
2181
- ],
2182
- "type": "dashboard-layout",
2183
- "navItems": [
2184
- {
2185
- "label": "Routes",
2186
- "href": "/routes",
2187
- "icon": "git-branch"
2188
- },
2189
- {
2190
- "label": "Backends",
2191
- "icon": "server",
2192
- "href": "/backends"
2193
- },
2194
- {
2195
- "icon": "bar-chart-2",
2196
- "label": "Analytics",
2197
- "href": "/analytics"
2196
+ "gap": "lg",
2197
+ "type": "stack"
2198
2198
  }
2199
2199
  ]
2200
2200
  }
@@ -2210,58 +2210,54 @@
2210
2210
  "render-ui",
2211
2211
  "main",
2212
2212
  {
2213
- "appName": "API Gateway",
2214
2213
  "children": [
2215
2214
  {
2216
- "gap": "lg",
2217
- "direction": "vertical",
2218
- "type": "stack",
2219
2215
  "children": [
2220
2216
  {
2221
- "justify": "between",
2222
2217
  "gap": "md",
2223
- "direction": "horizontal",
2224
- "align": "center",
2225
- "type": "stack",
2226
2218
  "children": [
2227
2219
  {
2228
- "type": "stack",
2229
- "direction": "horizontal",
2230
- "gap": "md",
2231
2220
  "children": [
2232
2221
  {
2233
2222
  "type": "icon",
2234
2223
  "name": "activity"
2235
2224
  },
2236
2225
  {
2226
+ "variant": "h2",
2237
2227
  "content": "Backend",
2238
- "type": "typography",
2239
- "variant": "h2"
2228
+ "type": "typography"
2240
2229
  }
2241
2230
  ],
2242
- "align": "center"
2231
+ "gap": "md",
2232
+ "align": "center",
2233
+ "direction": "horizontal",
2234
+ "type": "stack"
2243
2235
  },
2244
2236
  {
2245
- "status": "warning",
2246
2237
  "type": "status-dot",
2247
- "pulse": true,
2248
- "label": "Circuit Half-Open"
2238
+ "label": "Circuit Half-Open",
2239
+ "status": "warning",
2240
+ "pulse": true
2249
2241
  }
2250
- ]
2242
+ ],
2243
+ "type": "stack",
2244
+ "align": "center",
2245
+ "justify": "between",
2246
+ "direction": "horizontal"
2251
2247
  },
2252
2248
  {
2253
2249
  "type": "divider"
2254
2250
  },
2255
2251
  {
2256
- "variant": "warning",
2257
2252
  "type": "alert",
2258
- "message": "Testing recovery. Limited requests are being allowed through."
2253
+ "message": "Testing recovery. Limited requests are being allowed through.",
2254
+ "variant": "warning"
2259
2255
  },
2260
2256
  {
2257
+ "cols": 2.0,
2261
2258
  "type": "simple-grid",
2262
2259
  "children": [
2263
2260
  {
2264
- "type": "stat-display",
2265
2261
  "value": [
2266
2262
  "object/get",
2267
2263
  [
@@ -2270,6 +2266,7 @@
2270
2266
  ],
2271
2267
  "failureCount"
2272
2268
  ],
2269
+ "type": "stat-display",
2273
2270
  "label": "Failures"
2274
2271
  },
2275
2272
  {
@@ -2284,13 +2281,15 @@
2284
2281
  "type": "stat-display",
2285
2282
  "label": "Successes"
2286
2283
  }
2287
- ],
2288
- "cols": 2.0
2284
+ ]
2289
2285
  }
2290
- ]
2286
+ ],
2287
+ "direction": "vertical",
2288
+ "type": "stack",
2289
+ "gap": "lg"
2291
2290
  }
2292
2291
  ],
2293
- "type": "dashboard-layout",
2292
+ "appName": "API Gateway",
2294
2293
  "navItems": [
2295
2294
  {
2296
2295
  "label": "Routes",
@@ -2303,11 +2302,12 @@
2303
2302
  "icon": "server"
2304
2303
  },
2305
2304
  {
2305
+ "label": "Analytics",
2306
2306
  "href": "/analytics",
2307
- "icon": "bar-chart-2",
2308
- "label": "Analytics"
2307
+ "icon": "bar-chart-2"
2309
2308
  }
2310
- ]
2309
+ ],
2310
+ "type": "dashboard-layout"
2311
2311
  }
2312
2312
  ]
2313
2313
  ]
@@ -2321,20 +2321,34 @@
2321
2321
  "render-ui",
2322
2322
  "main",
2323
2323
  {
2324
+ "appName": "API Gateway",
2325
+ "navItems": [
2326
+ {
2327
+ "label": "Routes",
2328
+ "href": "/routes",
2329
+ "icon": "git-branch"
2330
+ },
2331
+ {
2332
+ "icon": "server",
2333
+ "href": "/backends",
2334
+ "label": "Backends"
2335
+ },
2336
+ {
2337
+ "icon": "bar-chart-2",
2338
+ "label": "Analytics",
2339
+ "href": "/analytics"
2340
+ }
2341
+ ],
2342
+ "type": "dashboard-layout",
2324
2343
  "children": [
2325
2344
  {
2326
- "type": "stack",
2345
+ "direction": "vertical",
2346
+ "gap": "lg",
2327
2347
  "children": [
2328
2348
  {
2329
2349
  "direction": "horizontal",
2330
- "gap": "md",
2331
- "type": "stack",
2332
- "align": "center",
2333
- "justify": "between",
2334
2350
  "children": [
2335
2351
  {
2336
- "align": "center",
2337
- "type": "stack",
2338
2352
  "direction": "horizontal",
2339
2353
  "children": [
2340
2354
  {
@@ -2342,34 +2356,40 @@
2342
2356
  "name": "server"
2343
2357
  },
2344
2358
  {
2359
+ "content": "Backend",
2345
2360
  "type": "typography",
2346
- "variant": "h2",
2347
- "content": "Backend"
2361
+ "variant": "h2"
2348
2362
  }
2349
2363
  ],
2364
+ "align": "center",
2365
+ "type": "stack",
2350
2366
  "gap": "md"
2351
2367
  },
2352
2368
  {
2353
2369
  "pulse": false,
2370
+ "label": "Circuit Closed",
2354
2371
  "type": "status-dot",
2355
- "status": "online",
2356
- "label": "Circuit Closed"
2372
+ "status": "online"
2357
2373
  }
2358
- ]
2374
+ ],
2375
+ "type": "stack",
2376
+ "gap": "md",
2377
+ "align": "center",
2378
+ "justify": "between"
2359
2379
  },
2360
2380
  {
2361
2381
  "type": "divider"
2362
2382
  },
2363
2383
  {
2384
+ "variant": "success",
2364
2385
  "message": "Service is healthy. All requests are being processed.",
2365
- "type": "alert",
2366
- "variant": "success"
2386
+ "type": "alert"
2367
2387
  },
2368
2388
  {
2369
- "cols": 2.0,
2370
- "type": "simple-grid",
2371
2389
  "children": [
2372
2390
  {
2391
+ "type": "stat-display",
2392
+ "label": "Failures",
2373
2393
  "value": [
2374
2394
  "object/get",
2375
2395
  [
@@ -2377,13 +2397,9 @@
2377
2397
  "@entity"
2378
2398
  ],
2379
2399
  "failureCount"
2380
- ],
2381
- "type": "stat-display",
2382
- "label": "Failures"
2400
+ ]
2383
2401
  },
2384
2402
  {
2385
- "type": "stat-display",
2386
- "label": "Successes",
2387
2403
  "value": [
2388
2404
  "object/get",
2389
2405
  [
@@ -2391,52 +2407,36 @@
2391
2407
  "@entity"
2392
2408
  ],
2393
2409
  "successCount"
2394
- ]
2410
+ ],
2411
+ "type": "stat-display",
2412
+ "label": "Successes"
2395
2413
  }
2396
- ]
2414
+ ],
2415
+ "type": "simple-grid",
2416
+ "cols": 2.0
2397
2417
  },
2398
2418
  {
2399
- "value": [
2419
+ "max": [
2400
2420
  "object/get",
2401
2421
  [
2402
2422
  "array/first",
2403
2423
  "@entity"
2404
2424
  ],
2405
- "failureCount"
2425
+ "threshold"
2406
2426
  ],
2407
- "min": 0.0,
2408
- "max": [
2427
+ "type": "meter",
2428
+ "value": [
2409
2429
  "object/get",
2410
2430
  [
2411
2431
  "array/first",
2412
2432
  "@entity"
2413
2433
  ],
2414
- "threshold"
2434
+ "failureCount"
2415
2435
  ],
2416
- "type": "meter"
2436
+ "min": 0.0
2417
2437
  }
2418
2438
  ],
2419
- "direction": "vertical",
2420
- "gap": "lg"
2421
- }
2422
- ],
2423
- "type": "dashboard-layout",
2424
- "appName": "API Gateway",
2425
- "navItems": [
2426
- {
2427
- "icon": "git-branch",
2428
- "href": "/routes",
2429
- "label": "Routes"
2430
- },
2431
- {
2432
- "label": "Backends",
2433
- "href": "/backends",
2434
- "icon": "server"
2435
- },
2436
- {
2437
- "icon": "bar-chart-2",
2438
- "href": "/analytics",
2439
- "label": "Analytics"
2439
+ "type": "stack"
2440
2440
  }
2441
2441
  ]
2442
2442
  }
@@ -2452,12 +2452,13 @@
2452
2452
  "render-ui",
2453
2453
  "main",
2454
2454
  {
2455
+ "type": "dashboard-layout",
2455
2456
  "appName": "API Gateway",
2456
2457
  "navItems": [
2457
2458
  {
2458
- "href": "/routes",
2459
2459
  "icon": "git-branch",
2460
- "label": "Routes"
2460
+ "label": "Routes",
2461
+ "href": "/routes"
2461
2462
  },
2462
2463
  {
2463
2464
  "href": "/backends",
@@ -2465,62 +2466,60 @@
2465
2466
  "icon": "server"
2466
2467
  },
2467
2468
  {
2468
- "label": "Analytics",
2469
+ "icon": "bar-chart-2",
2469
2470
  "href": "/analytics",
2470
- "icon": "bar-chart-2"
2471
+ "label": "Analytics"
2471
2472
  }
2472
2473
  ],
2473
2474
  "children": [
2474
2475
  {
2475
- "gap": "lg",
2476
- "type": "stack",
2477
- "direction": "vertical",
2478
2476
  "children": [
2479
2477
  {
2478
+ "direction": "horizontal",
2479
+ "align": "center",
2480
+ "justify": "between",
2480
2481
  "gap": "md",
2481
2482
  "children": [
2482
2483
  {
2484
+ "align": "center",
2485
+ "direction": "horizontal",
2483
2486
  "children": [
2484
2487
  {
2485
2488
  "name": "server",
2486
2489
  "type": "icon"
2487
2490
  },
2488
2491
  {
2489
- "content": "Backend",
2490
2492
  "type": "typography",
2493
+ "content": "Backend",
2491
2494
  "variant": "h2"
2492
2495
  }
2493
2496
  ],
2494
2497
  "gap": "md",
2495
- "align": "center",
2496
- "type": "stack",
2497
- "direction": "horizontal"
2498
+ "type": "stack"
2498
2499
  },
2499
2500
  {
2500
- "type": "status-dot",
2501
2501
  "status": "online",
2502
+ "pulse": false,
2502
2503
  "label": "Circuit Closed",
2503
- "pulse": false
2504
+ "type": "status-dot"
2504
2505
  }
2505
2506
  ],
2506
- "direction": "horizontal",
2507
- "type": "stack",
2508
- "justify": "between",
2509
- "align": "center"
2507
+ "type": "stack"
2510
2508
  },
2511
2509
  {
2512
2510
  "type": "divider"
2513
2511
  },
2514
2512
  {
2515
- "message": "Service is healthy. All requests are being processed.",
2513
+ "type": "alert",
2516
2514
  "variant": "success",
2517
- "type": "alert"
2515
+ "message": "Service is healthy. All requests are being processed."
2518
2516
  },
2519
2517
  {
2520
2518
  "type": "simple-grid",
2521
2519
  "cols": 2.0,
2522
2520
  "children": [
2523
2521
  {
2522
+ "type": "stat-display",
2524
2523
  "label": "Failures",
2525
2524
  "value": [
2526
2525
  "object/get",
@@ -2529,10 +2528,10 @@
2529
2528
  "@entity"
2530
2529
  ],
2531
2530
  "failureCount"
2532
- ],
2533
- "type": "stat-display"
2531
+ ]
2534
2532
  },
2535
2533
  {
2534
+ "label": "Successes",
2536
2535
  "value": [
2537
2536
  "object/get",
2538
2537
  [
@@ -2541,13 +2540,11 @@
2541
2540
  ],
2542
2541
  "successCount"
2543
2542
  ],
2544
- "type": "stat-display",
2545
- "label": "Successes"
2543
+ "type": "stat-display"
2546
2544
  }
2547
2545
  ]
2548
2546
  },
2549
2547
  {
2550
- "min": 0.0,
2551
2548
  "value": [
2552
2549
  "object/get",
2553
2550
  [
@@ -2564,12 +2561,15 @@
2564
2561
  ],
2565
2562
  "threshold"
2566
2563
  ],
2567
- "type": "meter"
2564
+ "type": "meter",
2565
+ "min": 0.0
2568
2566
  }
2569
- ]
2567
+ ],
2568
+ "gap": "lg",
2569
+ "type": "stack",
2570
+ "direction": "vertical"
2570
2571
  }
2571
- ],
2572
- "type": "dashboard-layout"
2572
+ ]
2573
2573
  }
2574
2574
  ]
2575
2575
  ]
@@ -2583,13 +2583,11 @@
2583
2583
  "render-ui",
2584
2584
  "main",
2585
2585
  {
2586
- "appName": "API Gateway",
2587
- "type": "dashboard-layout",
2588
2586
  "navItems": [
2589
2587
  {
2590
2588
  "href": "/routes",
2591
- "icon": "git-branch",
2592
- "label": "Routes"
2589
+ "label": "Routes",
2590
+ "icon": "git-branch"
2593
2591
  },
2594
2592
  {
2595
2593
  "icon": "server",
@@ -2597,60 +2595,61 @@
2597
2595
  "href": "/backends"
2598
2596
  },
2599
2597
  {
2600
- "href": "/analytics",
2598
+ "label": "Analytics",
2601
2599
  "icon": "bar-chart-2",
2602
- "label": "Analytics"
2600
+ "href": "/analytics"
2603
2601
  }
2604
2602
  ],
2605
2603
  "children": [
2606
2604
  {
2607
- "type": "stack",
2608
- "direction": "vertical",
2609
2605
  "gap": "lg",
2606
+ "direction": "vertical",
2610
2607
  "children": [
2611
2608
  {
2612
2609
  "type": "stack",
2613
2610
  "align": "center",
2614
- "justify": "between",
2615
- "gap": "md",
2616
- "direction": "horizontal",
2617
2611
  "children": [
2618
2612
  {
2619
- "align": "center",
2620
- "gap": "md",
2621
2613
  "direction": "horizontal",
2622
2614
  "type": "stack",
2615
+ "gap": "md",
2616
+ "align": "center",
2623
2617
  "children": [
2624
2618
  {
2625
- "name": "alert-triangle",
2626
- "type": "icon"
2619
+ "type": "icon",
2620
+ "name": "alert-triangle"
2627
2621
  },
2628
2622
  {
2629
- "type": "typography",
2630
2623
  "content": "Backend",
2624
+ "type": "typography",
2631
2625
  "variant": "h2"
2632
2626
  }
2633
2627
  ]
2634
2628
  },
2635
2629
  {
2630
+ "type": "status-dot",
2636
2631
  "label": "Circuit Open",
2637
- "pulse": true,
2638
2632
  "status": "critical",
2639
- "type": "status-dot"
2633
+ "pulse": true
2640
2634
  }
2641
- ]
2635
+ ],
2636
+ "direction": "horizontal",
2637
+ "gap": "md",
2638
+ "justify": "between"
2642
2639
  },
2643
2640
  {
2644
2641
  "type": "divider"
2645
2642
  },
2646
2643
  {
2647
- "variant": "error",
2644
+ "type": "alert",
2648
2645
  "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
2649
- "type": "alert"
2646
+ "variant": "error"
2650
2647
  },
2651
2648
  {
2649
+ "cols": 2.0,
2652
2650
  "children": [
2653
2651
  {
2652
+ "label": "Failures",
2654
2653
  "value": [
2655
2654
  "object/get",
2656
2655
  [
@@ -2659,7 +2658,6 @@
2659
2658
  ],
2660
2659
  "failureCount"
2661
2660
  ],
2662
- "label": "Failures",
2663
2661
  "type": "stat-display"
2664
2662
  },
2665
2663
  {
@@ -2671,43 +2669,45 @@
2671
2669
  ],
2672
2670
  "successCount"
2673
2671
  ],
2674
- "type": "stat-display",
2675
- "label": "Successes"
2672
+ "label": "Successes",
2673
+ "type": "stat-display"
2676
2674
  }
2677
2675
  ],
2678
- "type": "simple-grid",
2679
- "cols": 2.0
2676
+ "type": "simple-grid"
2680
2677
  },
2681
2678
  {
2682
- "min": 0.0,
2683
- "value": [
2679
+ "max": [
2684
2680
  "object/get",
2685
2681
  [
2686
2682
  "array/first",
2687
2683
  "@entity"
2688
2684
  ],
2689
- "failureCount"
2685
+ "threshold"
2690
2686
  ],
2687
+ "min": 0.0,
2691
2688
  "type": "meter",
2692
- "max": [
2689
+ "value": [
2693
2690
  "object/get",
2694
2691
  [
2695
2692
  "array/first",
2696
2693
  "@entity"
2697
2694
  ],
2698
- "threshold"
2695
+ "failureCount"
2699
2696
  ]
2700
2697
  },
2701
2698
  {
2699
+ "label": "Reset",
2702
2700
  "action": "RESET",
2703
2701
  "icon": "rotate-ccw",
2704
2702
  "type": "button",
2705
- "label": "Reset",
2706
2703
  "variant": "ghost"
2707
2704
  }
2708
- ]
2705
+ ],
2706
+ "type": "stack"
2709
2707
  }
2710
- ]
2708
+ ],
2709
+ "type": "dashboard-layout",
2710
+ "appName": "API Gateway"
2711
2711
  }
2712
2712
  ]
2713
2713
  ]
@@ -2721,40 +2721,44 @@
2721
2721
  "render-ui",
2722
2722
  "main",
2723
2723
  {
2724
+ "type": "dashboard-layout",
2724
2725
  "children": [
2725
2726
  {
2727
+ "type": "stack",
2728
+ "gap": "lg",
2729
+ "direction": "vertical",
2726
2730
  "children": [
2727
2731
  {
2732
+ "direction": "horizontal",
2733
+ "type": "stack",
2734
+ "gap": "md",
2735
+ "align": "center",
2736
+ "justify": "between",
2728
2737
  "children": [
2729
2738
  {
2730
- "direction": "horizontal",
2731
2739
  "gap": "md",
2732
2740
  "align": "center",
2741
+ "direction": "horizontal",
2733
2742
  "children": [
2734
2743
  {
2735
- "type": "icon",
2736
- "name": "server"
2744
+ "name": "server",
2745
+ "type": "icon"
2737
2746
  },
2738
2747
  {
2739
- "type": "typography",
2740
2748
  "content": "Backend",
2749
+ "type": "typography",
2741
2750
  "variant": "h2"
2742
2751
  }
2743
2752
  ],
2744
2753
  "type": "stack"
2745
2754
  },
2746
2755
  {
2756
+ "status": "online",
2747
2757
  "pulse": false,
2748
2758
  "type": "status-dot",
2749
- "status": "online",
2750
2759
  "label": "Circuit Closed"
2751
2760
  }
2752
- ],
2753
- "type": "stack",
2754
- "gap": "md",
2755
- "justify": "between",
2756
- "direction": "horizontal",
2757
- "align": "center"
2761
+ ]
2758
2762
  },
2759
2763
  {
2760
2764
  "type": "divider"
@@ -2765,10 +2769,10 @@
2765
2769
  "variant": "success"
2766
2770
  },
2767
2771
  {
2768
- "cols": 2.0,
2769
2772
  "children": [
2770
2773
  {
2771
2774
  "type": "stat-display",
2775
+ "label": "Failures",
2772
2776
  "value": [
2773
2777
  "object/get",
2774
2778
  [
@@ -2776,12 +2780,9 @@
2776
2780
  "@entity"
2777
2781
  ],
2778
2782
  "failureCount"
2779
- ],
2780
- "label": "Failures"
2783
+ ]
2781
2784
  },
2782
2785
  {
2783
- "type": "stat-display",
2784
- "label": "Successes",
2785
2786
  "value": [
2786
2787
  "object/get",
2787
2788
  [
@@ -2789,56 +2790,55 @@
2789
2790
  "@entity"
2790
2791
  ],
2791
2792
  "successCount"
2792
- ]
2793
+ ],
2794
+ "type": "stat-display",
2795
+ "label": "Successes"
2793
2796
  }
2794
2797
  ],
2795
- "type": "simple-grid"
2798
+ "type": "simple-grid",
2799
+ "cols": 2.0
2796
2800
  },
2797
2801
  {
2798
- "value": [
2802
+ "min": 0.0,
2803
+ "max": [
2799
2804
  "object/get",
2800
2805
  [
2801
2806
  "array/first",
2802
2807
  "@entity"
2803
2808
  ],
2804
- "failureCount"
2809
+ "threshold"
2805
2810
  ],
2806
- "type": "meter",
2807
- "min": 0.0,
2808
- "max": [
2811
+ "value": [
2809
2812
  "object/get",
2810
2813
  [
2811
2814
  "array/first",
2812
2815
  "@entity"
2813
2816
  ],
2814
- "threshold"
2815
- ]
2817
+ "failureCount"
2818
+ ],
2819
+ "type": "meter"
2816
2820
  }
2817
- ],
2818
- "type": "stack",
2819
- "gap": "lg",
2820
- "direction": "vertical"
2821
+ ]
2821
2822
  }
2822
2823
  ],
2823
- "type": "dashboard-layout",
2824
- "appName": "API Gateway",
2825
2824
  "navItems": [
2826
2825
  {
2826
+ "icon": "git-branch",
2827
2827
  "label": "Routes",
2828
- "href": "/routes",
2829
- "icon": "git-branch"
2828
+ "href": "/routes"
2830
2829
  },
2831
2830
  {
2832
- "icon": "server",
2833
2831
  "label": "Backends",
2834
- "href": "/backends"
2832
+ "href": "/backends",
2833
+ "icon": "server"
2835
2834
  },
2836
2835
  {
2836
+ "href": "/analytics",
2837
2837
  "label": "Analytics",
2838
- "icon": "bar-chart-2",
2839
- "href": "/analytics"
2838
+ "icon": "bar-chart-2"
2840
2839
  }
2841
- ]
2840
+ ],
2841
+ "appName": "API Gateway"
2842
2842
  }
2843
2843
  ]
2844
2844
  ]
@@ -3029,35 +3029,32 @@
3029
3029
  "render-ui",
3030
3030
  "main",
3031
3031
  {
3032
- "type": "dashboard-layout",
3033
- "appName": "API Gateway",
3034
3032
  "children": [
3035
3033
  {
3034
+ "type": "scaled-diagram",
3036
3035
  "children": [
3037
3036
  {
3038
- "direction": "vertical",
3039
3037
  "children": [
3040
3038
  {
3039
+ "type": "breadcrumb",
3041
3040
  "items": [
3042
3041
  {
3043
- "label": "Home",
3044
- "href": "/"
3042
+ "href": "/",
3043
+ "label": "Home"
3045
3044
  },
3046
3045
  {
3047
3046
  "label": "Analytics"
3048
3047
  }
3049
- ],
3050
- "type": "breadcrumb"
3048
+ ]
3051
3049
  },
3052
3050
  {
3053
- "type": "stack",
3051
+ "justify": "between",
3054
3052
  "children": [
3055
3053
  {
3056
- "direction": "horizontal",
3057
3054
  "children": [
3058
3055
  {
3059
- "type": "icon",
3060
- "name": "bar-chart-2"
3056
+ "name": "bar-chart-2",
3057
+ "type": "icon"
3061
3058
  },
3062
3059
  {
3063
3060
  "type": "typography",
@@ -3065,20 +3062,21 @@
3065
3062
  "variant": "h2"
3066
3063
  }
3067
3064
  ],
3068
- "gap": "md",
3069
- "type": "stack"
3065
+ "type": "stack",
3066
+ "direction": "horizontal",
3067
+ "gap": "md"
3070
3068
  },
3071
3069
  {
3072
- "variant": "secondary",
3070
+ "action": "REFRESH",
3073
3071
  "icon": "refresh-cw",
3072
+ "type": "button",
3074
3073
  "label": "Refresh",
3075
- "action": "REFRESH",
3076
- "type": "button"
3074
+ "variant": "secondary"
3077
3075
  }
3078
3076
  ],
3079
3077
  "direction": "horizontal",
3080
- "gap": "md",
3081
- "justify": "between"
3078
+ "type": "stack",
3079
+ "gap": "md"
3082
3080
  },
3083
3081
  {
3084
3082
  "type": "divider"
@@ -3092,8 +3090,6 @@
3092
3090
  "cols": 3.0,
3093
3091
  "children": [
3094
3092
  {
3095
- "type": "stat-display",
3096
- "label": "TotalRequests",
3097
3093
  "value": [
3098
3094
  "object/get",
3099
3095
  [
@@ -3101,9 +3097,12 @@
3101
3097
  "@entity"
3102
3098
  ],
3103
3099
  "totalRequests"
3104
- ]
3100
+ ],
3101
+ "label": "TotalRequests",
3102
+ "type": "stat-display"
3105
3103
  },
3106
3104
  {
3105
+ "label": "ErrorRate",
3107
3106
  "value": [
3108
3107
  "object/get",
3109
3108
  [
@@ -3112,10 +3111,10 @@
3112
3111
  ],
3113
3112
  "errorRate"
3114
3113
  ],
3115
- "label": "ErrorRate",
3116
3114
  "type": "stat-display"
3117
3115
  },
3118
3116
  {
3117
+ "label": "AvgLatency",
3119
3118
  "value": [
3120
3119
  "object/get",
3121
3120
  [
@@ -3124,7 +3123,6 @@
3124
3123
  ],
3125
3124
  "avgLatency"
3126
3125
  ],
3127
- "label": "AvgLatency",
3128
3126
  "type": "stat-display"
3129
3127
  },
3130
3128
  {
@@ -3134,12 +3132,10 @@
3134
3132
  "children": [
3135
3133
  {
3136
3134
  "type": "typography",
3137
- "content": "Uptime",
3138
- "variant": "caption"
3135
+ "variant": "caption",
3136
+ "content": "Uptime"
3139
3137
  },
3140
3138
  {
3141
- "variant": "h3",
3142
- "type": "typography",
3143
3139
  "content": [
3144
3140
  "object/get",
3145
3141
  [
@@ -3147,12 +3143,14 @@
3147
3143
  "@entity"
3148
3144
  ],
3149
3145
  "uptime"
3150
- ]
3146
+ ],
3147
+ "type": "typography",
3148
+ "variant": "h3"
3151
3149
  }
3152
3150
  ],
3153
- "gap": "sm",
3154
3151
  "type": "stack",
3155
- "direction": "vertical"
3152
+ "direction": "vertical",
3153
+ "gap": "sm"
3156
3154
  }
3157
3155
  ]
3158
3156
  }
@@ -3166,22 +3164,22 @@
3166
3164
  {
3167
3165
  "children": [
3168
3166
  {
3167
+ "type": "card",
3169
3168
  "children": [
3170
3169
  {
3171
- "content": "Chart View",
3170
+ "type": "typography",
3172
3171
  "variant": "caption",
3173
- "type": "typography"
3172
+ "content": "Chart View"
3174
3173
  }
3175
- ],
3176
- "type": "card"
3174
+ ]
3177
3175
  },
3178
3176
  {
3179
3177
  "type": "card",
3180
3178
  "children": [
3181
3179
  {
3180
+ "content": "Graph View",
3182
3181
  "variant": "caption",
3183
- "type": "typography",
3184
- "content": "Graph View"
3182
+ "type": "typography"
3185
3183
  }
3186
3184
  ]
3187
3185
  }
@@ -3191,22 +3189,23 @@
3191
3189
  "gap": "md"
3192
3190
  },
3193
3191
  {
3192
+ "type": "line-chart",
3194
3193
  "data": [
3195
3194
  {
3196
- "value": 12.0,
3197
- "date": "Jan"
3195
+ "date": "Jan",
3196
+ "value": 12.0
3198
3197
  },
3199
3198
  {
3200
3199
  "date": "Feb",
3201
3200
  "value": 19.0
3202
3201
  },
3203
3202
  {
3204
- "date": "Mar",
3205
- "value": 15.0
3203
+ "value": 15.0,
3204
+ "date": "Mar"
3206
3205
  },
3207
3206
  {
3208
- "date": "Apr",
3209
- "value": 25.0
3207
+ "value": 25.0,
3208
+ "date": "Apr"
3210
3209
  },
3211
3210
  {
3212
3211
  "date": "May",
@@ -3216,8 +3215,7 @@
3216
3215
  "value": 30.0,
3217
3216
  "date": "Jun"
3218
3217
  }
3219
- ],
3220
- "type": "line-chart"
3218
+ ]
3221
3219
  },
3222
3220
  {
3223
3221
  "type": "chart-legend",
@@ -3233,46 +3231,46 @@
3233
3231
  ]
3234
3232
  },
3235
3233
  {
3234
+ "edges": [
3235
+ {
3236
+ "from": "a",
3237
+ "to": "b"
3238
+ },
3239
+ {
3240
+ "from": "b",
3241
+ "to": "c"
3242
+ }
3243
+ ],
3244
+ "width": 400.0,
3245
+ "type": "graph-view",
3236
3246
  "nodes": [
3237
3247
  {
3238
- "x": 50.0,
3239
3248
  "label": "Start",
3249
+ "x": 50.0,
3240
3250
  "y": 100.0,
3241
3251
  "id": "a"
3242
3252
  },
3243
3253
  {
3244
3254
  "id": "b",
3245
- "label": "Process",
3246
3255
  "y": 50.0,
3247
- "x": 200.0
3256
+ "x": 200.0,
3257
+ "label": "Process"
3248
3258
  },
3249
3259
  {
3250
- "y": 100.0,
3251
- "label": "End",
3252
3260
  "id": "c",
3253
- "x": 350.0
3261
+ "label": "End",
3262
+ "x": 350.0,
3263
+ "y": 100.0
3254
3264
  }
3255
3265
  ],
3256
- "type": "graph-view",
3257
- "width": 400.0,
3258
- "height": 200.0,
3259
- "edges": [
3260
- {
3261
- "from": "a",
3262
- "to": "b"
3263
- },
3264
- {
3265
- "from": "b",
3266
- "to": "c"
3267
- }
3268
- ]
3266
+ "height": 200.0
3269
3267
  }
3270
3268
  ],
3269
+ "direction": "vertical",
3271
3270
  "gap": "lg",
3272
3271
  "type": "stack"
3273
3272
  }
3274
- ],
3275
- "type": "scaled-diagram"
3273
+ ]
3276
3274
  }
3277
3275
  ],
3278
3276
  "navItems": [
@@ -3282,16 +3280,18 @@
3282
3280
  "icon": "git-branch"
3283
3281
  },
3284
3282
  {
3285
- "label": "Backends",
3286
3283
  "href": "/backends",
3287
- "icon": "server"
3284
+ "icon": "server",
3285
+ "label": "Backends"
3288
3286
  },
3289
3287
  {
3288
+ "href": "/analytics",
3290
3289
  "icon": "bar-chart-2",
3291
- "label": "Analytics",
3292
- "href": "/analytics"
3290
+ "label": "Analytics"
3293
3291
  }
3294
- ]
3292
+ ],
3293
+ "type": "dashboard-layout",
3294
+ "appName": "API Gateway"
3295
3295
  }
3296
3296
  ]
3297
3297
  ]
@@ -3315,80 +3315,63 @@
3315
3315
  "render-ui",
3316
3316
  "main",
3317
3317
  {
3318
- "appName": "API Gateway",
3319
- "navItems": [
3320
- {
3321
- "href": "/routes",
3322
- "label": "Routes",
3323
- "icon": "git-branch"
3324
- },
3325
- {
3326
- "label": "Backends",
3327
- "href": "/backends",
3328
- "icon": "server"
3329
- },
3330
- {
3331
- "icon": "bar-chart-2",
3332
- "label": "Analytics",
3333
- "href": "/analytics"
3334
- }
3335
- ],
3336
3318
  "type": "dashboard-layout",
3337
3319
  "children": [
3338
3320
  {
3339
3321
  "type": "scaled-diagram",
3340
3322
  "children": [
3341
3323
  {
3324
+ "gap": "lg",
3342
3325
  "children": [
3343
3326
  {
3344
- "type": "breadcrumb",
3345
3327
  "items": [
3346
3328
  {
3347
- "label": "Home",
3348
- "href": "/"
3329
+ "href": "/",
3330
+ "label": "Home"
3349
3331
  },
3350
3332
  {
3351
3333
  "label": "Analytics"
3352
3334
  }
3353
- ]
3335
+ ],
3336
+ "type": "breadcrumb"
3354
3337
  },
3355
3338
  {
3356
- "type": "stack",
3357
3339
  "direction": "horizontal",
3358
3340
  "gap": "md",
3341
+ "justify": "between",
3342
+ "type": "stack",
3359
3343
  "children": [
3360
3344
  {
3361
3345
  "gap": "md",
3346
+ "type": "stack",
3362
3347
  "children": [
3363
3348
  {
3364
- "name": "bar-chart-2",
3365
- "type": "icon"
3349
+ "type": "icon",
3350
+ "name": "bar-chart-2"
3366
3351
  },
3367
3352
  {
3368
- "variant": "h2",
3369
3353
  "type": "typography",
3370
- "content": "Analytics"
3354
+ "content": "Analytics",
3355
+ "variant": "h2"
3371
3356
  }
3372
3357
  ],
3373
- "type": "stack",
3374
3358
  "direction": "horizontal"
3375
3359
  },
3376
3360
  {
3377
- "icon": "refresh-cw",
3378
- "type": "button",
3379
- "action": "REFRESH",
3361
+ "label": "Refresh",
3380
3362
  "variant": "secondary",
3381
- "label": "Refresh"
3363
+ "icon": "refresh-cw",
3364
+ "type": "button",
3365
+ "action": "REFRESH"
3382
3366
  }
3383
- ],
3384
- "justify": "between"
3367
+ ]
3385
3368
  },
3386
3369
  {
3387
3370
  "type": "divider"
3388
3371
  },
3389
3372
  {
3390
- "type": "box",
3391
3373
  "padding": "md",
3374
+ "type": "box",
3392
3375
  "children": [
3393
3376
  {
3394
3377
  "cols": 3.0,
@@ -3403,8 +3386,8 @@
3403
3386
  ],
3404
3387
  "totalRequests"
3405
3388
  ],
3406
- "label": "TotalRequests",
3407
- "type": "stat-display"
3389
+ "type": "stat-display",
3390
+ "label": "TotalRequests"
3408
3391
  },
3409
3392
  {
3410
3393
  "type": "stat-display",
@@ -3419,6 +3402,8 @@
3419
3402
  ]
3420
3403
  },
3421
3404
  {
3405
+ "type": "stat-display",
3406
+ "label": "AvgLatency",
3422
3407
  "value": [
3423
3408
  "object/get",
3424
3409
  [
@@ -3426,23 +3411,20 @@
3426
3411
  "@entity"
3427
3412
  ],
3428
3413
  "avgLatency"
3429
- ],
3430
- "label": "AvgLatency",
3431
- "type": "stat-display"
3414
+ ]
3432
3415
  },
3433
3416
  {
3434
- "type": "card",
3435
3417
  "children": [
3436
3418
  {
3437
3419
  "children": [
3438
3420
  {
3421
+ "type": "typography",
3439
3422
  "variant": "caption",
3440
- "content": "Uptime",
3441
- "type": "typography"
3423
+ "content": "Uptime"
3442
3424
  },
3443
3425
  {
3444
- "variant": "h3",
3445
3426
  "type": "typography",
3427
+ "variant": "h3",
3446
3428
  "content": [
3447
3429
  "object/get",
3448
3430
  [
@@ -3457,7 +3439,8 @@
3457
3439
  "type": "stack",
3458
3440
  "direction": "vertical"
3459
3441
  }
3460
- ]
3442
+ ],
3443
+ "type": "card"
3461
3444
  }
3462
3445
  ]
3463
3446
  }
@@ -3467,38 +3450,37 @@
3467
3450
  "type": "divider"
3468
3451
  },
3469
3452
  {
3470
- "cols": 2.0,
3471
3453
  "gap": "md",
3454
+ "cols": 2.0,
3472
3455
  "type": "grid",
3473
3456
  "children": [
3474
3457
  {
3475
- "type": "card",
3476
3458
  "children": [
3477
3459
  {
3478
- "type": "typography",
3479
3460
  "content": "Chart View",
3461
+ "type": "typography",
3480
3462
  "variant": "caption"
3481
3463
  }
3482
- ]
3464
+ ],
3465
+ "type": "card"
3483
3466
  },
3484
3467
  {
3485
- "type": "card",
3486
3468
  "children": [
3487
3469
  {
3470
+ "type": "typography",
3488
3471
  "variant": "caption",
3489
- "content": "Graph View",
3490
- "type": "typography"
3472
+ "content": "Graph View"
3491
3473
  }
3492
- ]
3474
+ ],
3475
+ "type": "card"
3493
3476
  }
3494
3477
  ]
3495
3478
  },
3496
3479
  {
3497
- "type": "line-chart",
3498
3480
  "data": [
3499
3481
  {
3500
- "date": "Jan",
3501
- "value": 12.0
3482
+ "value": 12.0,
3483
+ "date": "Jan"
3502
3484
  },
3503
3485
  {
3504
3486
  "value": 19.0,
@@ -3520,9 +3502,11 @@
3520
3502
  "value": 30.0,
3521
3503
  "date": "Jun"
3522
3504
  }
3523
- ]
3505
+ ],
3506
+ "type": "line-chart"
3524
3507
  },
3525
3508
  {
3509
+ "type": "chart-legend",
3526
3510
  "items": [
3527
3511
  {
3528
3512
  "label": "Current",
@@ -3532,17 +3516,27 @@
3532
3516
  "color": "muted",
3533
3517
  "label": "Previous"
3534
3518
  }
3535
- ],
3536
- "type": "chart-legend"
3519
+ ]
3537
3520
  },
3538
3521
  {
3539
3522
  "type": "graph-view",
3523
+ "edges": [
3524
+ {
3525
+ "to": "b",
3526
+ "from": "a"
3527
+ },
3528
+ {
3529
+ "from": "b",
3530
+ "to": "c"
3531
+ }
3532
+ ],
3533
+ "height": 200.0,
3540
3534
  "nodes": [
3541
3535
  {
3536
+ "x": 50.0,
3542
3537
  "id": "a",
3543
3538
  "label": "Start",
3544
- "y": 100.0,
3545
- "x": 50.0
3539
+ "y": 100.0
3546
3540
  },
3547
3541
  {
3548
3542
  "x": 200.0,
@@ -3551,33 +3545,39 @@
3551
3545
  "y": 50.0
3552
3546
  },
3553
3547
  {
3554
- "label": "End",
3555
- "y": 100.0,
3548
+ "x": 350.0,
3556
3549
  "id": "c",
3557
- "x": 350.0
3558
- }
3559
- ],
3560
- "height": 200.0,
3561
- "edges": [
3562
- {
3563
- "from": "a",
3564
- "to": "b"
3565
- },
3566
- {
3567
- "from": "b",
3568
- "to": "c"
3550
+ "y": 100.0,
3551
+ "label": "End"
3569
3552
  }
3570
3553
  ],
3571
3554
  "width": 400.0
3572
3555
  }
3573
3556
  ],
3574
- "direction": "vertical",
3575
3557
  "type": "stack",
3576
- "gap": "lg"
3558
+ "direction": "vertical"
3577
3559
  }
3578
3560
  ]
3579
3561
  }
3580
- ]
3562
+ ],
3563
+ "navItems": [
3564
+ {
3565
+ "href": "/routes",
3566
+ "icon": "git-branch",
3567
+ "label": "Routes"
3568
+ },
3569
+ {
3570
+ "label": "Backends",
3571
+ "href": "/backends",
3572
+ "icon": "server"
3573
+ },
3574
+ {
3575
+ "icon": "bar-chart-2",
3576
+ "href": "/analytics",
3577
+ "label": "Analytics"
3578
+ }
3579
+ ],
3580
+ "appName": "API Gateway"
3581
3581
  }
3582
3582
  ]
3583
3583
  ]
@@ -3601,14 +3601,28 @@
3601
3601
  "render-ui",
3602
3602
  "main",
3603
3603
  {
3604
- "type": "dashboard-layout",
3604
+ "navItems": [
3605
+ {
3606
+ "href": "/routes",
3607
+ "icon": "git-branch",
3608
+ "label": "Routes"
3609
+ },
3610
+ {
3611
+ "icon": "server",
3612
+ "label": "Backends",
3613
+ "href": "/backends"
3614
+ },
3615
+ {
3616
+ "icon": "bar-chart-2",
3617
+ "href": "/analytics",
3618
+ "label": "Analytics"
3619
+ }
3620
+ ],
3605
3621
  "children": [
3606
3622
  {
3623
+ "type": "scaled-diagram",
3607
3624
  "children": [
3608
3625
  {
3609
- "type": "stack",
3610
- "direction": "vertical",
3611
- "gap": "lg",
3612
3626
  "children": [
3613
3627
  {
3614
3628
  "items": [
@@ -3623,46 +3637,48 @@
3623
3637
  "type": "breadcrumb"
3624
3638
  },
3625
3639
  {
3626
- "type": "stack",
3627
- "direction": "horizontal",
3628
- "gap": "md",
3629
3640
  "justify": "between",
3641
+ "gap": "md",
3630
3642
  "children": [
3631
3643
  {
3632
- "direction": "horizontal",
3633
- "gap": "md",
3634
3644
  "type": "stack",
3645
+ "gap": "md",
3646
+ "direction": "horizontal",
3635
3647
  "children": [
3636
3648
  {
3637
3649
  "type": "icon",
3638
3650
  "name": "bar-chart-2"
3639
3651
  },
3640
3652
  {
3641
- "content": "Analytics",
3642
3653
  "type": "typography",
3654
+ "content": "Analytics",
3643
3655
  "variant": "h2"
3644
3656
  }
3645
3657
  ]
3646
3658
  },
3647
3659
  {
3660
+ "variant": "secondary",
3648
3661
  "icon": "refresh-cw",
3649
- "action": "REFRESH",
3662
+ "label": "Refresh",
3650
3663
  "type": "button",
3651
- "variant": "secondary",
3652
- "label": "Refresh"
3664
+ "action": "REFRESH"
3653
3665
  }
3654
- ]
3666
+ ],
3667
+ "direction": "horizontal",
3668
+ "type": "stack"
3655
3669
  },
3656
3670
  {
3657
3671
  "type": "divider"
3658
3672
  },
3659
3673
  {
3674
+ "type": "box",
3660
3675
  "padding": "md",
3661
3676
  "children": [
3662
3677
  {
3678
+ "type": "simple-grid",
3679
+ "cols": 3.0,
3663
3680
  "children": [
3664
3681
  {
3665
- "label": "TotalRequests",
3666
3682
  "value": [
3667
3683
  "object/get",
3668
3684
  [
@@ -3671,9 +3687,12 @@
3671
3687
  ],
3672
3688
  "totalRequests"
3673
3689
  ],
3674
- "type": "stat-display"
3690
+ "type": "stat-display",
3691
+ "label": "TotalRequests"
3675
3692
  },
3676
3693
  {
3694
+ "type": "stat-display",
3695
+ "label": "ErrorRate",
3677
3696
  "value": [
3678
3697
  "object/get",
3679
3698
  [
@@ -3681,12 +3700,11 @@
3681
3700
  "@entity"
3682
3701
  ],
3683
3702
  "errorRate"
3684
- ],
3685
- "label": "ErrorRate",
3686
- "type": "stat-display"
3703
+ ]
3687
3704
  },
3688
3705
  {
3689
3706
  "label": "AvgLatency",
3707
+ "type": "stat-display",
3690
3708
  "value": [
3691
3709
  "object/get",
3692
3710
  [
@@ -3694,18 +3712,19 @@
3694
3712
  "@entity"
3695
3713
  ],
3696
3714
  "avgLatency"
3697
- ],
3698
- "type": "stat-display"
3715
+ ]
3699
3716
  },
3700
3717
  {
3701
- "type": "card",
3702
3718
  "children": [
3703
3719
  {
3720
+ "gap": "sm",
3721
+ "type": "stack",
3722
+ "direction": "vertical",
3704
3723
  "children": [
3705
3724
  {
3706
- "content": "Uptime",
3725
+ "variant": "caption",
3707
3726
  "type": "typography",
3708
- "variant": "caption"
3727
+ "content": "Uptime"
3709
3728
  },
3710
3729
  {
3711
3730
  "type": "typography",
@@ -3719,26 +3738,21 @@
3719
3738
  "uptime"
3720
3739
  ]
3721
3740
  }
3722
- ],
3723
- "gap": "sm",
3724
- "type": "stack",
3725
- "direction": "vertical"
3741
+ ]
3726
3742
  }
3727
- ]
3743
+ ],
3744
+ "type": "card"
3728
3745
  }
3729
- ],
3730
- "cols": 3.0,
3731
- "type": "simple-grid"
3746
+ ]
3732
3747
  }
3733
- ],
3734
- "type": "box"
3748
+ ]
3735
3749
  },
3736
3750
  {
3737
3751
  "type": "divider"
3738
3752
  },
3739
3753
  {
3754
+ "gap": "md",
3740
3755
  "type": "grid",
3741
- "cols": 2.0,
3742
3756
  "children": [
3743
3757
  {
3744
3758
  "children": [
@@ -3753,21 +3767,21 @@
3753
3767
  {
3754
3768
  "children": [
3755
3769
  {
3770
+ "variant": "caption",
3756
3771
  "content": "Graph View",
3757
- "type": "typography",
3758
- "variant": "caption"
3772
+ "type": "typography"
3759
3773
  }
3760
3774
  ],
3761
3775
  "type": "card"
3762
3776
  }
3763
3777
  ],
3764
- "gap": "md"
3778
+ "cols": 2.0
3765
3779
  },
3766
3780
  {
3767
3781
  "data": [
3768
3782
  {
3769
- "date": "Jan",
3770
- "value": 12.0
3783
+ "value": 12.0,
3784
+ "date": "Jan"
3771
3785
  },
3772
3786
  {
3773
3787
  "value": 19.0,
@@ -3782,12 +3796,12 @@
3782
3796
  "date": "Apr"
3783
3797
  },
3784
3798
  {
3785
- "value": 22.0,
3786
- "date": "May"
3799
+ "date": "May",
3800
+ "value": 22.0
3787
3801
  },
3788
3802
  {
3789
- "value": 30.0,
3790
- "date": "Jun"
3803
+ "date": "Jun",
3804
+ "value": 30.0
3791
3805
  }
3792
3806
  ],
3793
3807
  "type": "line-chart"
@@ -3795,74 +3809,60 @@
3795
3809
  {
3796
3810
  "items": [
3797
3811
  {
3798
- "label": "Current",
3799
- "color": "primary"
3812
+ "color": "primary",
3813
+ "label": "Current"
3800
3814
  },
3801
3815
  {
3802
- "label": "Previous",
3803
- "color": "muted"
3816
+ "color": "muted",
3817
+ "label": "Previous"
3804
3818
  }
3805
3819
  ],
3806
3820
  "type": "chart-legend"
3807
3821
  },
3808
3822
  {
3823
+ "height": 200.0,
3824
+ "type": "graph-view",
3809
3825
  "nodes": [
3810
3826
  {
3827
+ "y": 100.0,
3811
3828
  "label": "Start",
3812
3829
  "x": 50.0,
3813
- "y": 100.0,
3814
3830
  "id": "a"
3815
3831
  },
3816
3832
  {
3817
3833
  "id": "b",
3818
- "label": "Process",
3834
+ "x": 200.0,
3819
3835
  "y": 50.0,
3820
- "x": 200.0
3836
+ "label": "Process"
3821
3837
  },
3822
3838
  {
3823
- "y": 100.0,
3824
- "x": 350.0,
3825
3839
  "label": "End",
3840
+ "x": 350.0,
3841
+ "y": 100.0,
3826
3842
  "id": "c"
3827
3843
  }
3828
3844
  ],
3829
3845
  "width": 400.0,
3830
- "type": "graph-view",
3831
- "height": 200.0,
3832
3846
  "edges": [
3833
3847
  {
3834
3848
  "to": "b",
3835
3849
  "from": "a"
3836
3850
  },
3837
3851
  {
3838
- "to": "c",
3839
- "from": "b"
3852
+ "from": "b",
3853
+ "to": "c"
3840
3854
  }
3841
3855
  ]
3842
3856
  }
3843
- ]
3857
+ ],
3858
+ "direction": "vertical",
3859
+ "type": "stack",
3860
+ "gap": "lg"
3844
3861
  }
3845
- ],
3846
- "type": "scaled-diagram"
3847
- }
3848
- ],
3849
- "navItems": [
3850
- {
3851
- "label": "Routes",
3852
- "href": "/routes",
3853
- "icon": "git-branch"
3854
- },
3855
- {
3856
- "label": "Backends",
3857
- "icon": "server",
3858
- "href": "/backends"
3859
- },
3860
- {
3861
- "href": "/analytics",
3862
- "label": "Analytics",
3863
- "icon": "bar-chart-2"
3862
+ ]
3864
3863
  }
3865
3864
  ],
3865
+ "type": "dashboard-layout",
3866
3866
  "appName": "API Gateway"
3867
3867
  }
3868
3868
  ]
@@ -3887,12 +3887,15 @@
3887
3887
  "render-ui",
3888
3888
  "main",
3889
3889
  {
3890
+ "appName": "API Gateway",
3890
3891
  "children": [
3891
3892
  {
3892
3893
  "type": "scaled-diagram",
3893
3894
  "children": [
3894
3895
  {
3895
3896
  "type": "stack",
3897
+ "gap": "lg",
3898
+ "direction": "vertical",
3896
3899
  "children": [
3897
3900
  {
3898
3901
  "items": [
@@ -3907,46 +3910,48 @@
3907
3910
  "type": "breadcrumb"
3908
3911
  },
3909
3912
  {
3910
- "gap": "md",
3911
3913
  "type": "stack",
3912
3914
  "direction": "horizontal",
3913
- "justify": "between",
3914
3915
  "children": [
3915
3916
  {
3916
- "type": "stack",
3917
+ "gap": "md",
3917
3918
  "children": [
3918
3919
  {
3919
3920
  "type": "icon",
3920
3921
  "name": "bar-chart-2"
3921
3922
  },
3922
3923
  {
3923
- "variant": "h2",
3924
+ "content": "Analytics",
3924
3925
  "type": "typography",
3925
- "content": "Analytics"
3926
+ "variant": "h2"
3926
3927
  }
3927
3928
  ],
3928
- "gap": "md",
3929
- "direction": "horizontal"
3929
+ "direction": "horizontal",
3930
+ "type": "stack"
3930
3931
  },
3931
3932
  {
3933
+ "label": "Refresh",
3934
+ "type": "button",
3932
3935
  "variant": "secondary",
3933
3936
  "icon": "refresh-cw",
3934
- "type": "button",
3935
- "label": "Refresh",
3936
3937
  "action": "REFRESH"
3937
3938
  }
3938
- ]
3939
+ ],
3940
+ "justify": "between",
3941
+ "gap": "md"
3939
3942
  },
3940
3943
  {
3941
3944
  "type": "divider"
3942
3945
  },
3943
3946
  {
3947
+ "type": "box",
3944
3948
  "children": [
3945
3949
  {
3946
- "type": "simple-grid",
3947
3950
  "cols": 3.0,
3951
+ "type": "simple-grid",
3948
3952
  "children": [
3949
3953
  {
3954
+ "label": "TotalRequests",
3950
3955
  "value": [
3951
3956
  "object/get",
3952
3957
  [
@@ -3955,11 +3960,9 @@
3955
3960
  ],
3956
3961
  "totalRequests"
3957
3962
  ],
3958
- "type": "stat-display",
3959
- "label": "TotalRequests"
3963
+ "type": "stat-display"
3960
3964
  },
3961
3965
  {
3962
- "label": "ErrorRate",
3963
3966
  "value": [
3964
3967
  "object/get",
3965
3968
  [
@@ -3968,9 +3971,11 @@
3968
3971
  ],
3969
3972
  "errorRate"
3970
3973
  ],
3974
+ "label": "ErrorRate",
3971
3975
  "type": "stat-display"
3972
3976
  },
3973
3977
  {
3978
+ "type": "stat-display",
3974
3979
  "label": "AvgLatency",
3975
3980
  "value": [
3976
3981
  "object/get",
@@ -3979,8 +3984,7 @@
3979
3984
  "@entity"
3980
3985
  ],
3981
3986
  "avgLatency"
3982
- ],
3983
- "type": "stat-display"
3987
+ ]
3984
3988
  },
3985
3989
  {
3986
3990
  "type": "card",
@@ -3991,13 +3995,12 @@
3991
3995
  "type": "stack",
3992
3996
  "children": [
3993
3997
  {
3994
- "content": "Uptime",
3995
3998
  "variant": "caption",
3996
- "type": "typography"
3999
+ "type": "typography",
4000
+ "content": "Uptime"
3997
4001
  },
3998
4002
  {
3999
4003
  "variant": "h3",
4000
- "type": "typography",
4001
4004
  "content": [
4002
4005
  "object/get",
4003
4006
  [
@@ -4005,7 +4008,8 @@
4005
4008
  "@entity"
4006
4009
  ],
4007
4010
  "uptime"
4008
- ]
4011
+ ],
4012
+ "type": "typography"
4009
4013
  }
4010
4014
  ]
4011
4015
  }
@@ -4014,38 +4018,37 @@
4014
4018
  ]
4015
4019
  }
4016
4020
  ],
4017
- "padding": "md",
4018
- "type": "box"
4021
+ "padding": "md"
4019
4022
  },
4020
4023
  {
4021
4024
  "type": "divider"
4022
4025
  },
4023
4026
  {
4024
- "cols": 2.0,
4025
- "type": "grid",
4026
4027
  "children": [
4027
4028
  {
4028
- "type": "card",
4029
4029
  "children": [
4030
4030
  {
4031
+ "variant": "caption",
4031
4032
  "content": "Chart View",
4032
- "type": "typography",
4033
- "variant": "caption"
4033
+ "type": "typography"
4034
4034
  }
4035
- ]
4035
+ ],
4036
+ "type": "card"
4036
4037
  },
4037
4038
  {
4038
- "type": "card",
4039
4039
  "children": [
4040
4040
  {
4041
+ "content": "Graph View",
4041
4042
  "type": "typography",
4042
- "variant": "caption",
4043
- "content": "Graph View"
4043
+ "variant": "caption"
4044
4044
  }
4045
- ]
4045
+ ],
4046
+ "type": "card"
4046
4047
  }
4047
4048
  ],
4048
- "gap": "md"
4049
+ "gap": "md",
4050
+ "cols": 2.0,
4051
+ "type": "grid"
4049
4052
  },
4050
4053
  {
4051
4054
  "type": "line-chart",
@@ -4055,100 +4058,97 @@
4055
4058
  "date": "Jan"
4056
4059
  },
4057
4060
  {
4058
- "date": "Feb",
4059
- "value": 19.0
4061
+ "value": 19.0,
4062
+ "date": "Feb"
4060
4063
  },
4061
4064
  {
4062
4065
  "value": 15.0,
4063
4066
  "date": "Mar"
4064
4067
  },
4065
4068
  {
4066
- "date": "Apr",
4067
- "value": 25.0
4069
+ "value": 25.0,
4070
+ "date": "Apr"
4068
4071
  },
4069
4072
  {
4070
- "value": 22.0,
4071
- "date": "May"
4073
+ "date": "May",
4074
+ "value": 22.0
4072
4075
  },
4073
4076
  {
4074
- "value": 30.0,
4075
- "date": "Jun"
4077
+ "date": "Jun",
4078
+ "value": 30.0
4076
4079
  }
4077
4080
  ]
4078
4081
  },
4079
4082
  {
4083
+ "type": "chart-legend",
4080
4084
  "items": [
4081
4085
  {
4082
4086
  "label": "Current",
4083
4087
  "color": "primary"
4084
4088
  },
4085
4089
  {
4086
- "color": "muted",
4087
- "label": "Previous"
4090
+ "label": "Previous",
4091
+ "color": "muted"
4088
4092
  }
4089
- ],
4090
- "type": "chart-legend"
4093
+ ]
4091
4094
  },
4092
4095
  {
4096
+ "type": "graph-view",
4093
4097
  "edges": [
4094
4098
  {
4095
- "from": "a",
4096
- "to": "b"
4099
+ "to": "b",
4100
+ "from": "a"
4097
4101
  },
4098
4102
  {
4099
- "from": "b",
4100
- "to": "c"
4103
+ "to": "c",
4104
+ "from": "b"
4101
4105
  }
4102
4106
  ],
4107
+ "height": 200.0,
4108
+ "width": 400.0,
4103
4109
  "nodes": [
4104
4110
  {
4105
- "label": "Start",
4111
+ "x": 50.0,
4106
4112
  "y": 100.0,
4107
- "id": "a",
4108
- "x": 50.0
4113
+ "label": "Start",
4114
+ "id": "a"
4109
4115
  },
4110
4116
  {
4111
- "x": 200.0,
4112
- "label": "Process",
4113
4117
  "y": 50.0,
4114
- "id": "b"
4118
+ "id": "b",
4119
+ "label": "Process",
4120
+ "x": 200.0
4115
4121
  },
4116
4122
  {
4117
- "x": 350.0,
4118
- "y": 100.0,
4119
4123
  "id": "c",
4124
+ "y": 100.0,
4125
+ "x": 350.0,
4120
4126
  "label": "End"
4121
4127
  }
4122
- ],
4123
- "height": 200.0,
4124
- "width": 400.0,
4125
- "type": "graph-view"
4128
+ ]
4126
4129
  }
4127
- ],
4128
- "direction": "vertical",
4129
- "gap": "lg"
4130
+ ]
4130
4131
  }
4131
4132
  ]
4132
4133
  }
4133
4134
  ],
4134
4135
  "navItems": [
4135
4136
  {
4136
- "icon": "git-branch",
4137
+ "label": "Routes",
4137
4138
  "href": "/routes",
4138
- "label": "Routes"
4139
+ "icon": "git-branch"
4139
4140
  },
4140
4141
  {
4141
4142
  "icon": "server",
4142
- "href": "/backends",
4143
- "label": "Backends"
4143
+ "label": "Backends",
4144
+ "href": "/backends"
4144
4145
  },
4145
4146
  {
4146
- "label": "Analytics",
4147
4147
  "href": "/analytics",
4148
+ "label": "Analytics",
4148
4149
  "icon": "bar-chart-2"
4149
4150
  }
4150
4151
  ],
4151
- "appName": "API Gateway",
4152
4152
  "type": "dashboard-layout"
4153
4153
  }
4154
4154
  ]
@@ -4164,8 +4164,8 @@
4164
4164
  "Analytics",
4165
4165
  {
4166
4166
  "emit": {
4167
- "success": "AnalyticsLoaded",
4168
- "failure": "AnalyticsLoadFailed"
4167
+ "failure": "AnalyticsLoadFailed",
4168
+ "success": "AnalyticsLoaded"
4169
4169
  }
4170
4170
  }
4171
4171
  ],
@@ -4175,17 +4175,19 @@
4175
4175
  {
4176
4176
  "children": [
4177
4177
  {
4178
+ "type": "scaled-diagram",
4178
4179
  "children": [
4179
4180
  {
4180
4181
  "type": "stack",
4181
4182
  "direction": "vertical",
4183
+ "gap": "lg",
4182
4184
  "children": [
4183
4185
  {
4184
4186
  "type": "breadcrumb",
4185
4187
  "items": [
4186
4188
  {
4187
- "label": "Home",
4188
- "href": "/"
4189
+ "href": "/",
4190
+ "label": "Home"
4189
4191
  },
4190
4192
  {
4191
4193
  "label": "Analytics"
@@ -4193,35 +4195,35 @@
4193
4195
  ]
4194
4196
  },
4195
4197
  {
4196
- "direction": "horizontal",
4197
- "justify": "between",
4198
4198
  "type": "stack",
4199
+ "gap": "md",
4200
+ "justify": "between",
4201
+ "direction": "horizontal",
4199
4202
  "children": [
4200
4203
  {
4204
+ "direction": "horizontal",
4205
+ "type": "stack",
4201
4206
  "children": [
4202
4207
  {
4203
- "type": "icon",
4204
- "name": "bar-chart-2"
4208
+ "name": "bar-chart-2",
4209
+ "type": "icon"
4205
4210
  },
4206
4211
  {
4207
- "variant": "h2",
4208
4212
  "type": "typography",
4213
+ "variant": "h2",
4209
4214
  "content": "Analytics"
4210
4215
  }
4211
4216
  ],
4212
- "gap": "md",
4213
- "type": "stack",
4214
- "direction": "horizontal"
4217
+ "gap": "md"
4215
4218
  },
4216
4219
  {
4217
- "label": "Refresh",
4218
4220
  "variant": "secondary",
4219
- "icon": "refresh-cw",
4220
4221
  "type": "button",
4221
- "action": "REFRESH"
4222
+ "action": "REFRESH",
4223
+ "icon": "refresh-cw",
4224
+ "label": "Refresh"
4222
4225
  }
4223
- ],
4224
- "gap": "md"
4226
+ ]
4225
4227
  },
4226
4228
  {
4227
4229
  "type": "divider"
@@ -4235,7 +4237,7 @@
4235
4237
  "cols": 3.0,
4236
4238
  "children": [
4237
4239
  {
4238
- "label": "TotalRequests",
4240
+ "type": "stat-display",
4239
4241
  "value": [
4240
4242
  "object/get",
4241
4243
  [
@@ -4244,10 +4246,11 @@
4244
4246
  ],
4245
4247
  "totalRequests"
4246
4248
  ],
4247
- "type": "stat-display"
4249
+ "label": "TotalRequests"
4248
4250
  },
4249
4251
  {
4250
4252
  "type": "stat-display",
4253
+ "label": "ErrorRate",
4251
4254
  "value": [
4252
4255
  "object/get",
4253
4256
  [
@@ -4255,10 +4258,10 @@
4255
4258
  "@entity"
4256
4259
  ],
4257
4260
  "errorRate"
4258
- ],
4259
- "label": "ErrorRate"
4261
+ ]
4260
4262
  },
4261
4263
  {
4264
+ "label": "AvgLatency",
4262
4265
  "value": [
4263
4266
  "object/get",
4264
4267
  [
@@ -4267,21 +4270,22 @@
4267
4270
  ],
4268
4271
  "avgLatency"
4269
4272
  ],
4270
- "type": "stat-display",
4271
- "label": "AvgLatency"
4273
+ "type": "stat-display"
4272
4274
  },
4273
4275
  {
4274
4276
  "children": [
4275
4277
  {
4276
- "gap": "sm",
4277
4278
  "direction": "vertical",
4279
+ "type": "stack",
4278
4280
  "children": [
4279
4281
  {
4280
- "type": "typography",
4281
4282
  "content": "Uptime",
4283
+ "type": "typography",
4282
4284
  "variant": "caption"
4283
4285
  },
4284
4286
  {
4287
+ "variant": "h3",
4288
+ "type": "typography",
4285
4289
  "content": [
4286
4290
  "object/get",
4287
4291
  [
@@ -4289,12 +4293,10 @@
4289
4293
  "@entity"
4290
4294
  ],
4291
4295
  "uptime"
4292
- ],
4293
- "type": "typography",
4294
- "variant": "h3"
4296
+ ]
4295
4297
  }
4296
4298
  ],
4297
- "type": "stack"
4299
+ "gap": "sm"
4298
4300
  }
4299
4301
  ],
4300
4302
  "type": "card"
@@ -4307,53 +4309,53 @@
4307
4309
  "type": "divider"
4308
4310
  },
4309
4311
  {
4312
+ "type": "grid",
4310
4313
  "gap": "md",
4311
4314
  "cols": 2.0,
4312
- "type": "grid",
4313
4315
  "children": [
4314
4316
  {
4315
- "type": "card",
4316
4317
  "children": [
4317
4318
  {
4318
- "type": "typography",
4319
4319
  "variant": "caption",
4320
- "content": "Chart View"
4320
+ "content": "Chart View",
4321
+ "type": "typography"
4321
4322
  }
4322
- ]
4323
+ ],
4324
+ "type": "card"
4323
4325
  },
4324
4326
  {
4327
+ "type": "card",
4325
4328
  "children": [
4326
4329
  {
4327
4330
  "type": "typography",
4328
- "content": "Graph View",
4329
- "variant": "caption"
4331
+ "variant": "caption",
4332
+ "content": "Graph View"
4330
4333
  }
4331
- ],
4332
- "type": "card"
4334
+ ]
4333
4335
  }
4334
4336
  ]
4335
4337
  },
4336
4338
  {
4337
4339
  "data": [
4338
4340
  {
4339
- "value": 12.0,
4340
- "date": "Jan"
4341
+ "date": "Jan",
4342
+ "value": 12.0
4341
4343
  },
4342
4344
  {
4343
- "value": 19.0,
4344
- "date": "Feb"
4345
+ "date": "Feb",
4346
+ "value": 19.0
4345
4347
  },
4346
4348
  {
4347
- "value": 15.0,
4348
- "date": "Mar"
4349
+ "date": "Mar",
4350
+ "value": 15.0
4349
4351
  },
4350
4352
  {
4351
- "date": "Apr",
4352
- "value": 25.0
4353
+ "value": 25.0,
4354
+ "date": "Apr"
4353
4355
  },
4354
4356
  {
4355
- "date": "May",
4356
- "value": 22.0
4357
+ "value": 22.0,
4358
+ "date": "May"
4357
4359
  },
4358
4360
  {
4359
4361
  "value": 30.0,
@@ -4363,36 +4365,35 @@
4363
4365
  "type": "line-chart"
4364
4366
  },
4365
4367
  {
4366
- "type": "chart-legend",
4367
4368
  "items": [
4368
4369
  {
4369
- "label": "Current",
4370
- "color": "primary"
4370
+ "color": "primary",
4371
+ "label": "Current"
4371
4372
  },
4372
4373
  {
4373
4374
  "label": "Previous",
4374
4375
  "color": "muted"
4375
4376
  }
4376
- ]
4377
+ ],
4378
+ "type": "chart-legend"
4377
4379
  },
4378
4380
  {
4379
- "width": 400.0,
4380
4381
  "nodes": [
4381
4382
  {
4382
- "id": "a",
4383
4383
  "label": "Start",
4384
4384
  "x": 50.0,
4385
+ "id": "a",
4385
4386
  "y": 100.0
4386
4387
  },
4387
4388
  {
4388
- "x": 200.0,
4389
4389
  "label": "Process",
4390
- "id": "b",
4391
- "y": 50.0
4390
+ "x": 200.0,
4391
+ "y": 50.0,
4392
+ "id": "b"
4392
4393
  },
4393
4394
  {
4394
- "label": "End",
4395
4395
  "y": 100.0,
4396
+ "label": "End",
4396
4397
  "id": "c",
4397
4398
  "x": 350.0
4398
4399
  }
@@ -4407,33 +4408,32 @@
4407
4408
  "from": "b"
4408
4409
  }
4409
4410
  ],
4410
- "height": 200.0,
4411
- "type": "graph-view"
4411
+ "type": "graph-view",
4412
+ "width": 400.0,
4413
+ "height": 200.0
4412
4414
  }
4413
- ],
4414
- "gap": "lg"
4415
+ ]
4415
4416
  }
4416
- ],
4417
- "type": "scaled-diagram"
4417
+ ]
4418
4418
  }
4419
4419
  ],
4420
4420
  "type": "dashboard-layout",
4421
4421
  "appName": "API Gateway",
4422
4422
  "navItems": [
4423
4423
  {
4424
- "href": "/routes",
4425
4424
  "icon": "git-branch",
4426
- "label": "Routes"
4425
+ "label": "Routes",
4426
+ "href": "/routes"
4427
4427
  },
4428
4428
  {
4429
4429
  "icon": "server",
4430
- "label": "Backends",
4431
- "href": "/backends"
4430
+ "href": "/backends",
4431
+ "label": "Backends"
4432
4432
  },
4433
4433
  {
4434
+ "icon": "bar-chart-2",
4434
4435
  "label": "Analytics",
4435
- "href": "/analytics",
4436
- "icon": "bar-chart-2"
4436
+ "href": "/analytics"
4437
4437
  }
4438
4438
  ]
4439
4439
  }