@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.
- package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -203,8 +203,8 @@
|
|
|
203
203
|
"ServiceNode",
|
|
204
204
|
{
|
|
205
205
|
"emit": {
|
|
206
|
-
"
|
|
207
|
-
"
|
|
206
|
+
"failure": "ServiceNodeLoadFailed",
|
|
207
|
+
"success": "ServiceNodeLoaded"
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
],
|
|
@@ -212,53 +212,55 @@
|
|
|
212
212
|
"render-ui",
|
|
213
213
|
"main",
|
|
214
214
|
{
|
|
215
|
+
"type": "stack",
|
|
215
216
|
"direction": "vertical",
|
|
216
217
|
"children": [
|
|
217
218
|
{
|
|
218
|
-
"align": "center",
|
|
219
219
|
"justify": "between",
|
|
220
220
|
"gap": "md",
|
|
221
|
-
"
|
|
221
|
+
"direction": "horizontal",
|
|
222
|
+
"align": "center",
|
|
222
223
|
"children": [
|
|
223
224
|
{
|
|
225
|
+
"gap": "md",
|
|
226
|
+
"direction": "horizontal",
|
|
224
227
|
"align": "center",
|
|
225
|
-
"type": "stack",
|
|
226
228
|
"children": [
|
|
227
229
|
{
|
|
228
230
|
"type": "icon",
|
|
229
231
|
"name": "shield"
|
|
230
232
|
},
|
|
231
233
|
{
|
|
234
|
+
"content": "ServiceNode",
|
|
232
235
|
"variant": "h2",
|
|
233
|
-
"type": "typography"
|
|
234
|
-
"content": "ServiceNode"
|
|
236
|
+
"type": "typography"
|
|
235
237
|
}
|
|
236
238
|
],
|
|
237
|
-
"
|
|
238
|
-
"gap": "md"
|
|
239
|
+
"type": "stack"
|
|
239
240
|
},
|
|
240
241
|
{
|
|
242
|
+
"label": "Circuit Closed",
|
|
241
243
|
"status": "online",
|
|
242
244
|
"pulse": false,
|
|
243
|
-
"label": "Circuit Closed",
|
|
244
245
|
"type": "status-dot"
|
|
245
246
|
}
|
|
246
247
|
],
|
|
247
|
-
"
|
|
248
|
+
"type": "stack"
|
|
248
249
|
},
|
|
249
250
|
{
|
|
250
251
|
"type": "divider"
|
|
251
252
|
},
|
|
252
253
|
{
|
|
253
|
-
"
|
|
254
|
+
"variant": "success",
|
|
254
255
|
"message": "Service is healthy. All requests are being processed.",
|
|
255
|
-
"
|
|
256
|
+
"type": "alert"
|
|
256
257
|
},
|
|
257
258
|
{
|
|
258
|
-
"type": "simple-grid",
|
|
259
259
|
"cols": 2.0,
|
|
260
|
+
"type": "simple-grid",
|
|
260
261
|
"children": [
|
|
261
262
|
{
|
|
263
|
+
"label": "Failures",
|
|
262
264
|
"value": [
|
|
263
265
|
"object/get",
|
|
264
266
|
[
|
|
@@ -267,12 +269,11 @@
|
|
|
267
269
|
],
|
|
268
270
|
"failureCount"
|
|
269
271
|
],
|
|
270
|
-
"type": "stat-display"
|
|
271
|
-
"label": "Failures"
|
|
272
|
+
"type": "stat-display"
|
|
272
273
|
},
|
|
273
274
|
{
|
|
274
|
-
"type": "stat-display",
|
|
275
275
|
"label": "Successes",
|
|
276
|
+
"type": "stat-display",
|
|
276
277
|
"value": [
|
|
277
278
|
"object/get",
|
|
278
279
|
[
|
|
@@ -285,27 +286,26 @@
|
|
|
285
286
|
]
|
|
286
287
|
},
|
|
287
288
|
{
|
|
288
|
-
"
|
|
289
|
+
"min": 0.0,
|
|
290
|
+
"value": [
|
|
289
291
|
"object/get",
|
|
290
292
|
[
|
|
291
293
|
"array/first",
|
|
292
294
|
"@entity"
|
|
293
295
|
],
|
|
294
|
-
"
|
|
296
|
+
"failureCount"
|
|
295
297
|
],
|
|
296
|
-
"
|
|
298
|
+
"type": "meter",
|
|
299
|
+
"max": [
|
|
297
300
|
"object/get",
|
|
298
301
|
[
|
|
299
302
|
"array/first",
|
|
300
303
|
"@entity"
|
|
301
304
|
],
|
|
302
|
-
"
|
|
303
|
-
]
|
|
304
|
-
"type": "meter",
|
|
305
|
-
"min": 0.0
|
|
305
|
+
"threshold"
|
|
306
|
+
]
|
|
306
307
|
}
|
|
307
308
|
],
|
|
308
|
-
"type": "stack",
|
|
309
309
|
"gap": "lg"
|
|
310
310
|
}
|
|
311
311
|
]
|
|
@@ -320,18 +320,18 @@
|
|
|
320
320
|
"render-ui",
|
|
321
321
|
"main",
|
|
322
322
|
{
|
|
323
|
-
"direction": "vertical",
|
|
324
323
|
"gap": "lg",
|
|
325
324
|
"type": "stack",
|
|
325
|
+
"direction": "vertical",
|
|
326
326
|
"children": [
|
|
327
327
|
{
|
|
328
|
-
"
|
|
328
|
+
"direction": "horizontal",
|
|
329
|
+
"align": "center",
|
|
330
|
+
"type": "stack",
|
|
329
331
|
"justify": "between",
|
|
330
332
|
"children": [
|
|
331
333
|
{
|
|
332
|
-
"
|
|
333
|
-
"direction": "horizontal",
|
|
334
|
-
"type": "stack",
|
|
334
|
+
"align": "center",
|
|
335
335
|
"children": [
|
|
336
336
|
{
|
|
337
337
|
"type": "icon",
|
|
@@ -343,7 +343,9 @@
|
|
|
343
343
|
"type": "typography"
|
|
344
344
|
}
|
|
345
345
|
],
|
|
346
|
-
"
|
|
346
|
+
"gap": "md",
|
|
347
|
+
"type": "stack",
|
|
348
|
+
"direction": "horizontal"
|
|
347
349
|
},
|
|
348
350
|
{
|
|
349
351
|
"type": "status-dot",
|
|
@@ -352,22 +354,21 @@
|
|
|
352
354
|
"pulse": true
|
|
353
355
|
}
|
|
354
356
|
],
|
|
355
|
-
"
|
|
356
|
-
"align": "center",
|
|
357
|
-
"type": "stack"
|
|
357
|
+
"gap": "md"
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
360
|
"type": "divider"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
|
+
"variant": "error",
|
|
363
364
|
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
364
|
-
"type": "alert"
|
|
365
|
-
"variant": "error"
|
|
365
|
+
"type": "alert"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
|
+
"type": "simple-grid",
|
|
369
|
+
"cols": 2.0,
|
|
368
370
|
"children": [
|
|
369
371
|
{
|
|
370
|
-
"label": "Failures",
|
|
371
372
|
"type": "stat-display",
|
|
372
373
|
"value": [
|
|
373
374
|
"object/get",
|
|
@@ -376,7 +377,8 @@
|
|
|
376
377
|
"@entity"
|
|
377
378
|
],
|
|
378
379
|
"failureCount"
|
|
379
|
-
]
|
|
380
|
+
],
|
|
381
|
+
"label": "Failures"
|
|
380
382
|
},
|
|
381
383
|
{
|
|
382
384
|
"value": [
|
|
@@ -390,36 +392,34 @@
|
|
|
390
392
|
"type": "stat-display",
|
|
391
393
|
"label": "Successes"
|
|
392
394
|
}
|
|
393
|
-
]
|
|
394
|
-
"cols": 2.0,
|
|
395
|
-
"type": "simple-grid"
|
|
395
|
+
]
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
|
-
"
|
|
399
|
-
"value": [
|
|
398
|
+
"max": [
|
|
400
399
|
"object/get",
|
|
401
400
|
[
|
|
402
401
|
"array/first",
|
|
403
402
|
"@entity"
|
|
404
403
|
],
|
|
405
|
-
"
|
|
404
|
+
"threshold"
|
|
406
405
|
],
|
|
407
406
|
"min": 0.0,
|
|
408
|
-
"
|
|
407
|
+
"type": "meter",
|
|
408
|
+
"value": [
|
|
409
409
|
"object/get",
|
|
410
410
|
[
|
|
411
411
|
"array/first",
|
|
412
412
|
"@entity"
|
|
413
413
|
],
|
|
414
|
-
"
|
|
414
|
+
"failureCount"
|
|
415
415
|
]
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
|
-
"variant": "ghost",
|
|
419
418
|
"icon": "rotate-ccw",
|
|
420
419
|
"action": "RESET",
|
|
420
|
+
"label": "Reset",
|
|
421
421
|
"type": "button",
|
|
422
|
-
"
|
|
422
|
+
"variant": "ghost"
|
|
423
423
|
}
|
|
424
424
|
]
|
|
425
425
|
}
|
|
@@ -435,16 +435,17 @@
|
|
|
435
435
|
"render-ui",
|
|
436
436
|
"main",
|
|
437
437
|
{
|
|
438
|
+
"type": "stack",
|
|
439
|
+
"direction": "vertical",
|
|
440
|
+
"gap": "lg",
|
|
438
441
|
"children": [
|
|
439
442
|
{
|
|
440
|
-
"type": "stack",
|
|
441
|
-
"align": "center",
|
|
442
443
|
"gap": "md",
|
|
443
|
-
"direction": "horizontal",
|
|
444
|
-
"justify": "between",
|
|
445
444
|
"children": [
|
|
446
445
|
{
|
|
446
|
+
"direction": "horizontal",
|
|
447
447
|
"gap": "md",
|
|
448
|
+
"type": "stack",
|
|
448
449
|
"align": "center",
|
|
449
450
|
"children": [
|
|
450
451
|
{
|
|
@@ -452,21 +453,23 @@
|
|
|
452
453
|
"name": "shield"
|
|
453
454
|
},
|
|
454
455
|
{
|
|
455
|
-
"variant": "h2",
|
|
456
456
|
"type": "typography",
|
|
457
|
-
"content": "ServiceNode"
|
|
457
|
+
"content": "ServiceNode",
|
|
458
|
+
"variant": "h2"
|
|
458
459
|
}
|
|
459
|
-
]
|
|
460
|
-
"direction": "horizontal",
|
|
461
|
-
"type": "stack"
|
|
460
|
+
]
|
|
462
461
|
},
|
|
463
462
|
{
|
|
464
|
-
"status": "online",
|
|
465
463
|
"pulse": false,
|
|
464
|
+
"status": "online",
|
|
466
465
|
"type": "status-dot",
|
|
467
466
|
"label": "Circuit Closed"
|
|
468
467
|
}
|
|
469
|
-
]
|
|
468
|
+
],
|
|
469
|
+
"align": "center",
|
|
470
|
+
"direction": "horizontal",
|
|
471
|
+
"type": "stack",
|
|
472
|
+
"justify": "between"
|
|
470
473
|
},
|
|
471
474
|
{
|
|
472
475
|
"type": "divider"
|
|
@@ -479,7 +482,6 @@
|
|
|
479
482
|
{
|
|
480
483
|
"children": [
|
|
481
484
|
{
|
|
482
|
-
"type": "stat-display",
|
|
483
485
|
"label": "Failures",
|
|
484
486
|
"value": [
|
|
485
487
|
"object/get",
|
|
@@ -488,11 +490,10 @@
|
|
|
488
490
|
"@entity"
|
|
489
491
|
],
|
|
490
492
|
"failureCount"
|
|
491
|
-
]
|
|
493
|
+
],
|
|
494
|
+
"type": "stat-display"
|
|
492
495
|
},
|
|
493
496
|
{
|
|
494
|
-
"type": "stat-display",
|
|
495
|
-
"label": "Successes",
|
|
496
497
|
"value": [
|
|
497
498
|
"object/get",
|
|
498
499
|
[
|
|
@@ -500,13 +501,16 @@
|
|
|
500
501
|
"@entity"
|
|
501
502
|
],
|
|
502
503
|
"successCount"
|
|
503
|
-
]
|
|
504
|
+
],
|
|
505
|
+
"type": "stat-display",
|
|
506
|
+
"label": "Successes"
|
|
504
507
|
}
|
|
505
508
|
],
|
|
506
509
|
"type": "simple-grid",
|
|
507
510
|
"cols": 2.0
|
|
508
511
|
},
|
|
509
512
|
{
|
|
513
|
+
"min": 0.0,
|
|
510
514
|
"type": "meter",
|
|
511
515
|
"value": [
|
|
512
516
|
"object/get",
|
|
@@ -516,7 +520,6 @@
|
|
|
516
520
|
],
|
|
517
521
|
"failureCount"
|
|
518
522
|
],
|
|
519
|
-
"min": 0.0,
|
|
520
523
|
"max": [
|
|
521
524
|
"object/get",
|
|
522
525
|
[
|
|
@@ -526,10 +529,7 @@
|
|
|
526
529
|
"threshold"
|
|
527
530
|
]
|
|
528
531
|
}
|
|
529
|
-
]
|
|
530
|
-
"gap": "lg",
|
|
531
|
-
"direction": "vertical",
|
|
532
|
-
"type": "stack"
|
|
532
|
+
]
|
|
533
533
|
}
|
|
534
534
|
]
|
|
535
535
|
]
|
|
@@ -543,51 +543,49 @@
|
|
|
543
543
|
"render-ui",
|
|
544
544
|
"main",
|
|
545
545
|
{
|
|
546
|
-
"type": "stack",
|
|
547
546
|
"gap": "lg",
|
|
548
547
|
"children": [
|
|
549
548
|
{
|
|
550
|
-
"type": "stack",
|
|
551
549
|
"children": [
|
|
552
550
|
{
|
|
553
|
-
"type": "stack",
|
|
554
|
-
"direction": "horizontal",
|
|
555
551
|
"gap": "md",
|
|
556
|
-
"
|
|
552
|
+
"direction": "horizontal",
|
|
557
553
|
"children": [
|
|
558
554
|
{
|
|
559
|
-
"
|
|
560
|
-
"
|
|
555
|
+
"name": "activity",
|
|
556
|
+
"type": "icon"
|
|
561
557
|
},
|
|
562
558
|
{
|
|
563
559
|
"variant": "h2",
|
|
564
560
|
"type": "typography",
|
|
565
561
|
"content": "ServiceNode"
|
|
566
562
|
}
|
|
567
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"type": "stack",
|
|
565
|
+
"align": "center"
|
|
568
566
|
},
|
|
569
567
|
{
|
|
570
|
-
"pulse": true,
|
|
571
|
-
"status": "warning",
|
|
572
568
|
"label": "Circuit Half-Open",
|
|
573
|
-
"
|
|
569
|
+
"pulse": true,
|
|
570
|
+
"type": "status-dot",
|
|
571
|
+
"status": "warning"
|
|
574
572
|
}
|
|
575
573
|
],
|
|
576
|
-
"
|
|
577
|
-
"
|
|
574
|
+
"direction": "horizontal",
|
|
575
|
+
"type": "stack",
|
|
578
576
|
"gap": "md",
|
|
579
|
-
"
|
|
577
|
+
"align": "center",
|
|
578
|
+
"justify": "between"
|
|
580
579
|
},
|
|
581
580
|
{
|
|
582
581
|
"type": "divider"
|
|
583
582
|
},
|
|
584
583
|
{
|
|
585
|
-
"
|
|
584
|
+
"variant": "warning",
|
|
586
585
|
"type": "alert",
|
|
587
|
-
"
|
|
586
|
+
"message": "Testing recovery. Limited requests are being allowed through."
|
|
588
587
|
},
|
|
589
588
|
{
|
|
590
|
-
"cols": 2.0,
|
|
591
589
|
"children": [
|
|
592
590
|
{
|
|
593
591
|
"type": "stat-display",
|
|
@@ -602,7 +600,6 @@
|
|
|
602
600
|
]
|
|
603
601
|
},
|
|
604
602
|
{
|
|
605
|
-
"type": "stat-display",
|
|
606
603
|
"label": "Successes",
|
|
607
604
|
"value": [
|
|
608
605
|
"object/get",
|
|
@@ -611,12 +608,15 @@
|
|
|
611
608
|
"@entity"
|
|
612
609
|
],
|
|
613
610
|
"successCount"
|
|
614
|
-
]
|
|
611
|
+
],
|
|
612
|
+
"type": "stat-display"
|
|
615
613
|
}
|
|
616
614
|
],
|
|
615
|
+
"cols": 2.0,
|
|
617
616
|
"type": "simple-grid"
|
|
618
617
|
}
|
|
619
618
|
],
|
|
619
|
+
"type": "stack",
|
|
620
620
|
"direction": "vertical"
|
|
621
621
|
}
|
|
622
622
|
]
|
|
@@ -632,53 +632,54 @@
|
|
|
632
632
|
"main",
|
|
633
633
|
{
|
|
634
634
|
"type": "stack",
|
|
635
|
+
"direction": "vertical",
|
|
635
636
|
"gap": "lg",
|
|
636
637
|
"children": [
|
|
637
638
|
{
|
|
638
|
-
"gap": "md",
|
|
639
|
-
"type": "stack",
|
|
640
639
|
"direction": "horizontal",
|
|
640
|
+
"align": "center",
|
|
641
|
+
"type": "stack",
|
|
641
642
|
"justify": "between",
|
|
643
|
+
"gap": "md",
|
|
642
644
|
"children": [
|
|
643
645
|
{
|
|
646
|
+
"align": "center",
|
|
644
647
|
"type": "stack",
|
|
645
648
|
"gap": "md",
|
|
646
|
-
"
|
|
649
|
+
"direction": "horizontal",
|
|
647
650
|
"children": [
|
|
648
651
|
{
|
|
649
652
|
"type": "icon",
|
|
650
653
|
"name": "shield"
|
|
651
654
|
},
|
|
652
655
|
{
|
|
656
|
+
"type": "typography",
|
|
653
657
|
"content": "ServiceNode",
|
|
654
|
-
"variant": "h2"
|
|
655
|
-
"type": "typography"
|
|
658
|
+
"variant": "h2"
|
|
656
659
|
}
|
|
657
|
-
]
|
|
658
|
-
"direction": "horizontal"
|
|
660
|
+
]
|
|
659
661
|
},
|
|
660
662
|
{
|
|
663
|
+
"pulse": false,
|
|
661
664
|
"status": "online",
|
|
662
665
|
"type": "status-dot",
|
|
663
|
-
"label": "Circuit Closed"
|
|
664
|
-
"pulse": false
|
|
666
|
+
"label": "Circuit Closed"
|
|
665
667
|
}
|
|
666
|
-
]
|
|
667
|
-
"align": "center"
|
|
668
|
+
]
|
|
668
669
|
},
|
|
669
670
|
{
|
|
670
671
|
"type": "divider"
|
|
671
672
|
},
|
|
672
673
|
{
|
|
673
|
-
"type": "alert",
|
|
674
674
|
"message": "Service is healthy. All requests are being processed.",
|
|
675
|
-
"variant": "success"
|
|
675
|
+
"variant": "success",
|
|
676
|
+
"type": "alert"
|
|
676
677
|
},
|
|
677
678
|
{
|
|
678
|
-
"type": "simple-grid",
|
|
679
|
-
"cols": 2.0,
|
|
680
679
|
"children": [
|
|
681
680
|
{
|
|
681
|
+
"label": "Failures",
|
|
682
|
+
"type": "stat-display",
|
|
682
683
|
"value": [
|
|
683
684
|
"object/get",
|
|
684
685
|
[
|
|
@@ -686,12 +687,9 @@
|
|
|
686
687
|
"@entity"
|
|
687
688
|
],
|
|
688
689
|
"failureCount"
|
|
689
|
-
]
|
|
690
|
-
"label": "Failures",
|
|
691
|
-
"type": "stat-display"
|
|
690
|
+
]
|
|
692
691
|
},
|
|
693
692
|
{
|
|
694
|
-
"type": "stat-display",
|
|
695
693
|
"label": "Successes",
|
|
696
694
|
"value": [
|
|
697
695
|
"object/get",
|
|
@@ -700,32 +698,34 @@
|
|
|
700
698
|
"@entity"
|
|
701
699
|
],
|
|
702
700
|
"successCount"
|
|
703
|
-
]
|
|
701
|
+
],
|
|
702
|
+
"type": "stat-display"
|
|
704
703
|
}
|
|
705
|
-
]
|
|
704
|
+
],
|
|
705
|
+
"cols": 2.0,
|
|
706
|
+
"type": "simple-grid"
|
|
706
707
|
},
|
|
707
708
|
{
|
|
708
|
-
"
|
|
709
|
+
"type": "meter",
|
|
710
|
+
"max": [
|
|
709
711
|
"object/get",
|
|
710
712
|
[
|
|
711
713
|
"array/first",
|
|
712
714
|
"@entity"
|
|
713
715
|
],
|
|
714
|
-
"
|
|
716
|
+
"threshold"
|
|
715
717
|
],
|
|
716
|
-
"
|
|
718
|
+
"value": [
|
|
717
719
|
"object/get",
|
|
718
720
|
[
|
|
719
721
|
"array/first",
|
|
720
722
|
"@entity"
|
|
721
723
|
],
|
|
722
|
-
"
|
|
724
|
+
"failureCount"
|
|
723
725
|
],
|
|
724
|
-
"min": 0.0
|
|
725
|
-
"type": "meter"
|
|
726
|
+
"min": 0.0
|
|
726
727
|
}
|
|
727
|
-
]
|
|
728
|
-
"direction": "vertical"
|
|
728
|
+
]
|
|
729
729
|
}
|
|
730
730
|
]
|
|
731
731
|
]
|
|
@@ -739,55 +739,54 @@
|
|
|
739
739
|
"render-ui",
|
|
740
740
|
"main",
|
|
741
741
|
{
|
|
742
|
-
"gap": "lg",
|
|
743
|
-
"direction": "vertical",
|
|
744
|
-
"type": "stack",
|
|
745
742
|
"children": [
|
|
746
743
|
{
|
|
744
|
+
"justify": "between",
|
|
745
|
+
"type": "stack",
|
|
746
|
+
"align": "center",
|
|
747
747
|
"children": [
|
|
748
748
|
{
|
|
749
|
-
"type": "stack",
|
|
750
|
-
"align": "center",
|
|
751
749
|
"children": [
|
|
752
750
|
{
|
|
753
|
-
"
|
|
754
|
-
"
|
|
751
|
+
"name": "shield",
|
|
752
|
+
"type": "icon"
|
|
755
753
|
},
|
|
756
754
|
{
|
|
757
755
|
"type": "typography",
|
|
758
|
-
"
|
|
759
|
-
"
|
|
756
|
+
"variant": "h2",
|
|
757
|
+
"content": "ServiceNode"
|
|
760
758
|
}
|
|
761
759
|
],
|
|
762
760
|
"direction": "horizontal",
|
|
763
|
-
"
|
|
761
|
+
"align": "center",
|
|
762
|
+
"gap": "md",
|
|
763
|
+
"type": "stack"
|
|
764
764
|
},
|
|
765
765
|
{
|
|
766
|
+
"label": "Circuit Closed",
|
|
766
767
|
"pulse": false,
|
|
767
768
|
"status": "online",
|
|
768
|
-
"label": "Circuit Closed",
|
|
769
769
|
"type": "status-dot"
|
|
770
770
|
}
|
|
771
771
|
],
|
|
772
|
-
"align": "center",
|
|
773
|
-
"type": "stack",
|
|
774
|
-
"gap": "md",
|
|
775
772
|
"direction": "horizontal",
|
|
776
|
-
"
|
|
773
|
+
"gap": "md"
|
|
777
774
|
},
|
|
778
775
|
{
|
|
779
776
|
"type": "divider"
|
|
780
777
|
},
|
|
781
778
|
{
|
|
782
|
-
"type": "alert",
|
|
783
779
|
"message": "Service is healthy. All requests are being processed.",
|
|
780
|
+
"type": "alert",
|
|
784
781
|
"variant": "success"
|
|
785
782
|
},
|
|
786
783
|
{
|
|
787
|
-
"cols": 2.0,
|
|
788
784
|
"type": "simple-grid",
|
|
785
|
+
"cols": 2.0,
|
|
789
786
|
"children": [
|
|
790
787
|
{
|
|
788
|
+
"type": "stat-display",
|
|
789
|
+
"label": "Failures",
|
|
791
790
|
"value": [
|
|
792
791
|
"object/get",
|
|
793
792
|
[
|
|
@@ -795,11 +794,10 @@
|
|
|
795
794
|
"@entity"
|
|
796
795
|
],
|
|
797
796
|
"failureCount"
|
|
798
|
-
]
|
|
799
|
-
"type": "stat-display",
|
|
800
|
-
"label": "Failures"
|
|
797
|
+
]
|
|
801
798
|
},
|
|
802
799
|
{
|
|
800
|
+
"type": "stat-display",
|
|
803
801
|
"value": [
|
|
804
802
|
"object/get",
|
|
805
803
|
[
|
|
@@ -808,32 +806,34 @@
|
|
|
808
806
|
],
|
|
809
807
|
"successCount"
|
|
810
808
|
],
|
|
811
|
-
"type": "stat-display",
|
|
812
809
|
"label": "Successes"
|
|
813
810
|
}
|
|
814
811
|
]
|
|
815
812
|
},
|
|
816
813
|
{
|
|
817
|
-
"
|
|
814
|
+
"type": "meter",
|
|
815
|
+
"max": [
|
|
818
816
|
"object/get",
|
|
819
817
|
[
|
|
820
818
|
"array/first",
|
|
821
819
|
"@entity"
|
|
822
820
|
],
|
|
823
|
-
"
|
|
821
|
+
"threshold"
|
|
824
822
|
],
|
|
825
823
|
"min": 0.0,
|
|
826
|
-
"
|
|
824
|
+
"value": [
|
|
827
825
|
"object/get",
|
|
828
826
|
[
|
|
829
827
|
"array/first",
|
|
830
828
|
"@entity"
|
|
831
829
|
],
|
|
832
|
-
"
|
|
833
|
-
]
|
|
834
|
-
"type": "meter"
|
|
830
|
+
"failureCount"
|
|
831
|
+
]
|
|
835
832
|
}
|
|
836
|
-
]
|
|
833
|
+
],
|
|
834
|
+
"type": "stack",
|
|
835
|
+
"gap": "lg",
|
|
836
|
+
"direction": "vertical"
|
|
837
837
|
}
|
|
838
838
|
]
|
|
839
839
|
]
|
|
@@ -847,39 +847,38 @@
|
|
|
847
847
|
"render-ui",
|
|
848
848
|
"main",
|
|
849
849
|
{
|
|
850
|
-
"direction": "vertical",
|
|
851
|
-
"gap": "lg",
|
|
852
850
|
"type": "stack",
|
|
851
|
+
"direction": "vertical",
|
|
853
852
|
"children": [
|
|
854
853
|
{
|
|
855
|
-
"align": "center",
|
|
856
|
-
"direction": "horizontal",
|
|
857
854
|
"type": "stack",
|
|
858
|
-
"
|
|
855
|
+
"direction": "horizontal",
|
|
859
856
|
"justify": "between",
|
|
857
|
+
"gap": "md",
|
|
858
|
+
"align": "center",
|
|
860
859
|
"children": [
|
|
861
860
|
{
|
|
861
|
+
"gap": "md",
|
|
862
862
|
"align": "center",
|
|
863
863
|
"direction": "horizontal",
|
|
864
|
-
"gap": "md",
|
|
865
864
|
"children": [
|
|
866
865
|
{
|
|
867
866
|
"type": "icon",
|
|
868
867
|
"name": "alert-triangle"
|
|
869
868
|
},
|
|
870
869
|
{
|
|
870
|
+
"type": "typography",
|
|
871
871
|
"content": "ServiceNode",
|
|
872
|
-
"variant": "h2"
|
|
873
|
-
"type": "typography"
|
|
872
|
+
"variant": "h2"
|
|
874
873
|
}
|
|
875
874
|
],
|
|
876
875
|
"type": "stack"
|
|
877
876
|
},
|
|
878
877
|
{
|
|
879
878
|
"type": "status-dot",
|
|
880
|
-
"
|
|
879
|
+
"status": "critical",
|
|
881
880
|
"label": "Circuit Open",
|
|
882
|
-
"
|
|
881
|
+
"pulse": true
|
|
883
882
|
}
|
|
884
883
|
]
|
|
885
884
|
},
|
|
@@ -887,12 +886,11 @@
|
|
|
887
886
|
"type": "divider"
|
|
888
887
|
},
|
|
889
888
|
{
|
|
889
|
+
"variant": "error",
|
|
890
890
|
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
891
|
-
"type": "alert"
|
|
892
|
-
"variant": "error"
|
|
891
|
+
"type": "alert"
|
|
893
892
|
},
|
|
894
893
|
{
|
|
895
|
-
"type": "simple-grid",
|
|
896
894
|
"cols": 2.0,
|
|
897
895
|
"children": [
|
|
898
896
|
{
|
|
@@ -916,39 +914,41 @@
|
|
|
916
914
|
],
|
|
917
915
|
"successCount"
|
|
918
916
|
],
|
|
919
|
-
"
|
|
920
|
-
"
|
|
917
|
+
"type": "stat-display",
|
|
918
|
+
"label": "Successes"
|
|
921
919
|
}
|
|
922
|
-
]
|
|
920
|
+
],
|
|
921
|
+
"type": "simple-grid"
|
|
923
922
|
},
|
|
924
923
|
{
|
|
925
|
-
"
|
|
926
|
-
"type": "meter",
|
|
927
|
-
"max": [
|
|
924
|
+
"value": [
|
|
928
925
|
"object/get",
|
|
929
926
|
[
|
|
930
927
|
"array/first",
|
|
931
928
|
"@entity"
|
|
932
929
|
],
|
|
933
|
-
"
|
|
930
|
+
"failureCount"
|
|
934
931
|
],
|
|
935
|
-
"
|
|
932
|
+
"type": "meter",
|
|
933
|
+
"min": 0.0,
|
|
934
|
+
"max": [
|
|
936
935
|
"object/get",
|
|
937
936
|
[
|
|
938
937
|
"array/first",
|
|
939
938
|
"@entity"
|
|
940
939
|
],
|
|
941
|
-
"
|
|
940
|
+
"threshold"
|
|
942
941
|
]
|
|
943
942
|
},
|
|
944
943
|
{
|
|
945
|
-
"label": "Reset",
|
|
946
|
-
"icon": "rotate-ccw",
|
|
947
944
|
"type": "button",
|
|
945
|
+
"label": "Reset",
|
|
948
946
|
"variant": "ghost",
|
|
947
|
+
"icon": "rotate-ccw",
|
|
949
948
|
"action": "RESET"
|
|
950
949
|
}
|
|
951
|
-
]
|
|
950
|
+
],
|
|
951
|
+
"gap": "lg"
|
|
952
952
|
}
|
|
953
953
|
]
|
|
954
954
|
]
|
|
@@ -966,52 +966,50 @@
|
|
|
966
966
|
"gap": "lg",
|
|
967
967
|
"children": [
|
|
968
968
|
{
|
|
969
|
-
"direction": "horizontal",
|
|
970
969
|
"justify": "between",
|
|
970
|
+
"align": "center",
|
|
971
|
+
"type": "stack",
|
|
972
|
+
"direction": "horizontal",
|
|
971
973
|
"children": [
|
|
972
974
|
{
|
|
975
|
+
"align": "center",
|
|
976
|
+
"type": "stack",
|
|
977
|
+
"gap": "md",
|
|
973
978
|
"children": [
|
|
974
979
|
{
|
|
975
980
|
"type": "icon",
|
|
976
981
|
"name": "shield"
|
|
977
982
|
},
|
|
978
983
|
{
|
|
979
|
-
"content": "ServiceNode",
|
|
980
984
|
"type": "typography",
|
|
985
|
+
"content": "ServiceNode",
|
|
981
986
|
"variant": "h2"
|
|
982
987
|
}
|
|
983
988
|
],
|
|
984
|
-
"direction": "horizontal"
|
|
985
|
-
"gap": "md",
|
|
986
|
-
"align": "center",
|
|
987
|
-
"type": "stack"
|
|
989
|
+
"direction": "horizontal"
|
|
988
990
|
},
|
|
989
991
|
{
|
|
990
|
-
"pulse": false,
|
|
991
|
-
"label": "Circuit Closed",
|
|
992
992
|
"type": "status-dot",
|
|
993
|
-
"
|
|
993
|
+
"label": "Circuit Closed",
|
|
994
|
+
"status": "online",
|
|
995
|
+
"pulse": false
|
|
994
996
|
}
|
|
995
997
|
],
|
|
996
|
-
"gap": "md"
|
|
997
|
-
"align": "center",
|
|
998
|
-
"type": "stack"
|
|
998
|
+
"gap": "md"
|
|
999
999
|
},
|
|
1000
1000
|
{
|
|
1001
1001
|
"type": "divider"
|
|
1002
1002
|
},
|
|
1003
1003
|
{
|
|
1004
|
-
"
|
|
1004
|
+
"type": "alert",
|
|
1005
1005
|
"variant": "success",
|
|
1006
|
-
"
|
|
1006
|
+
"message": "Service is healthy. All requests are being processed."
|
|
1007
1007
|
},
|
|
1008
1008
|
{
|
|
1009
1009
|
"type": "simple-grid",
|
|
1010
1010
|
"cols": 2.0,
|
|
1011
1011
|
"children": [
|
|
1012
1012
|
{
|
|
1013
|
-
"label": "Failures",
|
|
1014
|
-
"type": "stat-display",
|
|
1015
1013
|
"value": [
|
|
1016
1014
|
"object/get",
|
|
1017
1015
|
[
|
|
@@ -1019,11 +1017,12 @@
|
|
|
1019
1017
|
"@entity"
|
|
1020
1018
|
],
|
|
1021
1019
|
"failureCount"
|
|
1022
|
-
]
|
|
1020
|
+
],
|
|
1021
|
+
"label": "Failures",
|
|
1022
|
+
"type": "stat-display"
|
|
1023
1023
|
},
|
|
1024
1024
|
{
|
|
1025
1025
|
"type": "stat-display",
|
|
1026
|
-
"label": "Successes",
|
|
1027
1026
|
"value": [
|
|
1028
1027
|
"object/get",
|
|
1029
1028
|
[
|
|
@@ -1031,29 +1030,30 @@
|
|
|
1031
1030
|
"@entity"
|
|
1032
1031
|
],
|
|
1033
1032
|
"successCount"
|
|
1034
|
-
]
|
|
1033
|
+
],
|
|
1034
|
+
"label": "Successes"
|
|
1035
1035
|
}
|
|
1036
1036
|
]
|
|
1037
1037
|
},
|
|
1038
1038
|
{
|
|
1039
|
-
"
|
|
1039
|
+
"min": 0.0,
|
|
1040
|
+
"max": [
|
|
1040
1041
|
"object/get",
|
|
1041
1042
|
[
|
|
1042
1043
|
"array/first",
|
|
1043
1044
|
"@entity"
|
|
1044
1045
|
],
|
|
1045
|
-
"
|
|
1046
|
+
"threshold"
|
|
1046
1047
|
],
|
|
1047
|
-
"
|
|
1048
|
-
"type": "meter",
|
|
1049
|
-
"max": [
|
|
1048
|
+
"value": [
|
|
1050
1049
|
"object/get",
|
|
1051
1050
|
[
|
|
1052
1051
|
"array/first",
|
|
1053
1052
|
"@entity"
|
|
1054
1053
|
],
|
|
1055
|
-
"
|
|
1056
|
-
]
|
|
1054
|
+
"failureCount"
|
|
1055
|
+
],
|
|
1056
|
+
"type": "meter"
|
|
1057
1057
|
}
|
|
1058
1058
|
],
|
|
1059
1059
|
"direction": "vertical"
|