@almadar/std 13.6.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -198,6 +198,21 @@
|
|
|
198
198
|
"to": "closed",
|
|
199
199
|
"event": "INIT",
|
|
200
200
|
"effects": [
|
|
201
|
+
[
|
|
202
|
+
"set",
|
|
203
|
+
"@entity.failureCount",
|
|
204
|
+
0.0
|
|
205
|
+
],
|
|
206
|
+
[
|
|
207
|
+
"set",
|
|
208
|
+
"@entity.successCount",
|
|
209
|
+
0.0
|
|
210
|
+
],
|
|
211
|
+
[
|
|
212
|
+
"set",
|
|
213
|
+
"@entity.threshold",
|
|
214
|
+
5.0
|
|
215
|
+
],
|
|
201
216
|
[
|
|
202
217
|
"fetch",
|
|
203
218
|
"ServiceNode",
|
|
@@ -215,70 +230,70 @@
|
|
|
215
230
|
"children": [
|
|
216
231
|
{
|
|
217
232
|
"justify": "between",
|
|
233
|
+
"type": "stack",
|
|
218
234
|
"gap": "md",
|
|
219
235
|
"direction": "horizontal",
|
|
220
236
|
"children": [
|
|
221
237
|
{
|
|
238
|
+
"direction": "horizontal",
|
|
239
|
+
"align": "center",
|
|
222
240
|
"children": [
|
|
223
241
|
{
|
|
224
242
|
"name": "shield",
|
|
225
243
|
"type": "icon"
|
|
226
244
|
},
|
|
227
245
|
{
|
|
228
|
-
"variant": "h2",
|
|
229
246
|
"content": "ServiceNode",
|
|
230
|
-
"type": "typography"
|
|
247
|
+
"type": "typography",
|
|
248
|
+
"variant": "h2"
|
|
231
249
|
}
|
|
232
250
|
],
|
|
233
|
-
"direction": "horizontal",
|
|
234
|
-
"gap": "md",
|
|
235
251
|
"type": "stack",
|
|
236
|
-
"
|
|
252
|
+
"gap": "md"
|
|
237
253
|
},
|
|
238
254
|
{
|
|
239
|
-
"label": "Circuit Closed",
|
|
240
255
|
"type": "status-dot",
|
|
241
|
-
"
|
|
242
|
-
"pulse": false
|
|
256
|
+
"label": "Circuit Closed",
|
|
257
|
+
"pulse": false,
|
|
258
|
+
"status": "online"
|
|
243
259
|
}
|
|
244
260
|
],
|
|
245
|
-
"align": "center"
|
|
246
|
-
"type": "stack"
|
|
261
|
+
"align": "center"
|
|
247
262
|
},
|
|
248
263
|
{
|
|
249
264
|
"type": "divider"
|
|
250
265
|
},
|
|
251
266
|
{
|
|
252
|
-
"variant": "success",
|
|
253
267
|
"type": "alert",
|
|
254
|
-
"message": "Service is healthy. All requests are being processed."
|
|
268
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
269
|
+
"variant": "success"
|
|
255
270
|
},
|
|
256
271
|
{
|
|
272
|
+
"cols": 2.0,
|
|
257
273
|
"children": [
|
|
258
274
|
{
|
|
275
|
+
"value": "@entity.failureCount",
|
|
259
276
|
"type": "stat-display",
|
|
260
|
-
"label": "Failures"
|
|
261
|
-
"value": "@entity.failureCount"
|
|
277
|
+
"label": "Failures"
|
|
262
278
|
},
|
|
263
279
|
{
|
|
280
|
+
"value": "@entity.successCount",
|
|
264
281
|
"label": "Successes",
|
|
265
|
-
"type": "stat-display"
|
|
266
|
-
"value": "@entity.successCount"
|
|
282
|
+
"type": "stat-display"
|
|
267
283
|
}
|
|
268
284
|
],
|
|
269
|
-
"type": "simple-grid"
|
|
270
|
-
"cols": 2.0
|
|
285
|
+
"type": "simple-grid"
|
|
271
286
|
},
|
|
272
287
|
{
|
|
273
|
-
"type": "meter",
|
|
274
288
|
"max": "@entity.threshold",
|
|
275
|
-
"
|
|
276
|
-
"
|
|
289
|
+
"value": "@entity.failureCount",
|
|
290
|
+
"type": "meter",
|
|
291
|
+
"min": 0.0
|
|
277
292
|
}
|
|
278
293
|
],
|
|
294
|
+
"type": "stack",
|
|
279
295
|
"direction": "vertical",
|
|
280
|
-
"gap": "lg"
|
|
281
|
-
"type": "stack"
|
|
296
|
+
"gap": "lg"
|
|
282
297
|
}
|
|
283
298
|
]
|
|
284
299
|
]
|
|
@@ -292,80 +307,80 @@
|
|
|
292
307
|
"render-ui",
|
|
293
308
|
"main",
|
|
294
309
|
{
|
|
295
|
-
"gap": "lg",
|
|
296
310
|
"children": [
|
|
297
311
|
{
|
|
298
|
-
"
|
|
299
|
-
"
|
|
312
|
+
"justify": "between",
|
|
313
|
+
"type": "stack",
|
|
314
|
+
"align": "center",
|
|
300
315
|
"children": [
|
|
301
316
|
{
|
|
302
|
-
"direction": "horizontal",
|
|
303
|
-
"gap": "md",
|
|
304
|
-
"type": "stack",
|
|
305
|
-
"align": "center",
|
|
306
317
|
"children": [
|
|
307
318
|
{
|
|
308
|
-
"
|
|
309
|
-
"
|
|
319
|
+
"name": "alert-triangle",
|
|
320
|
+
"type": "icon"
|
|
310
321
|
},
|
|
311
322
|
{
|
|
323
|
+
"content": "ServiceNode",
|
|
312
324
|
"type": "typography",
|
|
313
|
-
"variant": "h2"
|
|
314
|
-
"content": "ServiceNode"
|
|
325
|
+
"variant": "h2"
|
|
315
326
|
}
|
|
316
|
-
]
|
|
327
|
+
],
|
|
328
|
+
"direction": "horizontal",
|
|
329
|
+
"type": "stack",
|
|
330
|
+
"align": "center",
|
|
331
|
+
"gap": "md"
|
|
317
332
|
},
|
|
318
333
|
{
|
|
319
|
-
"pulse": true,
|
|
320
334
|
"label": "Circuit Open",
|
|
335
|
+
"status": "critical",
|
|
321
336
|
"type": "status-dot",
|
|
322
|
-
"
|
|
337
|
+
"pulse": true
|
|
323
338
|
}
|
|
324
339
|
],
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"align": "center"
|
|
340
|
+
"gap": "md",
|
|
341
|
+
"direction": "horizontal"
|
|
328
342
|
},
|
|
329
343
|
{
|
|
330
344
|
"type": "divider"
|
|
331
345
|
},
|
|
332
346
|
{
|
|
333
347
|
"variant": "error",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
348
|
+
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
349
|
+
"type": "alert"
|
|
336
350
|
},
|
|
337
351
|
{
|
|
338
|
-
"cols": 2.0,
|
|
339
352
|
"children": [
|
|
340
353
|
{
|
|
341
|
-
"
|
|
354
|
+
"label": "Failures",
|
|
342
355
|
"value": "@entity.failureCount",
|
|
343
|
-
"
|
|
356
|
+
"type": "stat-display"
|
|
344
357
|
},
|
|
345
358
|
{
|
|
346
|
-
"label": "Successes",
|
|
347
359
|
"value": "@entity.successCount",
|
|
348
|
-
"type": "stat-display"
|
|
360
|
+
"type": "stat-display",
|
|
361
|
+
"label": "Successes"
|
|
349
362
|
}
|
|
350
363
|
],
|
|
351
|
-
"type": "simple-grid"
|
|
364
|
+
"type": "simple-grid",
|
|
365
|
+
"cols": 2.0
|
|
352
366
|
},
|
|
353
367
|
{
|
|
354
|
-
"min": 0.0,
|
|
355
368
|
"value": "@entity.failureCount",
|
|
356
369
|
"max": "@entity.threshold",
|
|
357
|
-
"type": "meter"
|
|
370
|
+
"type": "meter",
|
|
371
|
+
"min": 0.0
|
|
358
372
|
},
|
|
359
373
|
{
|
|
360
|
-
"label": "Reset",
|
|
361
374
|
"variant": "ghost",
|
|
362
375
|
"icon": "rotate-ccw",
|
|
376
|
+
"action": "RESET",
|
|
363
377
|
"type": "button",
|
|
364
|
-
"
|
|
378
|
+
"label": "Reset"
|
|
365
379
|
}
|
|
366
380
|
],
|
|
381
|
+
"type": "stack",
|
|
367
382
|
"direction": "vertical",
|
|
368
|
-
"
|
|
383
|
+
"gap": "lg"
|
|
369
384
|
}
|
|
370
385
|
]
|
|
371
386
|
]
|
|
@@ -380,71 +395,71 @@
|
|
|
380
395
|
"main",
|
|
381
396
|
{
|
|
382
397
|
"gap": "lg",
|
|
383
|
-
"type": "stack",
|
|
384
398
|
"children": [
|
|
385
399
|
{
|
|
400
|
+
"gap": "md",
|
|
386
401
|
"children": [
|
|
387
402
|
{
|
|
388
403
|
"type": "stack",
|
|
404
|
+
"gap": "md",
|
|
389
405
|
"children": [
|
|
390
406
|
{
|
|
391
|
-
"
|
|
392
|
-
"
|
|
407
|
+
"type": "icon",
|
|
408
|
+
"name": "shield"
|
|
393
409
|
},
|
|
394
410
|
{
|
|
395
|
-
"type": "typography",
|
|
396
411
|
"content": "ServiceNode",
|
|
412
|
+
"type": "typography",
|
|
397
413
|
"variant": "h2"
|
|
398
414
|
}
|
|
399
415
|
],
|
|
400
|
-
"
|
|
401
|
-
"
|
|
402
|
-
"direction": "horizontal"
|
|
416
|
+
"direction": "horizontal",
|
|
417
|
+
"align": "center"
|
|
403
418
|
},
|
|
404
419
|
{
|
|
405
420
|
"type": "status-dot",
|
|
406
|
-
"status": "online",
|
|
407
421
|
"pulse": false,
|
|
408
|
-
"label": "Circuit Closed"
|
|
422
|
+
"label": "Circuit Closed",
|
|
423
|
+
"status": "online"
|
|
409
424
|
}
|
|
410
425
|
],
|
|
411
|
-
"justify": "between",
|
|
412
426
|
"type": "stack",
|
|
427
|
+
"justify": "between",
|
|
413
428
|
"direction": "horizontal",
|
|
414
|
-
"gap": "md",
|
|
415
429
|
"align": "center"
|
|
416
430
|
},
|
|
417
431
|
{
|
|
418
432
|
"type": "divider"
|
|
419
433
|
},
|
|
420
434
|
{
|
|
435
|
+
"variant": "success",
|
|
421
436
|
"message": "Service is healthy. All requests are being processed.",
|
|
422
|
-
"type": "alert"
|
|
423
|
-
"variant": "success"
|
|
437
|
+
"type": "alert"
|
|
424
438
|
},
|
|
425
439
|
{
|
|
426
440
|
"cols": 2.0,
|
|
427
441
|
"children": [
|
|
428
442
|
{
|
|
443
|
+
"type": "stat-display",
|
|
429
444
|
"value": "@entity.failureCount",
|
|
430
|
-
"label": "Failures"
|
|
431
|
-
"type": "stat-display"
|
|
445
|
+
"label": "Failures"
|
|
432
446
|
},
|
|
433
447
|
{
|
|
434
|
-
"label": "Successes",
|
|
435
448
|
"type": "stat-display",
|
|
449
|
+
"label": "Successes",
|
|
436
450
|
"value": "@entity.successCount"
|
|
437
451
|
}
|
|
438
452
|
],
|
|
439
453
|
"type": "simple-grid"
|
|
440
454
|
},
|
|
441
455
|
{
|
|
456
|
+
"max": "@entity.threshold",
|
|
442
457
|
"type": "meter",
|
|
443
|
-
"min": 0.0,
|
|
444
458
|
"value": "@entity.failureCount",
|
|
445
|
-
"
|
|
459
|
+
"min": 0.0
|
|
446
460
|
}
|
|
447
461
|
],
|
|
462
|
+
"type": "stack",
|
|
448
463
|
"direction": "vertical"
|
|
449
464
|
}
|
|
450
465
|
]
|
|
@@ -459,67 +474,67 @@
|
|
|
459
474
|
"render-ui",
|
|
460
475
|
"main",
|
|
461
476
|
{
|
|
477
|
+
"gap": "lg",
|
|
478
|
+
"type": "stack",
|
|
479
|
+
"direction": "vertical",
|
|
462
480
|
"children": [
|
|
463
481
|
{
|
|
464
|
-
"
|
|
465
|
-
"
|
|
482
|
+
"justify": "between",
|
|
483
|
+
"type": "stack",
|
|
466
484
|
"children": [
|
|
467
485
|
{
|
|
468
|
-
"align": "center",
|
|
469
|
-
"type": "stack",
|
|
470
486
|
"gap": "md",
|
|
487
|
+
"type": "stack",
|
|
488
|
+
"direction": "horizontal",
|
|
489
|
+
"align": "center",
|
|
471
490
|
"children": [
|
|
472
491
|
{
|
|
473
|
-
"
|
|
474
|
-
"
|
|
492
|
+
"type": "icon",
|
|
493
|
+
"name": "activity"
|
|
475
494
|
},
|
|
476
495
|
{
|
|
477
|
-
"content": "ServiceNode",
|
|
478
496
|
"variant": "h2",
|
|
479
|
-
"type": "typography"
|
|
497
|
+
"type": "typography",
|
|
498
|
+
"content": "ServiceNode"
|
|
480
499
|
}
|
|
481
|
-
]
|
|
482
|
-
"direction": "horizontal"
|
|
500
|
+
]
|
|
483
501
|
},
|
|
484
502
|
{
|
|
485
|
-
"
|
|
486
|
-
"type": "status-dot",
|
|
503
|
+
"pulse": true,
|
|
487
504
|
"status": "warning",
|
|
488
|
-
"
|
|
505
|
+
"type": "status-dot",
|
|
506
|
+
"label": "Circuit Half-Open"
|
|
489
507
|
}
|
|
490
508
|
],
|
|
491
|
-
"
|
|
492
|
-
"
|
|
493
|
-
"
|
|
509
|
+
"direction": "horizontal",
|
|
510
|
+
"align": "center",
|
|
511
|
+
"gap": "md"
|
|
494
512
|
},
|
|
495
513
|
{
|
|
496
514
|
"type": "divider"
|
|
497
515
|
},
|
|
498
516
|
{
|
|
499
|
-
"
|
|
517
|
+
"variant": "warning",
|
|
500
518
|
"type": "alert",
|
|
501
|
-
"
|
|
519
|
+
"message": "Testing recovery. Limited requests are being allowed through."
|
|
502
520
|
},
|
|
503
521
|
{
|
|
504
|
-
"cols": 2.0,
|
|
505
522
|
"children": [
|
|
506
523
|
{
|
|
507
|
-
"type": "stat-display",
|
|
508
524
|
"value": "@entity.failureCount",
|
|
525
|
+
"type": "stat-display",
|
|
509
526
|
"label": "Failures"
|
|
510
527
|
},
|
|
511
528
|
{
|
|
512
|
-
"value": "@entity.successCount",
|
|
513
529
|
"type": "stat-display",
|
|
530
|
+
"value": "@entity.successCount",
|
|
514
531
|
"label": "Successes"
|
|
515
532
|
}
|
|
516
533
|
],
|
|
534
|
+
"cols": 2.0,
|
|
517
535
|
"type": "simple-grid"
|
|
518
536
|
}
|
|
519
|
-
]
|
|
520
|
-
"direction": "vertical",
|
|
521
|
-
"gap": "lg",
|
|
522
|
-
"type": "stack"
|
|
537
|
+
]
|
|
523
538
|
}
|
|
524
539
|
]
|
|
525
540
|
]
|
|
@@ -536,27 +551,23 @@
|
|
|
536
551
|
"children": [
|
|
537
552
|
{
|
|
538
553
|
"direction": "horizontal",
|
|
539
|
-
"gap": "md",
|
|
540
|
-
"align": "center",
|
|
541
|
-
"type": "stack",
|
|
542
|
-
"justify": "between",
|
|
543
554
|
"children": [
|
|
544
555
|
{
|
|
545
|
-
"
|
|
546
|
-
"type": "stack",
|
|
556
|
+
"align": "center",
|
|
547
557
|
"direction": "horizontal",
|
|
558
|
+
"gap": "md",
|
|
548
559
|
"children": [
|
|
549
560
|
{
|
|
550
|
-
"
|
|
551
|
-
"
|
|
561
|
+
"type": "icon",
|
|
562
|
+
"name": "shield"
|
|
552
563
|
},
|
|
553
564
|
{
|
|
554
|
-
"content": "ServiceNode",
|
|
555
565
|
"variant": "h2",
|
|
566
|
+
"content": "ServiceNode",
|
|
556
567
|
"type": "typography"
|
|
557
568
|
}
|
|
558
569
|
],
|
|
559
|
-
"
|
|
570
|
+
"type": "stack"
|
|
560
571
|
},
|
|
561
572
|
{
|
|
562
573
|
"pulse": false,
|
|
@@ -564,42 +575,46 @@
|
|
|
564
575
|
"type": "status-dot",
|
|
565
576
|
"label": "Circuit Closed"
|
|
566
577
|
}
|
|
567
|
-
]
|
|
578
|
+
],
|
|
579
|
+
"gap": "md",
|
|
580
|
+
"align": "center",
|
|
581
|
+
"type": "stack",
|
|
582
|
+
"justify": "between"
|
|
568
583
|
},
|
|
569
584
|
{
|
|
570
585
|
"type": "divider"
|
|
571
586
|
},
|
|
572
587
|
{
|
|
573
|
-
"
|
|
588
|
+
"type": "alert",
|
|
574
589
|
"message": "Service is healthy. All requests are being processed.",
|
|
575
|
-
"
|
|
590
|
+
"variant": "success"
|
|
576
591
|
},
|
|
577
592
|
{
|
|
578
|
-
"type": "simple-grid",
|
|
579
593
|
"cols": 2.0,
|
|
580
594
|
"children": [
|
|
581
595
|
{
|
|
582
|
-
"
|
|
596
|
+
"label": "Failures",
|
|
583
597
|
"type": "stat-display",
|
|
584
|
-
"
|
|
598
|
+
"value": "@entity.failureCount"
|
|
585
599
|
},
|
|
586
600
|
{
|
|
587
601
|
"label": "Successes",
|
|
588
602
|
"type": "stat-display",
|
|
589
603
|
"value": "@entity.successCount"
|
|
590
604
|
}
|
|
591
|
-
]
|
|
605
|
+
],
|
|
606
|
+
"type": "simple-grid"
|
|
592
607
|
},
|
|
593
608
|
{
|
|
594
|
-
"type": "meter",
|
|
595
609
|
"min": 0.0,
|
|
596
610
|
"value": "@entity.failureCount",
|
|
611
|
+
"type": "meter",
|
|
597
612
|
"max": "@entity.threshold"
|
|
598
613
|
}
|
|
599
614
|
],
|
|
615
|
+
"type": "stack",
|
|
600
616
|
"direction": "vertical",
|
|
601
|
-
"gap": "lg"
|
|
602
|
-
"type": "stack"
|
|
617
|
+
"gap": "lg"
|
|
603
618
|
}
|
|
604
619
|
]
|
|
605
620
|
]
|
|
@@ -613,14 +628,8 @@
|
|
|
613
628
|
"render-ui",
|
|
614
629
|
"main",
|
|
615
630
|
{
|
|
616
|
-
"type": "stack",
|
|
617
|
-
"direction": "vertical",
|
|
618
631
|
"children": [
|
|
619
632
|
{
|
|
620
|
-
"align": "center",
|
|
621
|
-
"gap": "md",
|
|
622
|
-
"type": "stack",
|
|
623
|
-
"direction": "horizontal",
|
|
624
633
|
"justify": "between",
|
|
625
634
|
"children": [
|
|
626
635
|
{
|
|
@@ -631,43 +640,47 @@
|
|
|
631
640
|
},
|
|
632
641
|
{
|
|
633
642
|
"type": "typography",
|
|
634
|
-
"
|
|
635
|
-
"
|
|
643
|
+
"content": "ServiceNode",
|
|
644
|
+
"variant": "h2"
|
|
636
645
|
}
|
|
637
646
|
],
|
|
638
|
-
"
|
|
639
|
-
"align": "center",
|
|
647
|
+
"gap": "md",
|
|
640
648
|
"type": "stack",
|
|
641
|
-
"
|
|
649
|
+
"direction": "horizontal",
|
|
650
|
+
"align": "center"
|
|
642
651
|
},
|
|
643
652
|
{
|
|
644
|
-
"status": "online",
|
|
645
653
|
"type": "status-dot",
|
|
646
654
|
"label": "Circuit Closed",
|
|
647
|
-
"pulse": false
|
|
655
|
+
"pulse": false,
|
|
656
|
+
"status": "online"
|
|
648
657
|
}
|
|
649
|
-
]
|
|
658
|
+
],
|
|
659
|
+
"align": "center",
|
|
660
|
+
"type": "stack",
|
|
661
|
+
"direction": "horizontal",
|
|
662
|
+
"gap": "md"
|
|
650
663
|
},
|
|
651
664
|
{
|
|
652
665
|
"type": "divider"
|
|
653
666
|
},
|
|
654
667
|
{
|
|
655
668
|
"variant": "success",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
669
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
670
|
+
"type": "alert"
|
|
658
671
|
},
|
|
659
672
|
{
|
|
660
|
-
"cols": 2.0,
|
|
661
673
|
"type": "simple-grid",
|
|
674
|
+
"cols": 2.0,
|
|
662
675
|
"children": [
|
|
663
676
|
{
|
|
664
|
-
"value": "@entity.failureCount",
|
|
665
677
|
"label": "Failures",
|
|
678
|
+
"value": "@entity.failureCount",
|
|
666
679
|
"type": "stat-display"
|
|
667
680
|
},
|
|
668
681
|
{
|
|
669
|
-
"value": "@entity.successCount",
|
|
670
682
|
"type": "stat-display",
|
|
683
|
+
"value": "@entity.successCount",
|
|
671
684
|
"label": "Successes"
|
|
672
685
|
}
|
|
673
686
|
]
|
|
@@ -679,7 +692,9 @@
|
|
|
679
692
|
"max": "@entity.threshold"
|
|
680
693
|
}
|
|
681
694
|
],
|
|
682
|
-
"
|
|
695
|
+
"direction": "vertical",
|
|
696
|
+
"gap": "lg",
|
|
697
|
+
"type": "stack"
|
|
683
698
|
}
|
|
684
699
|
]
|
|
685
700
|
]
|
|
@@ -693,49 +708,51 @@
|
|
|
693
708
|
"render-ui",
|
|
694
709
|
"main",
|
|
695
710
|
{
|
|
711
|
+
"direction": "vertical",
|
|
712
|
+
"gap": "lg",
|
|
713
|
+
"type": "stack",
|
|
696
714
|
"children": [
|
|
697
715
|
{
|
|
698
|
-
"direction": "horizontal",
|
|
699
|
-
"type": "stack",
|
|
700
|
-
"gap": "md",
|
|
701
|
-
"align": "center",
|
|
702
|
-
"justify": "between",
|
|
703
716
|
"children": [
|
|
704
717
|
{
|
|
718
|
+
"type": "stack",
|
|
719
|
+
"align": "center",
|
|
705
720
|
"children": [
|
|
706
721
|
{
|
|
707
|
-
"
|
|
708
|
-
"
|
|
722
|
+
"name": "alert-triangle",
|
|
723
|
+
"type": "icon"
|
|
709
724
|
},
|
|
710
725
|
{
|
|
711
726
|
"content": "ServiceNode",
|
|
712
|
-
"
|
|
713
|
-
"
|
|
727
|
+
"variant": "h2",
|
|
728
|
+
"type": "typography"
|
|
714
729
|
}
|
|
715
730
|
],
|
|
716
731
|
"gap": "md",
|
|
717
|
-
"
|
|
718
|
-
"direction": "horizontal",
|
|
719
|
-
"align": "center"
|
|
732
|
+
"direction": "horizontal"
|
|
720
733
|
},
|
|
721
734
|
{
|
|
722
735
|
"type": "status-dot",
|
|
723
|
-
"
|
|
736
|
+
"pulse": true,
|
|
724
737
|
"label": "Circuit Open",
|
|
725
|
-
"
|
|
738
|
+
"status": "critical"
|
|
726
739
|
}
|
|
727
|
-
]
|
|
740
|
+
],
|
|
741
|
+
"justify": "between",
|
|
742
|
+
"align": "center",
|
|
743
|
+
"type": "stack",
|
|
744
|
+
"direction": "horizontal",
|
|
745
|
+
"gap": "md"
|
|
728
746
|
},
|
|
729
747
|
{
|
|
730
748
|
"type": "divider"
|
|
731
749
|
},
|
|
732
750
|
{
|
|
733
|
-
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
734
751
|
"type": "alert",
|
|
752
|
+
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
735
753
|
"variant": "error"
|
|
736
754
|
},
|
|
737
755
|
{
|
|
738
|
-
"cols": 2.0,
|
|
739
756
|
"children": [
|
|
740
757
|
{
|
|
741
758
|
"value": "@entity.failureCount",
|
|
@@ -748,25 +765,23 @@
|
|
|
748
765
|
"value": "@entity.successCount"
|
|
749
766
|
}
|
|
750
767
|
],
|
|
768
|
+
"cols": 2.0,
|
|
751
769
|
"type": "simple-grid"
|
|
752
770
|
},
|
|
753
771
|
{
|
|
754
772
|
"min": 0.0,
|
|
755
|
-
"
|
|
773
|
+
"value": "@entity.failureCount",
|
|
756
774
|
"max": "@entity.threshold",
|
|
757
|
-
"
|
|
775
|
+
"type": "meter"
|
|
758
776
|
},
|
|
759
777
|
{
|
|
760
|
-
"type": "button",
|
|
761
778
|
"label": "Reset",
|
|
762
779
|
"variant": "ghost",
|
|
763
|
-
"
|
|
764
|
-
"
|
|
780
|
+
"action": "RESET",
|
|
781
|
+
"type": "button",
|
|
782
|
+
"icon": "rotate-ccw"
|
|
765
783
|
}
|
|
766
|
-
]
|
|
767
|
-
"direction": "vertical",
|
|
768
|
-
"type": "stack",
|
|
769
|
-
"gap": "lg"
|
|
784
|
+
]
|
|
770
785
|
}
|
|
771
786
|
]
|
|
772
787
|
]
|
|
@@ -781,17 +796,13 @@
|
|
|
781
796
|
"main",
|
|
782
797
|
{
|
|
783
798
|
"gap": "lg",
|
|
784
|
-
"direction": "vertical",
|
|
785
|
-
"type": "stack",
|
|
786
799
|
"children": [
|
|
787
800
|
{
|
|
788
801
|
"type": "stack",
|
|
789
|
-
"align": "center",
|
|
790
|
-
"gap": "md",
|
|
791
|
-
"direction": "horizontal",
|
|
792
802
|
"justify": "between",
|
|
793
803
|
"children": [
|
|
794
804
|
{
|
|
805
|
+
"align": "center",
|
|
795
806
|
"children": [
|
|
796
807
|
{
|
|
797
808
|
"name": "shield",
|
|
@@ -799,54 +810,58 @@
|
|
|
799
810
|
},
|
|
800
811
|
{
|
|
801
812
|
"variant": "h2",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
813
|
+
"type": "typography",
|
|
814
|
+
"content": "ServiceNode"
|
|
804
815
|
}
|
|
805
816
|
],
|
|
806
|
-
"direction": "horizontal",
|
|
807
|
-
"align": "center",
|
|
808
817
|
"type": "stack",
|
|
809
|
-
"gap": "md"
|
|
818
|
+
"gap": "md",
|
|
819
|
+
"direction": "horizontal"
|
|
810
820
|
},
|
|
811
821
|
{
|
|
812
|
-
"
|
|
822
|
+
"status": "online",
|
|
813
823
|
"type": "status-dot",
|
|
814
|
-
"
|
|
815
|
-
"
|
|
824
|
+
"label": "Circuit Closed",
|
|
825
|
+
"pulse": false
|
|
816
826
|
}
|
|
817
|
-
]
|
|
827
|
+
],
|
|
828
|
+
"gap": "md",
|
|
829
|
+
"direction": "horizontal",
|
|
830
|
+
"align": "center"
|
|
818
831
|
},
|
|
819
832
|
{
|
|
820
833
|
"type": "divider"
|
|
821
834
|
},
|
|
822
835
|
{
|
|
823
|
-
"
|
|
836
|
+
"type": "alert",
|
|
824
837
|
"message": "Service is healthy. All requests are being processed.",
|
|
825
|
-
"
|
|
838
|
+
"variant": "success"
|
|
826
839
|
},
|
|
827
840
|
{
|
|
828
|
-
"cols": 2.0,
|
|
829
841
|
"type": "simple-grid",
|
|
842
|
+
"cols": 2.0,
|
|
830
843
|
"children": [
|
|
831
844
|
{
|
|
832
845
|
"label": "Failures",
|
|
833
|
-
"
|
|
834
|
-
"
|
|
846
|
+
"value": "@entity.failureCount",
|
|
847
|
+
"type": "stat-display"
|
|
835
848
|
},
|
|
836
849
|
{
|
|
850
|
+
"label": "Successes",
|
|
837
851
|
"value": "@entity.successCount",
|
|
838
|
-
"type": "stat-display"
|
|
839
|
-
"label": "Successes"
|
|
852
|
+
"type": "stat-display"
|
|
840
853
|
}
|
|
841
854
|
]
|
|
842
855
|
},
|
|
843
856
|
{
|
|
844
|
-
"value": "@entity.failureCount",
|
|
845
|
-
"max": "@entity.threshold",
|
|
846
857
|
"type": "meter",
|
|
858
|
+
"max": "@entity.threshold",
|
|
859
|
+
"value": "@entity.failureCount",
|
|
847
860
|
"min": 0.0
|
|
848
861
|
}
|
|
849
|
-
]
|
|
862
|
+
],
|
|
863
|
+
"type": "stack",
|
|
864
|
+
"direction": "vertical"
|
|
850
865
|
}
|
|
851
866
|
]
|
|
852
867
|
]
|
|
@@ -869,4 +884,4 @@
|
|
|
869
884
|
]
|
|
870
885
|
}
|
|
871
886
|
]
|
|
872
|
-
}
|
|
887
|
+
}
|