@almadar/std 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -214,11 +214,10 @@
|
|
|
214
214
|
{
|
|
215
215
|
"children": [
|
|
216
216
|
{
|
|
217
|
-
"
|
|
217
|
+
"type": "stack",
|
|
218
218
|
"direction": "horizontal",
|
|
219
219
|
"children": [
|
|
220
220
|
{
|
|
221
|
-
"gap": "md",
|
|
222
221
|
"type": "stack",
|
|
223
222
|
"align": "center",
|
|
224
223
|
"children": [
|
|
@@ -227,21 +226,22 @@
|
|
|
227
226
|
"type": "icon"
|
|
228
227
|
},
|
|
229
228
|
{
|
|
229
|
+
"variant": "h2",
|
|
230
230
|
"type": "typography",
|
|
231
|
-
"content": "ServiceNode"
|
|
232
|
-
"variant": "h2"
|
|
231
|
+
"content": "ServiceNode"
|
|
233
232
|
}
|
|
234
233
|
],
|
|
235
|
-
"direction": "horizontal"
|
|
234
|
+
"direction": "horizontal",
|
|
235
|
+
"gap": "md"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"type": "status-dot",
|
|
239
239
|
"status": "online",
|
|
240
|
-
"
|
|
241
|
-
"
|
|
240
|
+
"pulse": false,
|
|
241
|
+
"label": "Circuit Closed"
|
|
242
242
|
}
|
|
243
243
|
],
|
|
244
|
-
"
|
|
244
|
+
"justify": "between",
|
|
245
245
|
"gap": "md",
|
|
246
246
|
"align": "center"
|
|
247
247
|
},
|
|
@@ -249,36 +249,36 @@
|
|
|
249
249
|
"type": "divider"
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
"
|
|
252
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
253
253
|
"variant": "success",
|
|
254
|
-
"
|
|
254
|
+
"type": "alert"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
|
-
"cols": 2.0,
|
|
258
257
|
"type": "simple-grid",
|
|
258
|
+
"cols": 2.0,
|
|
259
259
|
"children": [
|
|
260
260
|
{
|
|
261
|
+
"type": "stat-display",
|
|
261
262
|
"label": "Failures",
|
|
262
|
-
"value": "@entity.failureCount"
|
|
263
|
-
"type": "stat-display"
|
|
263
|
+
"value": "@entity.failureCount"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"label": "Successes",
|
|
267
|
-
"
|
|
268
|
-
"
|
|
267
|
+
"value": "@entity.successCount",
|
|
268
|
+
"type": "stat-display"
|
|
269
269
|
}
|
|
270
270
|
]
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
|
-
"value": "@entity.failureCount",
|
|
274
|
-
"type": "meter",
|
|
275
273
|
"max": "@entity.threshold",
|
|
276
|
-
"min": 0.0
|
|
274
|
+
"min": 0.0,
|
|
275
|
+
"type": "meter",
|
|
276
|
+
"value": "@entity.failureCount"
|
|
277
277
|
}
|
|
278
278
|
],
|
|
279
|
+
"type": "stack",
|
|
279
280
|
"direction": "vertical",
|
|
280
|
-
"gap": "lg"
|
|
281
|
-
"type": "stack"
|
|
281
|
+
"gap": "lg"
|
|
282
282
|
}
|
|
283
283
|
]
|
|
284
284
|
]
|
|
@@ -292,14 +292,18 @@
|
|
|
292
292
|
"render-ui",
|
|
293
293
|
"main",
|
|
294
294
|
{
|
|
295
|
-
"
|
|
295
|
+
"gap": "lg",
|
|
296
|
+
"direction": "vertical",
|
|
296
297
|
"children": [
|
|
297
298
|
{
|
|
299
|
+
"direction": "horizontal",
|
|
300
|
+
"align": "center",
|
|
301
|
+
"justify": "between",
|
|
298
302
|
"type": "stack",
|
|
299
303
|
"gap": "md",
|
|
300
|
-
"justify": "between",
|
|
301
304
|
"children": [
|
|
302
305
|
{
|
|
306
|
+
"direction": "horizontal",
|
|
303
307
|
"gap": "md",
|
|
304
308
|
"type": "stack",
|
|
305
309
|
"children": [
|
|
@@ -313,25 +317,22 @@
|
|
|
313
317
|
"type": "typography"
|
|
314
318
|
}
|
|
315
319
|
],
|
|
316
|
-
"direction": "horizontal",
|
|
317
320
|
"align": "center"
|
|
318
321
|
},
|
|
319
322
|
{
|
|
323
|
+
"pulse": true,
|
|
320
324
|
"type": "status-dot",
|
|
321
|
-
"status": "critical",
|
|
322
325
|
"label": "Circuit Open",
|
|
323
|
-
"
|
|
326
|
+
"status": "critical"
|
|
324
327
|
}
|
|
325
|
-
]
|
|
326
|
-
"direction": "horizontal",
|
|
327
|
-
"align": "center"
|
|
328
|
+
]
|
|
328
329
|
},
|
|
329
330
|
{
|
|
330
331
|
"type": "divider"
|
|
331
332
|
},
|
|
332
333
|
{
|
|
333
|
-
"variant": "error",
|
|
334
334
|
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
335
|
+
"variant": "error",
|
|
335
336
|
"type": "alert"
|
|
336
337
|
},
|
|
337
338
|
{
|
|
@@ -339,9 +340,9 @@
|
|
|
339
340
|
"cols": 2.0,
|
|
340
341
|
"children": [
|
|
341
342
|
{
|
|
342
|
-
"value": "@entity.failureCount",
|
|
343
343
|
"label": "Failures",
|
|
344
|
-
"type": "stat-display"
|
|
344
|
+
"type": "stat-display",
|
|
345
|
+
"value": "@entity.failureCount"
|
|
345
346
|
},
|
|
346
347
|
{
|
|
347
348
|
"value": "@entity.successCount",
|
|
@@ -351,21 +352,20 @@
|
|
|
351
352
|
]
|
|
352
353
|
},
|
|
353
354
|
{
|
|
354
|
-
"value": "@entity.failureCount",
|
|
355
|
-
"type": "meter",
|
|
356
355
|
"min": 0.0,
|
|
356
|
+
"type": "meter",
|
|
357
|
+
"value": "@entity.failureCount",
|
|
357
358
|
"max": "@entity.threshold"
|
|
358
359
|
},
|
|
359
360
|
{
|
|
360
|
-
"
|
|
361
|
-
"type": "button",
|
|
361
|
+
"icon": "rotate-ccw",
|
|
362
362
|
"label": "Reset",
|
|
363
|
+
"action": "RESET",
|
|
363
364
|
"variant": "ghost",
|
|
364
|
-
"
|
|
365
|
+
"type": "button"
|
|
365
366
|
}
|
|
366
367
|
],
|
|
367
|
-
"
|
|
368
|
-
"gap": "lg"
|
|
368
|
+
"type": "stack"
|
|
369
369
|
}
|
|
370
370
|
]
|
|
371
371
|
]
|
|
@@ -379,73 +379,73 @@
|
|
|
379
379
|
"render-ui",
|
|
380
380
|
"main",
|
|
381
381
|
{
|
|
382
|
+
"type": "stack",
|
|
383
|
+
"direction": "vertical",
|
|
384
|
+
"gap": "lg",
|
|
382
385
|
"children": [
|
|
383
386
|
{
|
|
387
|
+
"type": "stack",
|
|
388
|
+
"direction": "horizontal",
|
|
384
389
|
"align": "center",
|
|
385
390
|
"children": [
|
|
386
391
|
{
|
|
387
|
-
"
|
|
392
|
+
"gap": "md",
|
|
388
393
|
"direction": "horizontal",
|
|
394
|
+
"type": "stack",
|
|
389
395
|
"children": [
|
|
390
396
|
{
|
|
391
397
|
"type": "icon",
|
|
392
398
|
"name": "shield"
|
|
393
399
|
},
|
|
394
400
|
{
|
|
401
|
+
"content": "ServiceNode",
|
|
395
402
|
"type": "typography",
|
|
396
|
-
"variant": "h2"
|
|
397
|
-
"content": "ServiceNode"
|
|
403
|
+
"variant": "h2"
|
|
398
404
|
}
|
|
399
405
|
],
|
|
400
|
-
"
|
|
401
|
-
"type": "stack"
|
|
406
|
+
"align": "center"
|
|
402
407
|
},
|
|
403
408
|
{
|
|
409
|
+
"pulse": false,
|
|
404
410
|
"type": "status-dot",
|
|
405
|
-
"status": "online",
|
|
406
411
|
"label": "Circuit Closed",
|
|
407
|
-
"
|
|
412
|
+
"status": "online"
|
|
408
413
|
}
|
|
409
414
|
],
|
|
410
415
|
"gap": "md",
|
|
411
|
-
"justify": "between"
|
|
412
|
-
"type": "stack",
|
|
413
|
-
"direction": "horizontal"
|
|
416
|
+
"justify": "between"
|
|
414
417
|
},
|
|
415
418
|
{
|
|
416
419
|
"type": "divider"
|
|
417
420
|
},
|
|
418
421
|
{
|
|
422
|
+
"variant": "success",
|
|
419
423
|
"type": "alert",
|
|
420
|
-
"message": "Service is healthy. All requests are being processed."
|
|
421
|
-
"variant": "success"
|
|
424
|
+
"message": "Service is healthy. All requests are being processed."
|
|
422
425
|
},
|
|
423
426
|
{
|
|
424
|
-
"cols": 2.0,
|
|
425
427
|
"children": [
|
|
426
428
|
{
|
|
427
|
-
"type": "stat-display",
|
|
428
429
|
"value": "@entity.failureCount",
|
|
430
|
+
"type": "stat-display",
|
|
429
431
|
"label": "Failures"
|
|
430
432
|
},
|
|
431
433
|
{
|
|
432
434
|
"type": "stat-display",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
435
|
+
"value": "@entity.successCount",
|
|
436
|
+
"label": "Successes"
|
|
435
437
|
}
|
|
436
438
|
],
|
|
437
|
-
"type": "simple-grid"
|
|
439
|
+
"type": "simple-grid",
|
|
440
|
+
"cols": 2.0
|
|
438
441
|
},
|
|
439
442
|
{
|
|
443
|
+
"value": "@entity.failureCount",
|
|
440
444
|
"type": "meter",
|
|
441
445
|
"max": "@entity.threshold",
|
|
442
|
-
"value": "@entity.failureCount",
|
|
443
446
|
"min": 0.0
|
|
444
447
|
}
|
|
445
|
-
]
|
|
446
|
-
"type": "stack",
|
|
447
|
-
"direction": "vertical",
|
|
448
|
-
"gap": "lg"
|
|
448
|
+
]
|
|
449
449
|
}
|
|
450
450
|
]
|
|
451
451
|
]
|
|
@@ -459,67 +459,67 @@
|
|
|
459
459
|
"render-ui",
|
|
460
460
|
"main",
|
|
461
461
|
{
|
|
462
|
+
"type": "stack",
|
|
462
463
|
"direction": "vertical",
|
|
464
|
+
"gap": "lg",
|
|
463
465
|
"children": [
|
|
464
466
|
{
|
|
465
467
|
"align": "center",
|
|
468
|
+
"justify": "between",
|
|
469
|
+
"type": "stack",
|
|
470
|
+
"direction": "horizontal",
|
|
471
|
+
"gap": "md",
|
|
466
472
|
"children": [
|
|
467
473
|
{
|
|
474
|
+
"type": "stack",
|
|
475
|
+
"direction": "horizontal",
|
|
476
|
+
"gap": "md",
|
|
468
477
|
"children": [
|
|
469
478
|
{
|
|
470
|
-
"
|
|
471
|
-
"
|
|
479
|
+
"type": "icon",
|
|
480
|
+
"name": "activity"
|
|
472
481
|
},
|
|
473
482
|
{
|
|
474
|
-
"content": "ServiceNode",
|
|
475
483
|
"type": "typography",
|
|
476
|
-
"variant": "h2"
|
|
484
|
+
"variant": "h2",
|
|
485
|
+
"content": "ServiceNode"
|
|
477
486
|
}
|
|
478
487
|
],
|
|
479
|
-
"direction": "horizontal",
|
|
480
|
-
"type": "stack",
|
|
481
|
-
"gap": "md",
|
|
482
488
|
"align": "center"
|
|
483
489
|
},
|
|
484
490
|
{
|
|
485
|
-
"label": "Circuit Half-Open",
|
|
486
491
|
"status": "warning",
|
|
487
492
|
"type": "status-dot",
|
|
493
|
+
"label": "Circuit Half-Open",
|
|
488
494
|
"pulse": true
|
|
489
495
|
}
|
|
490
|
-
]
|
|
491
|
-
"direction": "horizontal",
|
|
492
|
-
"type": "stack",
|
|
493
|
-
"justify": "between",
|
|
494
|
-
"gap": "md"
|
|
496
|
+
]
|
|
495
497
|
},
|
|
496
498
|
{
|
|
497
499
|
"type": "divider"
|
|
498
500
|
},
|
|
499
501
|
{
|
|
500
|
-
"
|
|
502
|
+
"type": "alert",
|
|
501
503
|
"variant": "warning",
|
|
502
|
-
"
|
|
504
|
+
"message": "Testing recovery. Limited requests are being allowed through."
|
|
503
505
|
},
|
|
504
506
|
{
|
|
507
|
+
"cols": 2.0,
|
|
505
508
|
"children": [
|
|
506
509
|
{
|
|
507
510
|
"value": "@entity.failureCount",
|
|
508
|
-
"
|
|
509
|
-
"
|
|
511
|
+
"type": "stat-display",
|
|
512
|
+
"label": "Failures"
|
|
510
513
|
},
|
|
511
514
|
{
|
|
512
515
|
"label": "Successes",
|
|
513
|
-
"
|
|
514
|
-
"
|
|
516
|
+
"value": "@entity.successCount",
|
|
517
|
+
"type": "stat-display"
|
|
515
518
|
}
|
|
516
519
|
],
|
|
517
|
-
"cols": 2.0,
|
|
518
520
|
"type": "simple-grid"
|
|
519
521
|
}
|
|
520
|
-
]
|
|
521
|
-
"gap": "lg",
|
|
522
|
-
"type": "stack"
|
|
522
|
+
]
|
|
523
523
|
}
|
|
524
524
|
]
|
|
525
525
|
]
|
|
@@ -534,38 +534,40 @@
|
|
|
534
534
|
"main",
|
|
535
535
|
{
|
|
536
536
|
"type": "stack",
|
|
537
|
+
"direction": "vertical",
|
|
538
|
+
"gap": "lg",
|
|
537
539
|
"children": [
|
|
538
540
|
{
|
|
539
|
-
"align": "center",
|
|
540
541
|
"children": [
|
|
541
542
|
{
|
|
542
|
-
"direction": "horizontal",
|
|
543
|
-
"gap": "md",
|
|
544
543
|
"type": "stack",
|
|
545
|
-
"align": "center",
|
|
546
544
|
"children": [
|
|
547
545
|
{
|
|
548
|
-
"
|
|
549
|
-
"
|
|
546
|
+
"name": "shield",
|
|
547
|
+
"type": "icon"
|
|
550
548
|
},
|
|
551
549
|
{
|
|
552
550
|
"content": "ServiceNode",
|
|
553
|
-
"
|
|
554
|
-
"
|
|
551
|
+
"type": "typography",
|
|
552
|
+
"variant": "h2"
|
|
555
553
|
}
|
|
556
|
-
]
|
|
554
|
+
],
|
|
555
|
+
"gap": "md",
|
|
556
|
+
"align": "center",
|
|
557
|
+
"direction": "horizontal"
|
|
557
558
|
},
|
|
558
559
|
{
|
|
559
|
-
"
|
|
560
|
+
"pulse": false,
|
|
560
561
|
"label": "Circuit Closed",
|
|
561
562
|
"type": "status-dot",
|
|
562
|
-
"
|
|
563
|
+
"status": "online"
|
|
563
564
|
}
|
|
564
565
|
],
|
|
565
566
|
"justify": "between",
|
|
566
567
|
"direction": "horizontal",
|
|
567
568
|
"gap": "md",
|
|
568
|
-
"type": "stack"
|
|
569
|
+
"type": "stack",
|
|
570
|
+
"align": "center"
|
|
569
571
|
},
|
|
570
572
|
{
|
|
571
573
|
"type": "divider"
|
|
@@ -578,28 +580,26 @@
|
|
|
578
580
|
{
|
|
579
581
|
"children": [
|
|
580
582
|
{
|
|
581
|
-
"
|
|
583
|
+
"label": "Failures",
|
|
582
584
|
"type": "stat-display",
|
|
583
|
-
"
|
|
585
|
+
"value": "@entity.failureCount"
|
|
584
586
|
},
|
|
585
587
|
{
|
|
588
|
+
"value": "@entity.successCount",
|
|
586
589
|
"type": "stat-display",
|
|
587
|
-
"label": "Successes"
|
|
588
|
-
"value": "@entity.successCount"
|
|
590
|
+
"label": "Successes"
|
|
589
591
|
}
|
|
590
592
|
],
|
|
591
593
|
"type": "simple-grid",
|
|
592
594
|
"cols": 2.0
|
|
593
595
|
},
|
|
594
596
|
{
|
|
595
|
-
"min": 0.0,
|
|
596
|
-
"max": "@entity.threshold",
|
|
597
597
|
"value": "@entity.failureCount",
|
|
598
|
-
"
|
|
598
|
+
"min": 0.0,
|
|
599
|
+
"type": "meter",
|
|
600
|
+
"max": "@entity.threshold"
|
|
599
601
|
}
|
|
600
|
-
]
|
|
601
|
-
"gap": "lg",
|
|
602
|
-
"direction": "vertical"
|
|
602
|
+
]
|
|
603
603
|
}
|
|
604
604
|
]
|
|
605
605
|
]
|
|
@@ -613,73 +613,73 @@
|
|
|
613
613
|
"render-ui",
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
|
-
"gap": "lg",
|
|
617
616
|
"children": [
|
|
618
617
|
{
|
|
618
|
+
"direction": "horizontal",
|
|
619
619
|
"align": "center",
|
|
620
|
+
"type": "stack",
|
|
621
|
+
"gap": "md",
|
|
620
622
|
"justify": "between",
|
|
621
623
|
"children": [
|
|
622
624
|
{
|
|
625
|
+
"direction": "horizontal",
|
|
623
626
|
"type": "stack",
|
|
624
627
|
"align": "center",
|
|
628
|
+
"gap": "md",
|
|
625
629
|
"children": [
|
|
626
630
|
{
|
|
627
|
-
"
|
|
628
|
-
"
|
|
631
|
+
"name": "shield",
|
|
632
|
+
"type": "icon"
|
|
629
633
|
},
|
|
630
634
|
{
|
|
631
635
|
"content": "ServiceNode",
|
|
632
636
|
"variant": "h2",
|
|
633
637
|
"type": "typography"
|
|
634
638
|
}
|
|
635
|
-
]
|
|
636
|
-
"direction": "horizontal",
|
|
637
|
-
"gap": "md"
|
|
639
|
+
]
|
|
638
640
|
},
|
|
639
641
|
{
|
|
640
|
-
"
|
|
642
|
+
"type": "status-dot",
|
|
641
643
|
"label": "Circuit Closed",
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
+
"pulse": false,
|
|
645
|
+
"status": "online"
|
|
644
646
|
}
|
|
645
|
-
]
|
|
646
|
-
"direction": "horizontal",
|
|
647
|
-
"gap": "md",
|
|
648
|
-
"type": "stack"
|
|
647
|
+
]
|
|
649
648
|
},
|
|
650
649
|
{
|
|
651
650
|
"type": "divider"
|
|
652
651
|
},
|
|
653
652
|
{
|
|
654
|
-
"
|
|
653
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
655
654
|
"type": "alert",
|
|
656
|
-
"
|
|
655
|
+
"variant": "success"
|
|
657
656
|
},
|
|
658
657
|
{
|
|
658
|
+
"type": "simple-grid",
|
|
659
659
|
"children": [
|
|
660
660
|
{
|
|
661
|
-
"label": "Failures",
|
|
662
661
|
"value": "@entity.failureCount",
|
|
663
|
-
"type": "stat-display"
|
|
662
|
+
"type": "stat-display",
|
|
663
|
+
"label": "Failures"
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
|
+
"label": "Successes",
|
|
666
667
|
"type": "stat-display",
|
|
667
|
-
"value": "@entity.successCount"
|
|
668
|
-
"label": "Successes"
|
|
668
|
+
"value": "@entity.successCount"
|
|
669
669
|
}
|
|
670
670
|
],
|
|
671
|
-
"type": "simple-grid",
|
|
672
671
|
"cols": 2.0
|
|
673
672
|
},
|
|
674
673
|
{
|
|
675
|
-
"value": "@entity.failureCount",
|
|
676
674
|
"type": "meter",
|
|
677
|
-
"
|
|
678
|
-
"max": "@entity.threshold"
|
|
675
|
+
"value": "@entity.failureCount",
|
|
676
|
+
"max": "@entity.threshold",
|
|
677
|
+
"min": 0.0
|
|
679
678
|
}
|
|
680
679
|
],
|
|
681
680
|
"direction": "vertical",
|
|
682
|
-
"type": "stack"
|
|
681
|
+
"type": "stack",
|
|
682
|
+
"gap": "lg"
|
|
683
683
|
}
|
|
684
684
|
]
|
|
685
685
|
]
|
|
@@ -693,14 +693,15 @@
|
|
|
693
693
|
"render-ui",
|
|
694
694
|
"main",
|
|
695
695
|
{
|
|
696
|
+
"gap": "lg",
|
|
696
697
|
"direction": "vertical",
|
|
698
|
+
"type": "stack",
|
|
697
699
|
"children": [
|
|
698
700
|
{
|
|
701
|
+
"direction": "horizontal",
|
|
699
702
|
"children": [
|
|
700
703
|
{
|
|
701
|
-
"type": "stack",
|
|
702
704
|
"direction": "horizontal",
|
|
703
|
-
"align": "center",
|
|
704
705
|
"gap": "md",
|
|
705
706
|
"children": [
|
|
706
707
|
{
|
|
@@ -708,24 +709,25 @@
|
|
|
708
709
|
"name": "alert-triangle"
|
|
709
710
|
},
|
|
710
711
|
{
|
|
711
|
-
"
|
|
712
|
+
"variant": "h2",
|
|
712
713
|
"type": "typography",
|
|
713
|
-
"
|
|
714
|
+
"content": "ServiceNode"
|
|
714
715
|
}
|
|
715
|
-
]
|
|
716
|
+
],
|
|
717
|
+
"align": "center",
|
|
718
|
+
"type": "stack"
|
|
716
719
|
},
|
|
717
720
|
{
|
|
718
|
-
"pulse": true,
|
|
719
721
|
"type": "status-dot",
|
|
722
|
+
"pulse": true,
|
|
720
723
|
"status": "critical",
|
|
721
724
|
"label": "Circuit Open"
|
|
722
725
|
}
|
|
723
726
|
],
|
|
724
727
|
"type": "stack",
|
|
725
|
-
"
|
|
728
|
+
"justify": "between",
|
|
726
729
|
"align": "center",
|
|
727
|
-
"
|
|
728
|
-
"justify": "between"
|
|
730
|
+
"gap": "md"
|
|
729
731
|
},
|
|
730
732
|
{
|
|
731
733
|
"type": "divider"
|
|
@@ -737,36 +739,34 @@
|
|
|
737
739
|
},
|
|
738
740
|
{
|
|
739
741
|
"type": "simple-grid",
|
|
740
|
-
"cols": 2.0,
|
|
741
742
|
"children": [
|
|
742
743
|
{
|
|
743
744
|
"type": "stat-display",
|
|
744
|
-
"
|
|
745
|
-
"
|
|
745
|
+
"value": "@entity.failureCount",
|
|
746
|
+
"label": "Failures"
|
|
746
747
|
},
|
|
747
748
|
{
|
|
749
|
+
"type": "stat-display",
|
|
748
750
|
"label": "Successes",
|
|
749
|
-
"value": "@entity.successCount"
|
|
750
|
-
"type": "stat-display"
|
|
751
|
+
"value": "@entity.successCount"
|
|
751
752
|
}
|
|
752
|
-
]
|
|
753
|
+
],
|
|
754
|
+
"cols": 2.0
|
|
753
755
|
},
|
|
754
756
|
{
|
|
755
757
|
"type": "meter",
|
|
756
758
|
"min": 0.0,
|
|
757
|
-
"
|
|
758
|
-
"
|
|
759
|
+
"value": "@entity.failureCount",
|
|
760
|
+
"max": "@entity.threshold"
|
|
759
761
|
},
|
|
760
762
|
{
|
|
761
|
-
"action": "RESET",
|
|
762
|
-
"icon": "rotate-ccw",
|
|
763
|
-
"variant": "ghost",
|
|
764
763
|
"label": "Reset",
|
|
764
|
+
"variant": "ghost",
|
|
765
|
+
"icon": "rotate-ccw",
|
|
766
|
+
"action": "RESET",
|
|
765
767
|
"type": "button"
|
|
766
768
|
}
|
|
767
|
-
]
|
|
768
|
-
"type": "stack",
|
|
769
|
-
"gap": "lg"
|
|
769
|
+
]
|
|
770
770
|
}
|
|
771
771
|
]
|
|
772
772
|
]
|
|
@@ -780,73 +780,73 @@
|
|
|
780
780
|
"render-ui",
|
|
781
781
|
"main",
|
|
782
782
|
{
|
|
783
|
-
"direction": "vertical",
|
|
784
|
-
"type": "stack",
|
|
785
783
|
"children": [
|
|
786
784
|
{
|
|
787
|
-
"gap": "md",
|
|
788
785
|
"direction": "horizontal",
|
|
786
|
+
"gap": "md",
|
|
789
787
|
"align": "center",
|
|
790
|
-
"type": "stack",
|
|
791
|
-
"justify": "between",
|
|
792
788
|
"children": [
|
|
793
789
|
{
|
|
790
|
+
"align": "center",
|
|
791
|
+
"direction": "horizontal",
|
|
792
|
+
"gap": "md",
|
|
793
|
+
"type": "stack",
|
|
794
794
|
"children": [
|
|
795
795
|
{
|
|
796
796
|
"type": "icon",
|
|
797
797
|
"name": "shield"
|
|
798
798
|
},
|
|
799
799
|
{
|
|
800
|
-
"type": "typography",
|
|
801
800
|
"variant": "h2",
|
|
802
|
-
"content": "ServiceNode"
|
|
801
|
+
"content": "ServiceNode",
|
|
802
|
+
"type": "typography"
|
|
803
803
|
}
|
|
804
|
-
]
|
|
805
|
-
"type": "stack",
|
|
806
|
-
"direction": "horizontal",
|
|
807
|
-
"align": "center",
|
|
808
|
-
"gap": "md"
|
|
804
|
+
]
|
|
809
805
|
},
|
|
810
806
|
{
|
|
807
|
+
"pulse": false,
|
|
811
808
|
"type": "status-dot",
|
|
812
|
-
"label": "Circuit Closed",
|
|
813
809
|
"status": "online",
|
|
814
|
-
"
|
|
810
|
+
"label": "Circuit Closed"
|
|
815
811
|
}
|
|
816
|
-
]
|
|
812
|
+
],
|
|
813
|
+
"type": "stack",
|
|
814
|
+
"justify": "between"
|
|
817
815
|
},
|
|
818
816
|
{
|
|
819
817
|
"type": "divider"
|
|
820
818
|
},
|
|
821
819
|
{
|
|
822
820
|
"type": "alert",
|
|
823
|
-
"
|
|
824
|
-
"
|
|
821
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
822
|
+
"variant": "success"
|
|
825
823
|
},
|
|
826
824
|
{
|
|
827
|
-
"cols": 2.0,
|
|
828
825
|
"type": "simple-grid",
|
|
826
|
+
"cols": 2.0,
|
|
829
827
|
"children": [
|
|
830
828
|
{
|
|
831
|
-
"value": "@entity.failureCount",
|
|
832
829
|
"label": "Failures",
|
|
830
|
+
"value": "@entity.failureCount",
|
|
833
831
|
"type": "stat-display"
|
|
834
832
|
},
|
|
835
833
|
{
|
|
836
|
-
"type": "stat-display",
|
|
837
834
|
"label": "Successes",
|
|
838
|
-
"value": "@entity.successCount"
|
|
835
|
+
"value": "@entity.successCount",
|
|
836
|
+
"type": "stat-display"
|
|
839
837
|
}
|
|
840
838
|
]
|
|
841
839
|
},
|
|
842
840
|
{
|
|
843
|
-
"max": "@entity.threshold",
|
|
844
841
|
"value": "@entity.failureCount",
|
|
845
|
-
"
|
|
846
|
-
"type": "meter"
|
|
842
|
+
"max": "@entity.threshold",
|
|
843
|
+
"type": "meter",
|
|
844
|
+
"min": 0.0
|
|
847
845
|
}
|
|
848
846
|
],
|
|
849
|
-
"
|
|
847
|
+
"direction": "vertical",
|
|
848
|
+
"gap": "lg",
|
|
849
|
+
"type": "stack"
|
|
850
850
|
}
|
|
851
851
|
]
|
|
852
852
|
]
|
|
@@ -869,4 +869,4 @@
|
|
|
869
869
|
]
|
|
870
870
|
}
|
|
871
871
|
]
|
|
872
|
-
}
|
|
872
|
+
}
|