@almadar/std 3.2.1 → 3.2.2
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/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +12 -5
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +166 -21
- package/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +27 -76
- package/behaviors/exports/atoms/std-modal.orb +177 -93
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +46 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +211 -11
- package/behaviors/exports/atoms/std-search.orb +28 -27
- package/behaviors/exports/atoms/std-selection.orb +160 -121
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +134 -24
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/behaviors/exports/molecules/std-cart.orb +6 -1
- package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/behaviors/exports/molecules/std-detail.orb +12 -5
- package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/behaviors/exports/molecules/std-list.orb +392 -5
- package/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/behaviors/exports/organisms/std-lms.orb +658 -362
- package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/behaviors/exports/validation-report.json +252 -252
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +166 -21
- package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
- package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +211 -11
- package/dist/behaviors/exports/atoms/std-search.orb +28 -27
- package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/dist/behaviors/exports/molecules/std-list.orb +392 -5
- package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/behaviors/exports/validation-report.json +252 -252
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.js +715 -593
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +715 -593
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +12 -5
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +166 -21
- package/dist/exports/atoms/std-drawer.orb +208 -104
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +27 -76
- package/dist/exports/atoms/std-modal.orb +177 -93
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +46 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +26 -89
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +211 -11
- package/dist/exports/atoms/std-search.orb +28 -27
- package/dist/exports/atoms/std-selection.orb +160 -121
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +134 -24
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-wizard.orb +31 -34
- package/dist/exports/molecules/std-builder-game.orb +6 -1
- package/dist/exports/molecules/std-cart.orb +6 -1
- package/dist/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/exports/molecules/std-detail.orb +12 -5
- package/dist/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/exports/molecules/std-geospatial.orb +28 -9
- package/dist/exports/molecules/std-inventory.orb +28 -9
- package/dist/exports/molecules/std-list.orb +392 -5
- package/dist/exports/molecules/std-messaging.orb +12 -5
- package/dist/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/exports/organisms/std-cms.orb +1713 -947
- package/dist/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/exports/organisms/std-crm.orb +1669 -1153
- package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/exports/organisms/std-lms.orb +658 -362
- package/dist/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/exports/organisms/std-social-feed.orb +12 -8
- package/dist/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/exports/validation-report.json +252 -252
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.js +715 -593
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,11 +22,31 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "status",
|
|
24
24
|
"type": "string",
|
|
25
|
-
"default": "active"
|
|
25
|
+
"default": "active",
|
|
26
|
+
"values": [
|
|
27
|
+
"active",
|
|
28
|
+
"inactive",
|
|
29
|
+
"pending"
|
|
30
|
+
]
|
|
26
31
|
},
|
|
27
32
|
{
|
|
28
33
|
"name": "createdAt",
|
|
29
34
|
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "failureCount",
|
|
38
|
+
"type": "number",
|
|
39
|
+
"default": 0
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "successCount",
|
|
43
|
+
"type": "number",
|
|
44
|
+
"default": 0
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "threshold",
|
|
48
|
+
"type": "number",
|
|
49
|
+
"default": 5
|
|
30
50
|
}
|
|
31
51
|
]
|
|
32
52
|
},
|
|
@@ -87,23 +107,37 @@
|
|
|
87
107
|
"type": "stack",
|
|
88
108
|
"direction": "vertical",
|
|
89
109
|
"gap": "lg",
|
|
90
|
-
"align": "center",
|
|
91
110
|
"children": [
|
|
92
111
|
{
|
|
93
112
|
"type": "stack",
|
|
94
113
|
"direction": "horizontal",
|
|
95
114
|
"gap": "md",
|
|
96
115
|
"align": "center",
|
|
116
|
+
"justify": "space-between",
|
|
97
117
|
"children": [
|
|
98
118
|
{
|
|
99
|
-
"type": "
|
|
100
|
-
"
|
|
101
|
-
"
|
|
119
|
+
"type": "stack",
|
|
120
|
+
"direction": "horizontal",
|
|
121
|
+
"gap": "md",
|
|
122
|
+
"align": "center",
|
|
123
|
+
"children": [
|
|
124
|
+
{
|
|
125
|
+
"type": "icon",
|
|
126
|
+
"name": "shield",
|
|
127
|
+
"size": "lg"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"type": "typography",
|
|
131
|
+
"content": "ServiceNode",
|
|
132
|
+
"variant": "h2"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
102
135
|
},
|
|
103
136
|
{
|
|
104
|
-
"type": "
|
|
105
|
-
"
|
|
106
|
-
"
|
|
137
|
+
"type": "status-dot",
|
|
138
|
+
"status": "success",
|
|
139
|
+
"pulse": false,
|
|
140
|
+
"label": "Circuit Closed"
|
|
107
141
|
}
|
|
108
142
|
]
|
|
109
143
|
},
|
|
@@ -111,13 +145,59 @@
|
|
|
111
145
|
"type": "divider"
|
|
112
146
|
},
|
|
113
147
|
{
|
|
114
|
-
"type": "
|
|
115
|
-
"
|
|
148
|
+
"type": "alert",
|
|
149
|
+
"variant": "success",
|
|
150
|
+
"message": "Service is healthy. All requests are being processed."
|
|
116
151
|
},
|
|
117
152
|
{
|
|
118
|
-
"type": "
|
|
119
|
-
"
|
|
120
|
-
"
|
|
153
|
+
"type": "simple-grid",
|
|
154
|
+
"columns": 2,
|
|
155
|
+
"children": [
|
|
156
|
+
{
|
|
157
|
+
"type": "stat-display",
|
|
158
|
+
"label": "Failures",
|
|
159
|
+
"value": [
|
|
160
|
+
"object/get",
|
|
161
|
+
[
|
|
162
|
+
"array/first",
|
|
163
|
+
"@entity"
|
|
164
|
+
],
|
|
165
|
+
"failureCount"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"type": "stat-display",
|
|
170
|
+
"label": "Successes",
|
|
171
|
+
"value": [
|
|
172
|
+
"object/get",
|
|
173
|
+
[
|
|
174
|
+
"array/first",
|
|
175
|
+
"@entity"
|
|
176
|
+
],
|
|
177
|
+
"successCount"
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "meter",
|
|
184
|
+
"value": [
|
|
185
|
+
"object/get",
|
|
186
|
+
[
|
|
187
|
+
"array/first",
|
|
188
|
+
"@entity"
|
|
189
|
+
],
|
|
190
|
+
"failureCount"
|
|
191
|
+
],
|
|
192
|
+
"min": 0,
|
|
193
|
+
"max": [
|
|
194
|
+
"object/get",
|
|
195
|
+
[
|
|
196
|
+
"array/first",
|
|
197
|
+
"@entity"
|
|
198
|
+
],
|
|
199
|
+
"threshold"
|
|
200
|
+
]
|
|
121
201
|
}
|
|
122
202
|
]
|
|
123
203
|
}
|
|
@@ -136,23 +216,37 @@
|
|
|
136
216
|
"type": "stack",
|
|
137
217
|
"direction": "vertical",
|
|
138
218
|
"gap": "lg",
|
|
139
|
-
"align": "center",
|
|
140
219
|
"children": [
|
|
141
220
|
{
|
|
142
221
|
"type": "stack",
|
|
143
222
|
"direction": "horizontal",
|
|
144
223
|
"gap": "md",
|
|
145
224
|
"align": "center",
|
|
225
|
+
"justify": "space-between",
|
|
146
226
|
"children": [
|
|
147
227
|
{
|
|
148
|
-
"type": "
|
|
149
|
-
"
|
|
150
|
-
"
|
|
228
|
+
"type": "stack",
|
|
229
|
+
"direction": "horizontal",
|
|
230
|
+
"gap": "md",
|
|
231
|
+
"align": "center",
|
|
232
|
+
"children": [
|
|
233
|
+
{
|
|
234
|
+
"type": "icon",
|
|
235
|
+
"name": "alert-triangle",
|
|
236
|
+
"size": "lg"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"type": "typography",
|
|
240
|
+
"content": "ServiceNode",
|
|
241
|
+
"variant": "h2"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
151
244
|
},
|
|
152
245
|
{
|
|
153
|
-
"type": "
|
|
154
|
-
"
|
|
155
|
-
"
|
|
246
|
+
"type": "status-dot",
|
|
247
|
+
"status": "error",
|
|
248
|
+
"pulse": true,
|
|
249
|
+
"label": "Circuit Open"
|
|
156
250
|
}
|
|
157
251
|
]
|
|
158
252
|
},
|
|
@@ -160,13 +254,59 @@
|
|
|
160
254
|
"type": "divider"
|
|
161
255
|
},
|
|
162
256
|
{
|
|
163
|
-
"type": "
|
|
164
|
-
"
|
|
257
|
+
"type": "alert",
|
|
258
|
+
"variant": "danger",
|
|
259
|
+
"message": "Circuit is open. Requests are being rejected to prevent cascading failures."
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"type": "simple-grid",
|
|
263
|
+
"columns": 2,
|
|
264
|
+
"children": [
|
|
265
|
+
{
|
|
266
|
+
"type": "stat-display",
|
|
267
|
+
"label": "Failures",
|
|
268
|
+
"value": [
|
|
269
|
+
"object/get",
|
|
270
|
+
[
|
|
271
|
+
"array/first",
|
|
272
|
+
"@entity"
|
|
273
|
+
],
|
|
274
|
+
"failureCount"
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "stat-display",
|
|
279
|
+
"label": "Successes",
|
|
280
|
+
"value": [
|
|
281
|
+
"object/get",
|
|
282
|
+
[
|
|
283
|
+
"array/first",
|
|
284
|
+
"@entity"
|
|
285
|
+
],
|
|
286
|
+
"successCount"
|
|
287
|
+
]
|
|
288
|
+
}
|
|
289
|
+
]
|
|
165
290
|
},
|
|
166
291
|
{
|
|
167
|
-
"type": "
|
|
168
|
-
"
|
|
169
|
-
|
|
292
|
+
"type": "meter",
|
|
293
|
+
"value": [
|
|
294
|
+
"object/get",
|
|
295
|
+
[
|
|
296
|
+
"array/first",
|
|
297
|
+
"@entity"
|
|
298
|
+
],
|
|
299
|
+
"failureCount"
|
|
300
|
+
],
|
|
301
|
+
"min": 0,
|
|
302
|
+
"max": [
|
|
303
|
+
"object/get",
|
|
304
|
+
[
|
|
305
|
+
"array/first",
|
|
306
|
+
"@entity"
|
|
307
|
+
],
|
|
308
|
+
"threshold"
|
|
309
|
+
]
|
|
170
310
|
},
|
|
171
311
|
{
|
|
172
312
|
"type": "button",
|
|
@@ -192,23 +332,37 @@
|
|
|
192
332
|
"type": "stack",
|
|
193
333
|
"direction": "vertical",
|
|
194
334
|
"gap": "lg",
|
|
195
|
-
"align": "center",
|
|
196
335
|
"children": [
|
|
197
336
|
{
|
|
198
337
|
"type": "stack",
|
|
199
338
|
"direction": "horizontal",
|
|
200
339
|
"gap": "md",
|
|
201
340
|
"align": "center",
|
|
341
|
+
"justify": "space-between",
|
|
202
342
|
"children": [
|
|
203
343
|
{
|
|
204
|
-
"type": "
|
|
205
|
-
"
|
|
206
|
-
"
|
|
344
|
+
"type": "stack",
|
|
345
|
+
"direction": "horizontal",
|
|
346
|
+
"gap": "md",
|
|
347
|
+
"align": "center",
|
|
348
|
+
"children": [
|
|
349
|
+
{
|
|
350
|
+
"type": "icon",
|
|
351
|
+
"name": "shield",
|
|
352
|
+
"size": "lg"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"type": "typography",
|
|
356
|
+
"content": "ServiceNode",
|
|
357
|
+
"variant": "h2"
|
|
358
|
+
}
|
|
359
|
+
]
|
|
207
360
|
},
|
|
208
361
|
{
|
|
209
|
-
"type": "
|
|
210
|
-
"
|
|
211
|
-
"
|
|
362
|
+
"type": "status-dot",
|
|
363
|
+
"status": "success",
|
|
364
|
+
"pulse": false,
|
|
365
|
+
"label": "Circuit Closed"
|
|
212
366
|
}
|
|
213
367
|
]
|
|
214
368
|
},
|
|
@@ -216,13 +370,59 @@
|
|
|
216
370
|
"type": "divider"
|
|
217
371
|
},
|
|
218
372
|
{
|
|
219
|
-
"type": "
|
|
220
|
-
"
|
|
373
|
+
"type": "alert",
|
|
374
|
+
"variant": "success",
|
|
375
|
+
"message": "Service is healthy. All requests are being processed."
|
|
221
376
|
},
|
|
222
377
|
{
|
|
223
|
-
"type": "
|
|
224
|
-
"
|
|
225
|
-
"
|
|
378
|
+
"type": "simple-grid",
|
|
379
|
+
"columns": 2,
|
|
380
|
+
"children": [
|
|
381
|
+
{
|
|
382
|
+
"type": "stat-display",
|
|
383
|
+
"label": "Failures",
|
|
384
|
+
"value": [
|
|
385
|
+
"object/get",
|
|
386
|
+
[
|
|
387
|
+
"array/first",
|
|
388
|
+
"@entity"
|
|
389
|
+
],
|
|
390
|
+
"failureCount"
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"type": "stat-display",
|
|
395
|
+
"label": "Successes",
|
|
396
|
+
"value": [
|
|
397
|
+
"object/get",
|
|
398
|
+
[
|
|
399
|
+
"array/first",
|
|
400
|
+
"@entity"
|
|
401
|
+
],
|
|
402
|
+
"successCount"
|
|
403
|
+
]
|
|
404
|
+
}
|
|
405
|
+
]
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"type": "meter",
|
|
409
|
+
"value": [
|
|
410
|
+
"object/get",
|
|
411
|
+
[
|
|
412
|
+
"array/first",
|
|
413
|
+
"@entity"
|
|
414
|
+
],
|
|
415
|
+
"failureCount"
|
|
416
|
+
],
|
|
417
|
+
"min": 0,
|
|
418
|
+
"max": [
|
|
419
|
+
"object/get",
|
|
420
|
+
[
|
|
421
|
+
"array/first",
|
|
422
|
+
"@entity"
|
|
423
|
+
],
|
|
424
|
+
"threshold"
|
|
425
|
+
]
|
|
226
426
|
}
|
|
227
427
|
]
|
|
228
428
|
}
|
|
@@ -241,23 +441,37 @@
|
|
|
241
441
|
"type": "stack",
|
|
242
442
|
"direction": "vertical",
|
|
243
443
|
"gap": "lg",
|
|
244
|
-
"align": "center",
|
|
245
444
|
"children": [
|
|
246
445
|
{
|
|
247
446
|
"type": "stack",
|
|
248
447
|
"direction": "horizontal",
|
|
249
448
|
"gap": "md",
|
|
250
449
|
"align": "center",
|
|
450
|
+
"justify": "space-between",
|
|
251
451
|
"children": [
|
|
252
452
|
{
|
|
253
|
-
"type": "
|
|
254
|
-
"
|
|
255
|
-
"
|
|
453
|
+
"type": "stack",
|
|
454
|
+
"direction": "horizontal",
|
|
455
|
+
"gap": "md",
|
|
456
|
+
"align": "center",
|
|
457
|
+
"children": [
|
|
458
|
+
{
|
|
459
|
+
"type": "icon",
|
|
460
|
+
"name": "activity",
|
|
461
|
+
"size": "lg"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"type": "typography",
|
|
465
|
+
"content": "ServiceNode",
|
|
466
|
+
"variant": "h2"
|
|
467
|
+
}
|
|
468
|
+
]
|
|
256
469
|
},
|
|
257
470
|
{
|
|
258
|
-
"type": "
|
|
259
|
-
"
|
|
260
|
-
"
|
|
471
|
+
"type": "status-dot",
|
|
472
|
+
"status": "warning",
|
|
473
|
+
"pulse": true,
|
|
474
|
+
"label": "Circuit Half-Open"
|
|
261
475
|
}
|
|
262
476
|
]
|
|
263
477
|
},
|
|
@@ -265,13 +479,39 @@
|
|
|
265
479
|
"type": "divider"
|
|
266
480
|
},
|
|
267
481
|
{
|
|
268
|
-
"type": "
|
|
269
|
-
"
|
|
482
|
+
"type": "alert",
|
|
483
|
+
"variant": "warning",
|
|
484
|
+
"message": "Testing recovery. Limited requests are being allowed through."
|
|
270
485
|
},
|
|
271
486
|
{
|
|
272
|
-
"type": "
|
|
273
|
-
"
|
|
274
|
-
"
|
|
487
|
+
"type": "simple-grid",
|
|
488
|
+
"columns": 2,
|
|
489
|
+
"children": [
|
|
490
|
+
{
|
|
491
|
+
"type": "stat-display",
|
|
492
|
+
"label": "Failures",
|
|
493
|
+
"value": [
|
|
494
|
+
"object/get",
|
|
495
|
+
[
|
|
496
|
+
"array/first",
|
|
497
|
+
"@entity"
|
|
498
|
+
],
|
|
499
|
+
"failureCount"
|
|
500
|
+
]
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"type": "stat-display",
|
|
504
|
+
"label": "Successes",
|
|
505
|
+
"value": [
|
|
506
|
+
"object/get",
|
|
507
|
+
[
|
|
508
|
+
"array/first",
|
|
509
|
+
"@entity"
|
|
510
|
+
],
|
|
511
|
+
"successCount"
|
|
512
|
+
]
|
|
513
|
+
}
|
|
514
|
+
]
|
|
275
515
|
}
|
|
276
516
|
]
|
|
277
517
|
}
|
|
@@ -290,23 +530,37 @@
|
|
|
290
530
|
"type": "stack",
|
|
291
531
|
"direction": "vertical",
|
|
292
532
|
"gap": "lg",
|
|
293
|
-
"align": "center",
|
|
294
533
|
"children": [
|
|
295
534
|
{
|
|
296
535
|
"type": "stack",
|
|
297
536
|
"direction": "horizontal",
|
|
298
537
|
"gap": "md",
|
|
299
538
|
"align": "center",
|
|
539
|
+
"justify": "space-between",
|
|
300
540
|
"children": [
|
|
301
541
|
{
|
|
302
|
-
"type": "
|
|
303
|
-
"
|
|
304
|
-
"
|
|
542
|
+
"type": "stack",
|
|
543
|
+
"direction": "horizontal",
|
|
544
|
+
"gap": "md",
|
|
545
|
+
"align": "center",
|
|
546
|
+
"children": [
|
|
547
|
+
{
|
|
548
|
+
"type": "icon",
|
|
549
|
+
"name": "shield",
|
|
550
|
+
"size": "lg"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"type": "typography",
|
|
554
|
+
"content": "ServiceNode",
|
|
555
|
+
"variant": "h2"
|
|
556
|
+
}
|
|
557
|
+
]
|
|
305
558
|
},
|
|
306
559
|
{
|
|
307
|
-
"type": "
|
|
308
|
-
"
|
|
309
|
-
"
|
|
560
|
+
"type": "status-dot",
|
|
561
|
+
"status": "success",
|
|
562
|
+
"pulse": false,
|
|
563
|
+
"label": "Circuit Closed"
|
|
310
564
|
}
|
|
311
565
|
]
|
|
312
566
|
},
|
|
@@ -314,13 +568,59 @@
|
|
|
314
568
|
"type": "divider"
|
|
315
569
|
},
|
|
316
570
|
{
|
|
317
|
-
"type": "
|
|
318
|
-
"
|
|
571
|
+
"type": "alert",
|
|
572
|
+
"variant": "success",
|
|
573
|
+
"message": "Service is healthy. All requests are being processed."
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"type": "simple-grid",
|
|
577
|
+
"columns": 2,
|
|
578
|
+
"children": [
|
|
579
|
+
{
|
|
580
|
+
"type": "stat-display",
|
|
581
|
+
"label": "Failures",
|
|
582
|
+
"value": [
|
|
583
|
+
"object/get",
|
|
584
|
+
[
|
|
585
|
+
"array/first",
|
|
586
|
+
"@entity"
|
|
587
|
+
],
|
|
588
|
+
"failureCount"
|
|
589
|
+
]
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"type": "stat-display",
|
|
593
|
+
"label": "Successes",
|
|
594
|
+
"value": [
|
|
595
|
+
"object/get",
|
|
596
|
+
[
|
|
597
|
+
"array/first",
|
|
598
|
+
"@entity"
|
|
599
|
+
],
|
|
600
|
+
"successCount"
|
|
601
|
+
]
|
|
602
|
+
}
|
|
603
|
+
]
|
|
319
604
|
},
|
|
320
605
|
{
|
|
321
|
-
"type": "
|
|
322
|
-
"
|
|
323
|
-
|
|
606
|
+
"type": "meter",
|
|
607
|
+
"value": [
|
|
608
|
+
"object/get",
|
|
609
|
+
[
|
|
610
|
+
"array/first",
|
|
611
|
+
"@entity"
|
|
612
|
+
],
|
|
613
|
+
"failureCount"
|
|
614
|
+
],
|
|
615
|
+
"min": 0,
|
|
616
|
+
"max": [
|
|
617
|
+
"object/get",
|
|
618
|
+
[
|
|
619
|
+
"array/first",
|
|
620
|
+
"@entity"
|
|
621
|
+
],
|
|
622
|
+
"threshold"
|
|
623
|
+
]
|
|
324
624
|
}
|
|
325
625
|
]
|
|
326
626
|
}
|
|
@@ -339,23 +639,37 @@
|
|
|
339
639
|
"type": "stack",
|
|
340
640
|
"direction": "vertical",
|
|
341
641
|
"gap": "lg",
|
|
342
|
-
"align": "center",
|
|
343
642
|
"children": [
|
|
344
643
|
{
|
|
345
644
|
"type": "stack",
|
|
346
645
|
"direction": "horizontal",
|
|
347
646
|
"gap": "md",
|
|
348
647
|
"align": "center",
|
|
648
|
+
"justify": "space-between",
|
|
349
649
|
"children": [
|
|
350
650
|
{
|
|
351
|
-
"type": "
|
|
352
|
-
"
|
|
353
|
-
"
|
|
651
|
+
"type": "stack",
|
|
652
|
+
"direction": "horizontal",
|
|
653
|
+
"gap": "md",
|
|
654
|
+
"align": "center",
|
|
655
|
+
"children": [
|
|
656
|
+
{
|
|
657
|
+
"type": "icon",
|
|
658
|
+
"name": "shield",
|
|
659
|
+
"size": "lg"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"type": "typography",
|
|
663
|
+
"content": "ServiceNode",
|
|
664
|
+
"variant": "h2"
|
|
665
|
+
}
|
|
666
|
+
]
|
|
354
667
|
},
|
|
355
668
|
{
|
|
356
|
-
"type": "
|
|
357
|
-
"
|
|
358
|
-
"
|
|
669
|
+
"type": "status-dot",
|
|
670
|
+
"status": "success",
|
|
671
|
+
"pulse": false,
|
|
672
|
+
"label": "Circuit Closed"
|
|
359
673
|
}
|
|
360
674
|
]
|
|
361
675
|
},
|
|
@@ -363,13 +677,59 @@
|
|
|
363
677
|
"type": "divider"
|
|
364
678
|
},
|
|
365
679
|
{
|
|
366
|
-
"type": "
|
|
367
|
-
"
|
|
680
|
+
"type": "alert",
|
|
681
|
+
"variant": "success",
|
|
682
|
+
"message": "Service is healthy. All requests are being processed."
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"type": "simple-grid",
|
|
686
|
+
"columns": 2,
|
|
687
|
+
"children": [
|
|
688
|
+
{
|
|
689
|
+
"type": "stat-display",
|
|
690
|
+
"label": "Failures",
|
|
691
|
+
"value": [
|
|
692
|
+
"object/get",
|
|
693
|
+
[
|
|
694
|
+
"array/first",
|
|
695
|
+
"@entity"
|
|
696
|
+
],
|
|
697
|
+
"failureCount"
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"type": "stat-display",
|
|
702
|
+
"label": "Successes",
|
|
703
|
+
"value": [
|
|
704
|
+
"object/get",
|
|
705
|
+
[
|
|
706
|
+
"array/first",
|
|
707
|
+
"@entity"
|
|
708
|
+
],
|
|
709
|
+
"successCount"
|
|
710
|
+
]
|
|
711
|
+
}
|
|
712
|
+
]
|
|
368
713
|
},
|
|
369
714
|
{
|
|
370
|
-
"type": "
|
|
371
|
-
"
|
|
372
|
-
|
|
715
|
+
"type": "meter",
|
|
716
|
+
"value": [
|
|
717
|
+
"object/get",
|
|
718
|
+
[
|
|
719
|
+
"array/first",
|
|
720
|
+
"@entity"
|
|
721
|
+
],
|
|
722
|
+
"failureCount"
|
|
723
|
+
],
|
|
724
|
+
"min": 0,
|
|
725
|
+
"max": [
|
|
726
|
+
"object/get",
|
|
727
|
+
[
|
|
728
|
+
"array/first",
|
|
729
|
+
"@entity"
|
|
730
|
+
],
|
|
731
|
+
"threshold"
|
|
732
|
+
]
|
|
373
733
|
}
|
|
374
734
|
]
|
|
375
735
|
}
|
|
@@ -388,23 +748,37 @@
|
|
|
388
748
|
"type": "stack",
|
|
389
749
|
"direction": "vertical",
|
|
390
750
|
"gap": "lg",
|
|
391
|
-
"align": "center",
|
|
392
751
|
"children": [
|
|
393
752
|
{
|
|
394
753
|
"type": "stack",
|
|
395
754
|
"direction": "horizontal",
|
|
396
755
|
"gap": "md",
|
|
397
756
|
"align": "center",
|
|
757
|
+
"justify": "space-between",
|
|
398
758
|
"children": [
|
|
399
759
|
{
|
|
400
|
-
"type": "
|
|
401
|
-
"
|
|
402
|
-
"
|
|
760
|
+
"type": "stack",
|
|
761
|
+
"direction": "horizontal",
|
|
762
|
+
"gap": "md",
|
|
763
|
+
"align": "center",
|
|
764
|
+
"children": [
|
|
765
|
+
{
|
|
766
|
+
"type": "icon",
|
|
767
|
+
"name": "alert-triangle",
|
|
768
|
+
"size": "lg"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"type": "typography",
|
|
772
|
+
"content": "ServiceNode",
|
|
773
|
+
"variant": "h2"
|
|
774
|
+
}
|
|
775
|
+
]
|
|
403
776
|
},
|
|
404
777
|
{
|
|
405
|
-
"type": "
|
|
406
|
-
"
|
|
407
|
-
"
|
|
778
|
+
"type": "status-dot",
|
|
779
|
+
"status": "error",
|
|
780
|
+
"pulse": true,
|
|
781
|
+
"label": "Circuit Open"
|
|
408
782
|
}
|
|
409
783
|
]
|
|
410
784
|
},
|
|
@@ -412,13 +786,59 @@
|
|
|
412
786
|
"type": "divider"
|
|
413
787
|
},
|
|
414
788
|
{
|
|
415
|
-
"type": "
|
|
416
|
-
"
|
|
789
|
+
"type": "alert",
|
|
790
|
+
"variant": "danger",
|
|
791
|
+
"message": "Circuit is open. Requests are being rejected to prevent cascading failures."
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"type": "simple-grid",
|
|
795
|
+
"columns": 2,
|
|
796
|
+
"children": [
|
|
797
|
+
{
|
|
798
|
+
"type": "stat-display",
|
|
799
|
+
"label": "Failures",
|
|
800
|
+
"value": [
|
|
801
|
+
"object/get",
|
|
802
|
+
[
|
|
803
|
+
"array/first",
|
|
804
|
+
"@entity"
|
|
805
|
+
],
|
|
806
|
+
"failureCount"
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"type": "stat-display",
|
|
811
|
+
"label": "Successes",
|
|
812
|
+
"value": [
|
|
813
|
+
"object/get",
|
|
814
|
+
[
|
|
815
|
+
"array/first",
|
|
816
|
+
"@entity"
|
|
817
|
+
],
|
|
818
|
+
"successCount"
|
|
819
|
+
]
|
|
820
|
+
}
|
|
821
|
+
]
|
|
417
822
|
},
|
|
418
823
|
{
|
|
419
|
-
"type": "
|
|
420
|
-
"
|
|
421
|
-
|
|
824
|
+
"type": "meter",
|
|
825
|
+
"value": [
|
|
826
|
+
"object/get",
|
|
827
|
+
[
|
|
828
|
+
"array/first",
|
|
829
|
+
"@entity"
|
|
830
|
+
],
|
|
831
|
+
"failureCount"
|
|
832
|
+
],
|
|
833
|
+
"min": 0,
|
|
834
|
+
"max": [
|
|
835
|
+
"object/get",
|
|
836
|
+
[
|
|
837
|
+
"array/first",
|
|
838
|
+
"@entity"
|
|
839
|
+
],
|
|
840
|
+
"threshold"
|
|
841
|
+
]
|
|
422
842
|
},
|
|
423
843
|
{
|
|
424
844
|
"type": "button",
|
|
@@ -444,23 +864,37 @@
|
|
|
444
864
|
"type": "stack",
|
|
445
865
|
"direction": "vertical",
|
|
446
866
|
"gap": "lg",
|
|
447
|
-
"align": "center",
|
|
448
867
|
"children": [
|
|
449
868
|
{
|
|
450
869
|
"type": "stack",
|
|
451
870
|
"direction": "horizontal",
|
|
452
871
|
"gap": "md",
|
|
453
872
|
"align": "center",
|
|
873
|
+
"justify": "space-between",
|
|
454
874
|
"children": [
|
|
455
875
|
{
|
|
456
|
-
"type": "
|
|
457
|
-
"
|
|
458
|
-
"
|
|
876
|
+
"type": "stack",
|
|
877
|
+
"direction": "horizontal",
|
|
878
|
+
"gap": "md",
|
|
879
|
+
"align": "center",
|
|
880
|
+
"children": [
|
|
881
|
+
{
|
|
882
|
+
"type": "icon",
|
|
883
|
+
"name": "shield",
|
|
884
|
+
"size": "lg"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"type": "typography",
|
|
888
|
+
"content": "ServiceNode",
|
|
889
|
+
"variant": "h2"
|
|
890
|
+
}
|
|
891
|
+
]
|
|
459
892
|
},
|
|
460
893
|
{
|
|
461
|
-
"type": "
|
|
462
|
-
"
|
|
463
|
-
"
|
|
894
|
+
"type": "status-dot",
|
|
895
|
+
"status": "success",
|
|
896
|
+
"pulse": false,
|
|
897
|
+
"label": "Circuit Closed"
|
|
464
898
|
}
|
|
465
899
|
]
|
|
466
900
|
},
|
|
@@ -468,13 +902,59 @@
|
|
|
468
902
|
"type": "divider"
|
|
469
903
|
},
|
|
470
904
|
{
|
|
471
|
-
"type": "
|
|
472
|
-
"
|
|
905
|
+
"type": "alert",
|
|
906
|
+
"variant": "success",
|
|
907
|
+
"message": "Service is healthy. All requests are being processed."
|
|
473
908
|
},
|
|
474
909
|
{
|
|
475
|
-
"type": "
|
|
476
|
-
"
|
|
477
|
-
"
|
|
910
|
+
"type": "simple-grid",
|
|
911
|
+
"columns": 2,
|
|
912
|
+
"children": [
|
|
913
|
+
{
|
|
914
|
+
"type": "stat-display",
|
|
915
|
+
"label": "Failures",
|
|
916
|
+
"value": [
|
|
917
|
+
"object/get",
|
|
918
|
+
[
|
|
919
|
+
"array/first",
|
|
920
|
+
"@entity"
|
|
921
|
+
],
|
|
922
|
+
"failureCount"
|
|
923
|
+
]
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"type": "stat-display",
|
|
927
|
+
"label": "Successes",
|
|
928
|
+
"value": [
|
|
929
|
+
"object/get",
|
|
930
|
+
[
|
|
931
|
+
"array/first",
|
|
932
|
+
"@entity"
|
|
933
|
+
],
|
|
934
|
+
"successCount"
|
|
935
|
+
]
|
|
936
|
+
}
|
|
937
|
+
]
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"type": "meter",
|
|
941
|
+
"value": [
|
|
942
|
+
"object/get",
|
|
943
|
+
[
|
|
944
|
+
"array/first",
|
|
945
|
+
"@entity"
|
|
946
|
+
],
|
|
947
|
+
"failureCount"
|
|
948
|
+
],
|
|
949
|
+
"min": 0,
|
|
950
|
+
"max": [
|
|
951
|
+
"object/get",
|
|
952
|
+
[
|
|
953
|
+
"array/first",
|
|
954
|
+
"@entity"
|
|
955
|
+
],
|
|
956
|
+
"threshold"
|
|
957
|
+
]
|
|
478
958
|
}
|
|
479
959
|
]
|
|
480
960
|
}
|