@almadar/std 14.9.0 → 14.10.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/app/organisms/std-api-gateway.orb +419 -171
- package/behaviors/registry/app/organisms/std-booking-system.orb +760 -620
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +477 -229
- package/behaviors/registry/app/organisms/std-cms.orb +433 -298
- package/behaviors/registry/app/organisms/std-crm.orb +355 -215
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +504 -369
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +271 -189
- package/behaviors/registry/app/organisms/std-healthcare.orb +676 -468
- package/behaviors/registry/app/organisms/std-helpdesk.orb +246 -166
- package/behaviors/registry/app/organisms/std-hr-portal.orb +534 -399
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +420 -340
- package/behaviors/registry/app/organisms/std-lms.orb +462 -378
- package/behaviors/registry/app/organisms/std-project-manager.orb +282 -200
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +317 -235
- package/behaviors/registry/app/organisms/std-social-feed.orb +256 -137
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +342 -218
- package/behaviors/registry/core/molecules/std-app-layout.orb +90 -21
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +419 -171
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +760 -620
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +477 -229
- package/dist/behaviors/registry/app/organisms/std-cms.orb +433 -298
- package/dist/behaviors/registry/app/organisms/std-crm.orb +355 -215
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +504 -369
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +271 -189
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +676 -468
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +246 -166
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +534 -399
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +420 -340
- package/dist/behaviors/registry/app/organisms/std-lms.orb +462 -378
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +282 -200
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +317 -235
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +256 -137
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +342 -218
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +90 -21
- package/package.json +1 -1
|
@@ -105,37 +105,37 @@
|
|
|
105
105
|
"ref": "AppShell.traits.AppLayout",
|
|
106
106
|
"name": "ServiceNodeAppLayout",
|
|
107
107
|
"config": {
|
|
108
|
-
"searchEvent": "SERVICE_SEARCH",
|
|
109
|
-
"appName": "DevOps Dashboard",
|
|
110
|
-
"contentTrait": "@trait.ServiceNodeCatalog",
|
|
111
|
-
"notifications": [],
|
|
112
108
|
"navItems": [
|
|
113
109
|
{
|
|
110
|
+
"href": "/services",
|
|
114
111
|
"icon": "server",
|
|
115
|
-
"label": "Services"
|
|
116
|
-
"href": "/services"
|
|
112
|
+
"label": "Services"
|
|
117
113
|
},
|
|
118
114
|
{
|
|
115
|
+
"icon": "bell",
|
|
119
116
|
"href": "/alerts",
|
|
120
|
-
"label": "Alerts"
|
|
121
|
-
"icon": "bell"
|
|
117
|
+
"label": "Alerts"
|
|
122
118
|
},
|
|
123
119
|
{
|
|
124
|
-
"
|
|
120
|
+
"label": "Logs",
|
|
125
121
|
"href": "/logs",
|
|
126
|
-
"
|
|
122
|
+
"icon": "terminal"
|
|
127
123
|
},
|
|
128
124
|
{
|
|
129
125
|
"label": "Metrics",
|
|
130
|
-
"
|
|
131
|
-
"
|
|
126
|
+
"href": "/metrics",
|
|
127
|
+
"icon": "layout-list"
|
|
132
128
|
}
|
|
133
129
|
],
|
|
130
|
+
"contentTrait": "@trait.ServiceNodeCatalog",
|
|
131
|
+
"appName": "DevOps Dashboard",
|
|
132
|
+
"searchEvent": "SERVICE_SEARCH",
|
|
133
|
+
"notifications": [],
|
|
134
134
|
"notificationClickEvent": "SERVICE_NOTIFICATIONS_OPEN"
|
|
135
135
|
},
|
|
136
136
|
"events": {
|
|
137
|
-
"
|
|
138
|
-
"
|
|
137
|
+
"NOTIFY_CLICK": "SERVICE_NOTIFICATIONS_OPEN",
|
|
138
|
+
"SEARCH": "SERVICE_SEARCH"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
{
|
|
@@ -218,62 +218,61 @@
|
|
|
218
218
|
"render-ui",
|
|
219
219
|
"main",
|
|
220
220
|
{
|
|
221
|
-
"type": "stack",
|
|
222
221
|
"gap": "lg",
|
|
223
|
-
"
|
|
222
|
+
"type": "stack",
|
|
224
223
|
"children": [
|
|
225
224
|
{
|
|
225
|
+
"direction": "horizontal",
|
|
226
226
|
"children": [
|
|
227
227
|
{
|
|
228
|
+
"direction": "horizontal",
|
|
228
229
|
"children": [
|
|
229
230
|
{
|
|
230
231
|
"type": "icon",
|
|
231
232
|
"name": "server"
|
|
232
233
|
},
|
|
233
234
|
{
|
|
235
|
+
"type": "typography",
|
|
234
236
|
"content": "Services",
|
|
235
|
-
"variant": "h2"
|
|
236
|
-
"type": "typography"
|
|
237
|
+
"variant": "h2"
|
|
237
238
|
}
|
|
238
239
|
],
|
|
239
|
-
"direction": "horizontal",
|
|
240
|
-
"gap": "sm",
|
|
241
240
|
"type": "stack",
|
|
242
|
-
"align": "center"
|
|
241
|
+
"align": "center",
|
|
242
|
+
"gap": "sm"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
+
"gap": "sm",
|
|
246
|
+
"type": "stack",
|
|
245
247
|
"children": [
|
|
246
248
|
{
|
|
247
|
-
"variant": "primary",
|
|
248
|
-
"icon": "plus",
|
|
249
249
|
"action": "CREATE",
|
|
250
250
|
"type": "button",
|
|
251
|
+
"icon": "plus",
|
|
252
|
+
"variant": "primary",
|
|
251
253
|
"label": "Register Service"
|
|
252
254
|
}
|
|
253
255
|
],
|
|
254
|
-
"gap": "sm",
|
|
255
|
-
"type": "stack",
|
|
256
256
|
"direction": "horizontal"
|
|
257
257
|
}
|
|
258
258
|
],
|
|
259
|
-
"align": "center",
|
|
260
|
-
"direction": "horizontal",
|
|
261
259
|
"type": "stack",
|
|
260
|
+
"justify": "between",
|
|
262
261
|
"gap": "md",
|
|
263
|
-
"
|
|
262
|
+
"align": "center"
|
|
264
263
|
},
|
|
265
264
|
{
|
|
266
265
|
"type": "divider"
|
|
267
266
|
},
|
|
268
267
|
{
|
|
269
|
-
"direction": "horizontal",
|
|
270
|
-
"type": "stack",
|
|
271
268
|
"gap": "md",
|
|
272
269
|
"align": "center",
|
|
273
270
|
"children": [
|
|
274
271
|
"@trait.ServiceNodeSearch",
|
|
275
272
|
"@trait.ServiceNodeFilter"
|
|
276
|
-
]
|
|
273
|
+
],
|
|
274
|
+
"type": "stack",
|
|
275
|
+
"direction": "horizontal"
|
|
277
276
|
},
|
|
278
277
|
"@trait.ServiceNodeStats",
|
|
279
278
|
"@trait.ServiceNodeGraphs",
|
|
@@ -281,37 +280,38 @@
|
|
|
281
280
|
"type": "divider"
|
|
282
281
|
},
|
|
283
282
|
{
|
|
283
|
+
"direction": "horizontal",
|
|
284
|
+
"gap": "sm",
|
|
285
|
+
"align": "center",
|
|
284
286
|
"children": [
|
|
285
287
|
{
|
|
286
|
-
"
|
|
287
|
-
"label": "Healthy",
|
|
288
|
+
"type": "status-dot",
|
|
288
289
|
"pulse": false,
|
|
289
|
-
"
|
|
290
|
+
"label": "Healthy",
|
|
291
|
+
"status": "online"
|
|
290
292
|
},
|
|
291
293
|
{
|
|
292
|
-
"type": "status-dot",
|
|
293
294
|
"status": "warning",
|
|
295
|
+
"type": "status-dot",
|
|
294
296
|
"label": "Degraded",
|
|
295
297
|
"pulse": false
|
|
296
298
|
},
|
|
297
299
|
{
|
|
298
|
-
"type": "status-dot",
|
|
299
300
|
"status": "critical",
|
|
300
|
-
"
|
|
301
|
-
"label": "Down"
|
|
301
|
+
"type": "status-dot",
|
|
302
|
+
"label": "Down",
|
|
303
|
+
"pulse": true
|
|
302
304
|
}
|
|
303
305
|
],
|
|
304
|
-
"
|
|
305
|
-
"type": "stack",
|
|
306
|
-
"direction": "horizontal",
|
|
307
|
-
"align": "center"
|
|
306
|
+
"type": "stack"
|
|
308
307
|
},
|
|
309
308
|
"@trait.ServiceNodeBrowseList",
|
|
310
309
|
{
|
|
311
310
|
"type": "divider"
|
|
312
311
|
},
|
|
313
312
|
"@trait.ServiceNodeCircuitBreaker"
|
|
314
|
-
]
|
|
313
|
+
],
|
|
314
|
+
"direction": "vertical"
|
|
315
315
|
}
|
|
316
316
|
]
|
|
317
317
|
]
|
|
@@ -330,10 +330,8 @@
|
|
|
330
330
|
"render-ui",
|
|
331
331
|
"main",
|
|
332
332
|
{
|
|
333
|
-
"align": "center",
|
|
334
|
-
"gap": "md",
|
|
335
|
-
"direction": "vertical",
|
|
336
333
|
"type": "stack",
|
|
334
|
+
"direction": "vertical",
|
|
337
335
|
"children": [
|
|
338
336
|
{
|
|
339
337
|
"type": "icon",
|
|
@@ -345,19 +343,21 @@
|
|
|
345
343
|
"variant": "h3"
|
|
346
344
|
},
|
|
347
345
|
{
|
|
346
|
+
"content": "You're all caught up.",
|
|
348
347
|
"variant": "caption",
|
|
349
348
|
"type": "typography",
|
|
350
|
-
"color": "muted"
|
|
351
|
-
"content": "You're all caught up."
|
|
349
|
+
"color": "muted"
|
|
352
350
|
},
|
|
353
351
|
{
|
|
354
|
-
"type": "button",
|
|
355
|
-
"action": "INIT",
|
|
356
352
|
"label": "Back to services",
|
|
353
|
+
"action": "INIT",
|
|
354
|
+
"type": "button",
|
|
357
355
|
"variant": "ghost"
|
|
358
356
|
}
|
|
359
357
|
],
|
|
360
|
-
"
|
|
358
|
+
"align": "center",
|
|
359
|
+
"className": "py-8",
|
|
360
|
+
"gap": "md"
|
|
361
361
|
}
|
|
362
362
|
]
|
|
363
363
|
]
|
|
@@ -378,30 +378,30 @@
|
|
|
378
378
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
379
379
|
"name": "ServiceNodeFilter",
|
|
380
380
|
"config": {
|
|
381
|
+
"event": "SERVICE_FILTER",
|
|
381
382
|
"filters": [
|
|
382
383
|
{
|
|
383
384
|
"label": "Status",
|
|
384
|
-
"filterType": "select",
|
|
385
|
-
"field": "status",
|
|
386
385
|
"options": [
|
|
387
386
|
"healthy",
|
|
388
387
|
"degraded",
|
|
389
388
|
"down"
|
|
390
|
-
]
|
|
389
|
+
],
|
|
390
|
+
"field": "status",
|
|
391
|
+
"filterType": "select"
|
|
391
392
|
},
|
|
392
393
|
{
|
|
393
|
-
"label": "Region",
|
|
394
|
-
"filterType": "select",
|
|
395
|
-
"field": "region",
|
|
396
394
|
"options": [
|
|
397
395
|
"us-east",
|
|
398
396
|
"us-west",
|
|
399
397
|
"eu-central",
|
|
400
398
|
"ap-south"
|
|
401
|
-
]
|
|
399
|
+
],
|
|
400
|
+
"field": "region",
|
|
401
|
+
"label": "Region",
|
|
402
|
+
"filterType": "select"
|
|
402
403
|
}
|
|
403
|
-
]
|
|
404
|
-
"event": "SERVICE_FILTER"
|
|
404
|
+
]
|
|
405
405
|
}
|
|
406
406
|
},
|
|
407
407
|
{
|
|
@@ -410,18 +410,16 @@
|
|
|
410
410
|
"config": {
|
|
411
411
|
"metrics": [
|
|
412
412
|
{
|
|
413
|
-
"icon": "server",
|
|
414
|
-
"aggregation": "count",
|
|
415
|
-
"label": "Total",
|
|
416
413
|
"variant": "primary",
|
|
417
|
-
"
|
|
414
|
+
"label": "Total",
|
|
415
|
+
"format": "number",
|
|
416
|
+
"icon": "server",
|
|
417
|
+
"aggregation": "count"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
|
-
"label": "Healthy",
|
|
421
420
|
"icon": "check-circle",
|
|
422
|
-
"
|
|
421
|
+
"label": "Healthy",
|
|
423
422
|
"variant": "success",
|
|
424
|
-
"format": "number",
|
|
425
423
|
"filter": [
|
|
426
424
|
"fn",
|
|
427
425
|
"row",
|
|
@@ -430,9 +428,14 @@
|
|
|
430
428
|
"@row.status",
|
|
431
429
|
"healthy"
|
|
432
430
|
]
|
|
433
|
-
]
|
|
431
|
+
],
|
|
432
|
+
"aggregation": "count",
|
|
433
|
+
"format": "number"
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
|
+
"label": "Degraded",
|
|
437
|
+
"icon": "alert-circle",
|
|
438
|
+
"format": "number",
|
|
436
439
|
"filter": [
|
|
437
440
|
"fn",
|
|
438
441
|
"row",
|
|
@@ -443,16 +446,14 @@
|
|
|
443
446
|
]
|
|
444
447
|
],
|
|
445
448
|
"aggregation": "count",
|
|
446
|
-
"
|
|
447
|
-
"variant": "warning",
|
|
448
|
-
"label": "Degraded",
|
|
449
|
-
"format": "number"
|
|
449
|
+
"variant": "warning"
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
|
-
"
|
|
452
|
+
"label": "Down",
|
|
453
453
|
"aggregation": "count",
|
|
454
|
-
"
|
|
454
|
+
"icon": "alert-triangle",
|
|
455
455
|
"variant": "danger",
|
|
456
|
+
"format": "number",
|
|
456
457
|
"filter": [
|
|
457
458
|
"fn",
|
|
458
459
|
"row",
|
|
@@ -461,8 +462,7 @@
|
|
|
461
462
|
"@row.status",
|
|
462
463
|
"down"
|
|
463
464
|
]
|
|
464
|
-
]
|
|
465
|
-
"label": "Down"
|
|
465
|
+
]
|
|
466
466
|
}
|
|
467
467
|
],
|
|
468
468
|
"title": "Services"
|
|
@@ -482,13 +482,13 @@
|
|
|
482
482
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
483
483
|
"name": "ServiceNodeGraphs",
|
|
484
484
|
"config": {
|
|
485
|
-
"chartType": "pie",
|
|
486
|
-
"categoryField": "status",
|
|
487
485
|
"height": 240.0,
|
|
488
|
-
"aggregation": "count",
|
|
489
486
|
"showLegend": true,
|
|
487
|
+
"categoryField": "status",
|
|
488
|
+
"subtitle": "Health distribution across the fleet",
|
|
489
|
+
"aggregation": "count",
|
|
490
490
|
"title": "Services by Status",
|
|
491
|
-
"
|
|
491
|
+
"chartType": "pie"
|
|
492
492
|
},
|
|
493
493
|
"listens": [
|
|
494
494
|
{
|
|
@@ -506,45 +506,45 @@
|
|
|
506
506
|
"name": "ServiceNodeBrowseList",
|
|
507
507
|
"linkedEntity": "ServiceNode",
|
|
508
508
|
"config": {
|
|
509
|
-
"
|
|
509
|
+
"gap": "sm",
|
|
510
510
|
"fields": [
|
|
511
511
|
{
|
|
512
|
-
"icon": "server",
|
|
513
512
|
"name": "name",
|
|
514
|
-
"variant": "h4"
|
|
513
|
+
"variant": "h4",
|
|
514
|
+
"icon": "server"
|
|
515
515
|
},
|
|
516
516
|
{
|
|
517
517
|
"name": "status",
|
|
518
518
|
"variant": "badge"
|
|
519
519
|
},
|
|
520
520
|
{
|
|
521
|
-
"
|
|
522
|
-
"
|
|
521
|
+
"name": "region",
|
|
522
|
+
"variant": "body"
|
|
523
523
|
},
|
|
524
524
|
{
|
|
525
|
-
"name": "lastChecked",
|
|
526
525
|
"variant": "caption",
|
|
527
|
-
"format": "date"
|
|
526
|
+
"format": "date",
|
|
527
|
+
"name": "lastChecked"
|
|
528
528
|
}
|
|
529
529
|
],
|
|
530
|
-
"gap": "sm",
|
|
531
530
|
"itemActions": [
|
|
532
531
|
{
|
|
533
532
|
"label": "View",
|
|
534
|
-
"
|
|
535
|
-
"
|
|
533
|
+
"variant": "ghost",
|
|
534
|
+
"event": "VIEW"
|
|
536
535
|
},
|
|
537
536
|
{
|
|
538
|
-
"event": "EDIT",
|
|
539
537
|
"variant": "ghost",
|
|
540
|
-
"label": "Edit"
|
|
538
|
+
"label": "Edit",
|
|
539
|
+
"event": "EDIT"
|
|
541
540
|
},
|
|
542
541
|
{
|
|
543
|
-
"
|
|
542
|
+
"event": "DELETE",
|
|
544
543
|
"variant": "danger",
|
|
545
|
-
"
|
|
544
|
+
"label": "Delete"
|
|
546
545
|
}
|
|
547
|
-
]
|
|
546
|
+
],
|
|
547
|
+
"cols": 1.0
|
|
548
548
|
},
|
|
549
549
|
"listens": [
|
|
550
550
|
{
|
|
@@ -595,6 +595,7 @@
|
|
|
595
595
|
"linkedEntity": "ServiceNode",
|
|
596
596
|
"config": {
|
|
597
597
|
"mode": "create",
|
|
598
|
+
"title": "Register Service",
|
|
598
599
|
"fields": [
|
|
599
600
|
"name",
|
|
600
601
|
"status",
|
|
@@ -602,8 +603,7 @@
|
|
|
602
603
|
"url",
|
|
603
604
|
"threshold"
|
|
604
605
|
],
|
|
605
|
-
"icon": "plus-circle"
|
|
606
|
-
"title": "Register Service"
|
|
606
|
+
"icon": "plus-circle"
|
|
607
607
|
},
|
|
608
608
|
"events": {
|
|
609
609
|
"OPEN": "CREATE"
|
|
@@ -626,14 +626,14 @@
|
|
|
626
626
|
"config": {
|
|
627
627
|
"mode": "edit",
|
|
628
628
|
"icon": "edit",
|
|
629
|
+
"title": "Edit Service",
|
|
629
630
|
"fields": [
|
|
630
631
|
"name",
|
|
631
632
|
"status",
|
|
632
633
|
"region",
|
|
633
634
|
"url",
|
|
634
635
|
"threshold"
|
|
635
|
-
]
|
|
636
|
-
"title": "Edit Service"
|
|
636
|
+
]
|
|
637
637
|
},
|
|
638
638
|
"events": {
|
|
639
639
|
"OPEN": "EDIT"
|
|
@@ -654,9 +654,8 @@
|
|
|
654
654
|
"name": "ServiceNodeView",
|
|
655
655
|
"linkedEntity": "ServiceNode",
|
|
656
656
|
"config": {
|
|
657
|
-
"title": "View Service",
|
|
658
657
|
"icon": "eye",
|
|
659
|
-
"
|
|
658
|
+
"title": "View Service",
|
|
660
659
|
"fields": [
|
|
661
660
|
"name",
|
|
662
661
|
"status",
|
|
@@ -666,7 +665,8 @@
|
|
|
666
665
|
"failureCount",
|
|
667
666
|
"successCount",
|
|
668
667
|
"threshold"
|
|
669
|
-
]
|
|
668
|
+
],
|
|
669
|
+
"mode": "edit"
|
|
670
670
|
},
|
|
671
671
|
"events": {
|
|
672
672
|
"OPEN": "VIEW"
|
|
@@ -688,9 +688,9 @@
|
|
|
688
688
|
"linkedEntity": "ServiceNode",
|
|
689
689
|
"config": {
|
|
690
690
|
"confirmLabel": "Delete",
|
|
691
|
-
"
|
|
691
|
+
"icon": "alert-triangle",
|
|
692
692
|
"title": "Delete Service",
|
|
693
|
-
"
|
|
693
|
+
"alertMessage": "This action cannot be undone."
|
|
694
694
|
},
|
|
695
695
|
"events": {
|
|
696
696
|
"REQUEST": "DELETE",
|
|
@@ -1016,22 +1016,20 @@
|
|
|
1016
1016
|
"render-ui",
|
|
1017
1017
|
"main",
|
|
1018
1018
|
{
|
|
1019
|
-
"
|
|
1019
|
+
"direction": "vertical",
|
|
1020
1020
|
"children": [
|
|
1021
1021
|
{
|
|
1022
|
-
"direction": "horizontal",
|
|
1023
|
-
"align": "center",
|
|
1024
|
-
"type": "stack",
|
|
1025
1022
|
"gap": "md",
|
|
1026
|
-
"
|
|
1023
|
+
"direction": "horizontal",
|
|
1027
1024
|
"children": [
|
|
1028
1025
|
{
|
|
1026
|
+
"type": "stack",
|
|
1029
1027
|
"direction": "horizontal",
|
|
1030
|
-
"
|
|
1028
|
+
"align": "center",
|
|
1031
1029
|
"children": [
|
|
1032
1030
|
{
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1031
|
+
"name": "shield-check",
|
|
1032
|
+
"type": "icon"
|
|
1035
1033
|
},
|
|
1036
1034
|
{
|
|
1037
1035
|
"type": "typography",
|
|
@@ -1039,29 +1037,31 @@
|
|
|
1039
1037
|
"variant": "h3"
|
|
1040
1038
|
}
|
|
1041
1039
|
],
|
|
1042
|
-
"
|
|
1043
|
-
"align": "center"
|
|
1040
|
+
"gap": "md"
|
|
1044
1041
|
},
|
|
1045
1042
|
{
|
|
1046
|
-
"label": "Circuit Closed",
|
|
1047
|
-
"status": "online",
|
|
1048
1043
|
"type": "status-dot",
|
|
1049
|
-
"
|
|
1044
|
+
"label": "Circuit Closed",
|
|
1045
|
+
"pulse": false,
|
|
1046
|
+
"status": "online"
|
|
1050
1047
|
}
|
|
1051
|
-
]
|
|
1048
|
+
],
|
|
1049
|
+
"align": "center",
|
|
1050
|
+
"justify": "between",
|
|
1051
|
+
"type": "stack"
|
|
1052
1052
|
},
|
|
1053
1053
|
{
|
|
1054
|
-
"
|
|
1054
|
+
"variant": "success",
|
|
1055
1055
|
"message": "All requests are being processed.",
|
|
1056
|
-
"
|
|
1056
|
+
"type": "alert"
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
|
-
"cols": 2.0,
|
|
1060
1059
|
"type": "simple-grid",
|
|
1060
|
+
"cols": 2.0,
|
|
1061
1061
|
"children": [
|
|
1062
1062
|
{
|
|
1063
|
-
"label": "Failures",
|
|
1064
1063
|
"value": "@entity.failureCount",
|
|
1064
|
+
"label": "Failures",
|
|
1065
1065
|
"type": "stat-display"
|
|
1066
1066
|
},
|
|
1067
1067
|
{
|
|
@@ -1072,14 +1072,14 @@
|
|
|
1072
1072
|
]
|
|
1073
1073
|
},
|
|
1074
1074
|
{
|
|
1075
|
-
"
|
|
1076
|
-
"min": 0.0,
|
|
1075
|
+
"value": "@entity.failureCount",
|
|
1077
1076
|
"type": "meter",
|
|
1078
|
-
"
|
|
1077
|
+
"max": "@entity.threshold",
|
|
1078
|
+
"min": 0.0
|
|
1079
1079
|
}
|
|
1080
1080
|
],
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1081
|
+
"gap": "lg",
|
|
1082
|
+
"type": "stack"
|
|
1083
1083
|
}
|
|
1084
1084
|
]
|
|
1085
1085
|
]
|
|
@@ -1093,77 +1093,77 @@
|
|
|
1093
1093
|
"render-ui",
|
|
1094
1094
|
"main",
|
|
1095
1095
|
{
|
|
1096
|
-
"direction": "vertical",
|
|
1097
1096
|
"children": [
|
|
1098
1097
|
{
|
|
1099
1098
|
"justify": "between",
|
|
1100
|
-
"align": "center",
|
|
1101
|
-
"type": "stack",
|
|
1102
1099
|
"children": [
|
|
1103
1100
|
{
|
|
1101
|
+
"type": "stack",
|
|
1102
|
+
"gap": "md",
|
|
1103
|
+
"align": "center",
|
|
1104
|
+
"direction": "horizontal",
|
|
1104
1105
|
"children": [
|
|
1105
1106
|
{
|
|
1106
1107
|
"name": "alert-triangle",
|
|
1107
1108
|
"type": "icon"
|
|
1108
1109
|
},
|
|
1109
1110
|
{
|
|
1111
|
+
"variant": "h3",
|
|
1110
1112
|
"type": "typography",
|
|
1111
|
-
"content": "Circuit Breaker"
|
|
1112
|
-
"variant": "h3"
|
|
1113
|
+
"content": "Circuit Breaker"
|
|
1113
1114
|
}
|
|
1114
|
-
]
|
|
1115
|
-
"direction": "horizontal",
|
|
1116
|
-
"align": "center",
|
|
1117
|
-
"gap": "md",
|
|
1118
|
-
"type": "stack"
|
|
1115
|
+
]
|
|
1119
1116
|
},
|
|
1120
1117
|
{
|
|
1121
|
-
"status": "critical",
|
|
1122
|
-
"pulse": true,
|
|
1123
1118
|
"type": "status-dot",
|
|
1124
|
-
"
|
|
1119
|
+
"status": "critical",
|
|
1120
|
+
"label": "Circuit Open",
|
|
1121
|
+
"pulse": true
|
|
1125
1122
|
}
|
|
1126
1123
|
],
|
|
1124
|
+
"direction": "horizontal",
|
|
1125
|
+
"align": "center",
|
|
1127
1126
|
"gap": "md",
|
|
1128
|
-
"
|
|
1127
|
+
"type": "stack"
|
|
1129
1128
|
},
|
|
1130
1129
|
{
|
|
1131
|
-
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
1132
1130
|
"type": "alert",
|
|
1133
|
-
"variant": "error"
|
|
1131
|
+
"variant": "error",
|
|
1132
|
+
"message": "Circuit is open. Requests are being rejected to prevent cascading failures."
|
|
1134
1133
|
},
|
|
1135
1134
|
{
|
|
1136
|
-
"
|
|
1135
|
+
"type": "simple-grid",
|
|
1137
1136
|
"children": [
|
|
1138
1137
|
{
|
|
1139
|
-
"label": "Failures",
|
|
1140
1138
|
"value": "@entity.failureCount",
|
|
1141
|
-
"type": "stat-display"
|
|
1139
|
+
"type": "stat-display",
|
|
1140
|
+
"label": "Failures"
|
|
1142
1141
|
},
|
|
1143
1142
|
{
|
|
1144
|
-
"
|
|
1143
|
+
"type": "stat-display",
|
|
1145
1144
|
"value": "@entity.successCount",
|
|
1146
|
-
"
|
|
1145
|
+
"label": "Successes"
|
|
1147
1146
|
}
|
|
1148
1147
|
],
|
|
1149
|
-
"
|
|
1148
|
+
"cols": 2.0
|
|
1150
1149
|
},
|
|
1151
1150
|
{
|
|
1152
1151
|
"max": "@entity.threshold",
|
|
1153
|
-
"value": "@entity.failureCount",
|
|
1154
1152
|
"type": "meter",
|
|
1153
|
+
"value": "@entity.failureCount",
|
|
1155
1154
|
"min": 0.0
|
|
1156
1155
|
},
|
|
1157
1156
|
{
|
|
1157
|
+
"action": "RESET",
|
|
1158
1158
|
"type": "button",
|
|
1159
1159
|
"variant": "ghost",
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1162
|
-
"icon": "rotate-ccw"
|
|
1160
|
+
"icon": "rotate-ccw",
|
|
1161
|
+
"label": "Reset"
|
|
1163
1162
|
}
|
|
1164
1163
|
],
|
|
1164
|
+
"gap": "lg",
|
|
1165
1165
|
"type": "stack",
|
|
1166
|
-
"
|
|
1166
|
+
"direction": "vertical"
|
|
1167
1167
|
}
|
|
1168
1168
|
]
|
|
1169
1169
|
]
|
|
@@ -1177,36 +1177,38 @@
|
|
|
1177
1177
|
"render-ui",
|
|
1178
1178
|
"main",
|
|
1179
1179
|
{
|
|
1180
|
+
"gap": "lg",
|
|
1180
1181
|
"type": "stack",
|
|
1182
|
+
"direction": "vertical",
|
|
1181
1183
|
"children": [
|
|
1182
1184
|
{
|
|
1185
|
+
"gap": "md",
|
|
1183
1186
|
"type": "stack",
|
|
1184
1187
|
"children": [
|
|
1185
1188
|
{
|
|
1186
|
-
"
|
|
1189
|
+
"type": "stack",
|
|
1187
1190
|
"direction": "horizontal",
|
|
1191
|
+
"gap": "md",
|
|
1188
1192
|
"children": [
|
|
1189
1193
|
{
|
|
1190
1194
|
"type": "icon",
|
|
1191
1195
|
"name": "shield-check"
|
|
1192
1196
|
},
|
|
1193
1197
|
{
|
|
1194
|
-
"type": "typography",
|
|
1195
1198
|
"content": "Circuit Breaker",
|
|
1199
|
+
"type": "typography",
|
|
1196
1200
|
"variant": "h3"
|
|
1197
1201
|
}
|
|
1198
1202
|
],
|
|
1199
|
-
"type": "stack",
|
|
1200
1203
|
"align": "center"
|
|
1201
1204
|
},
|
|
1202
1205
|
{
|
|
1203
1206
|
"type": "status-dot",
|
|
1204
|
-
"
|
|
1207
|
+
"label": "Circuit Closed",
|
|
1205
1208
|
"status": "online",
|
|
1206
|
-
"
|
|
1209
|
+
"pulse": false
|
|
1207
1210
|
}
|
|
1208
1211
|
],
|
|
1209
|
-
"gap": "md",
|
|
1210
1212
|
"direction": "horizontal",
|
|
1211
1213
|
"align": "center",
|
|
1212
1214
|
"justify": "between"
|
|
@@ -1217,30 +1219,28 @@
|
|
|
1217
1219
|
"message": "All requests are being processed."
|
|
1218
1220
|
},
|
|
1219
1221
|
{
|
|
1220
|
-
"type": "simple-grid",
|
|
1221
|
-
"cols": 2.0,
|
|
1222
1222
|
"children": [
|
|
1223
1223
|
{
|
|
1224
|
+
"type": "stat-display",
|
|
1224
1225
|
"label": "Failures",
|
|
1225
|
-
"value": "@entity.failureCount"
|
|
1226
|
-
"type": "stat-display"
|
|
1226
|
+
"value": "@entity.failureCount"
|
|
1227
1227
|
},
|
|
1228
1228
|
{
|
|
1229
1229
|
"type": "stat-display",
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1230
|
+
"value": "@entity.successCount",
|
|
1231
|
+
"label": "Successes"
|
|
1232
1232
|
}
|
|
1233
|
-
]
|
|
1233
|
+
],
|
|
1234
|
+
"cols": 2.0,
|
|
1235
|
+
"type": "simple-grid"
|
|
1234
1236
|
},
|
|
1235
1237
|
{
|
|
1236
|
-
"value": "@entity.failureCount",
|
|
1237
|
-
"min": 0.0,
|
|
1238
1238
|
"type": "meter",
|
|
1239
|
-
"
|
|
1239
|
+
"value": "@entity.failureCount",
|
|
1240
|
+
"max": "@entity.threshold",
|
|
1241
|
+
"min": 0.0
|
|
1240
1242
|
}
|
|
1241
|
-
]
|
|
1242
|
-
"gap": "lg",
|
|
1243
|
-
"direction": "vertical"
|
|
1243
|
+
]
|
|
1244
1244
|
}
|
|
1245
1245
|
]
|
|
1246
1246
|
]
|
|
@@ -1254,16 +1254,18 @@
|
|
|
1254
1254
|
"render-ui",
|
|
1255
1255
|
"main",
|
|
1256
1256
|
{
|
|
1257
|
-
"direction": "vertical",
|
|
1258
1257
|
"gap": "lg",
|
|
1259
|
-
"
|
|
1258
|
+
"direction": "vertical",
|
|
1260
1259
|
"children": [
|
|
1261
1260
|
{
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1261
|
+
"direction": "horizontal",
|
|
1262
|
+
"type": "stack",
|
|
1264
1263
|
"children": [
|
|
1265
1264
|
{
|
|
1265
|
+
"direction": "horizontal",
|
|
1266
|
+
"type": "stack",
|
|
1266
1267
|
"align": "center",
|
|
1268
|
+
"gap": "md",
|
|
1267
1269
|
"children": [
|
|
1268
1270
|
{
|
|
1269
1271
|
"type": "icon",
|
|
@@ -1274,44 +1276,42 @@
|
|
|
1274
1276
|
"variant": "h3",
|
|
1275
1277
|
"content": "Circuit Breaker"
|
|
1276
1278
|
}
|
|
1277
|
-
]
|
|
1278
|
-
"type": "stack",
|
|
1279
|
-
"direction": "horizontal",
|
|
1280
|
-
"gap": "md"
|
|
1279
|
+
]
|
|
1281
1280
|
},
|
|
1282
1281
|
{
|
|
1283
|
-
"pulse": true,
|
|
1284
|
-
"type": "status-dot",
|
|
1285
1282
|
"label": "Half-Open",
|
|
1283
|
+
"type": "status-dot",
|
|
1284
|
+
"pulse": true,
|
|
1286
1285
|
"status": "warning"
|
|
1287
1286
|
}
|
|
1288
1287
|
],
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1288
|
+
"align": "center",
|
|
1289
|
+
"justify": "between",
|
|
1290
|
+
"gap": "md"
|
|
1292
1291
|
},
|
|
1293
1292
|
{
|
|
1294
|
-
"
|
|
1293
|
+
"message": "Testing recovery. Limited requests are being allowed through.",
|
|
1295
1294
|
"type": "alert",
|
|
1296
|
-
"
|
|
1295
|
+
"variant": "warning"
|
|
1297
1296
|
},
|
|
1298
1297
|
{
|
|
1299
1298
|
"cols": 2.0,
|
|
1300
1299
|
"type": "simple-grid",
|
|
1301
1300
|
"children": [
|
|
1302
1301
|
{
|
|
1303
|
-
"value": "@entity.failureCount",
|
|
1304
1302
|
"type": "stat-display",
|
|
1305
|
-
"label": "Failures"
|
|
1303
|
+
"label": "Failures",
|
|
1304
|
+
"value": "@entity.failureCount"
|
|
1306
1305
|
},
|
|
1307
1306
|
{
|
|
1307
|
+
"label": "Successes",
|
|
1308
1308
|
"value": "@entity.successCount",
|
|
1309
|
-
"type": "stat-display"
|
|
1310
|
-
"label": "Successes"
|
|
1309
|
+
"type": "stat-display"
|
|
1311
1310
|
}
|
|
1312
1311
|
]
|
|
1313
1312
|
}
|
|
1314
|
-
]
|
|
1313
|
+
],
|
|
1314
|
+
"type": "stack"
|
|
1315
1315
|
}
|
|
1316
1316
|
]
|
|
1317
1317
|
]
|
|
@@ -1326,54 +1326,56 @@
|
|
|
1326
1326
|
"main",
|
|
1327
1327
|
{
|
|
1328
1328
|
"type": "stack",
|
|
1329
|
+
"direction": "vertical",
|
|
1330
|
+
"gap": "lg",
|
|
1329
1331
|
"children": [
|
|
1330
1332
|
{
|
|
1331
1333
|
"gap": "md",
|
|
1332
1334
|
"children": [
|
|
1333
1335
|
{
|
|
1334
|
-
"gap": "md",
|
|
1335
|
-
"type": "stack",
|
|
1336
1336
|
"direction": "horizontal",
|
|
1337
|
-
"align": "center",
|
|
1338
1337
|
"children": [
|
|
1339
1338
|
{
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1339
|
+
"name": "shield-check",
|
|
1340
|
+
"type": "icon"
|
|
1342
1341
|
},
|
|
1343
1342
|
{
|
|
1344
1343
|
"variant": "h3",
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
1344
|
+
"content": "Circuit Breaker",
|
|
1345
|
+
"type": "typography"
|
|
1347
1346
|
}
|
|
1348
|
-
]
|
|
1347
|
+
],
|
|
1348
|
+
"type": "stack",
|
|
1349
|
+
"gap": "md",
|
|
1350
|
+
"align": "center"
|
|
1349
1351
|
},
|
|
1350
1352
|
{
|
|
1351
1353
|
"label": "Circuit Closed",
|
|
1352
|
-
"type": "status-dot",
|
|
1353
1354
|
"pulse": false,
|
|
1354
|
-
"status": "online"
|
|
1355
|
+
"status": "online",
|
|
1356
|
+
"type": "status-dot"
|
|
1355
1357
|
}
|
|
1356
1358
|
],
|
|
1357
|
-
"
|
|
1358
|
-
"type": "stack",
|
|
1359
|
+
"direction": "horizontal",
|
|
1359
1360
|
"align": "center",
|
|
1360
|
-
"
|
|
1361
|
+
"type": "stack",
|
|
1362
|
+
"justify": "between"
|
|
1361
1363
|
},
|
|
1362
1364
|
{
|
|
1363
|
-
"type": "alert",
|
|
1364
1365
|
"message": "All requests are being processed.",
|
|
1366
|
+
"type": "alert",
|
|
1365
1367
|
"variant": "success"
|
|
1366
1368
|
},
|
|
1367
1369
|
{
|
|
1368
1370
|
"children": [
|
|
1369
1371
|
{
|
|
1370
|
-
"label": "Failures",
|
|
1371
1372
|
"type": "stat-display",
|
|
1373
|
+
"label": "Failures",
|
|
1372
1374
|
"value": "@entity.failureCount"
|
|
1373
1375
|
},
|
|
1374
1376
|
{
|
|
1375
|
-
"label": "Successes",
|
|
1376
1377
|
"value": "@entity.successCount",
|
|
1378
|
+
"label": "Successes",
|
|
1377
1379
|
"type": "stat-display"
|
|
1378
1380
|
}
|
|
1379
1381
|
],
|
|
@@ -1386,9 +1388,7 @@
|
|
|
1386
1388
|
"max": "@entity.threshold",
|
|
1387
1389
|
"type": "meter"
|
|
1388
1390
|
}
|
|
1389
|
-
]
|
|
1390
|
-
"direction": "vertical",
|
|
1391
|
-
"gap": "lg"
|
|
1391
|
+
]
|
|
1392
1392
|
}
|
|
1393
1393
|
]
|
|
1394
1394
|
]
|
|
@@ -1402,41 +1402,38 @@
|
|
|
1402
1402
|
"render-ui",
|
|
1403
1403
|
"main",
|
|
1404
1404
|
{
|
|
1405
|
-
"direction": "vertical",
|
|
1406
|
-
"type": "stack",
|
|
1407
|
-
"gap": "lg",
|
|
1408
1405
|
"children": [
|
|
1409
1406
|
{
|
|
1410
|
-
"
|
|
1407
|
+
"align": "center",
|
|
1411
1408
|
"justify": "between",
|
|
1412
1409
|
"children": [
|
|
1413
1410
|
{
|
|
1414
1411
|
"gap": "md",
|
|
1415
|
-
"type": "stack",
|
|
1416
1412
|
"align": "center",
|
|
1413
|
+
"direction": "horizontal",
|
|
1417
1414
|
"children": [
|
|
1418
1415
|
{
|
|
1419
1416
|
"type": "icon",
|
|
1420
1417
|
"name": "shield-check"
|
|
1421
1418
|
},
|
|
1422
1419
|
{
|
|
1423
|
-
"content": "Circuit Breaker",
|
|
1424
1420
|
"type": "typography",
|
|
1425
|
-
"variant": "h3"
|
|
1421
|
+
"variant": "h3",
|
|
1422
|
+
"content": "Circuit Breaker"
|
|
1426
1423
|
}
|
|
1427
1424
|
],
|
|
1428
|
-
"
|
|
1425
|
+
"type": "stack"
|
|
1429
1426
|
},
|
|
1430
1427
|
{
|
|
1428
|
+
"status": "online",
|
|
1431
1429
|
"pulse": false,
|
|
1432
1430
|
"type": "status-dot",
|
|
1433
|
-
"label": "Circuit Closed"
|
|
1434
|
-
"status": "online"
|
|
1431
|
+
"label": "Circuit Closed"
|
|
1435
1432
|
}
|
|
1436
1433
|
],
|
|
1437
1434
|
"gap": "md",
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1435
|
+
"direction": "horizontal",
|
|
1436
|
+
"type": "stack"
|
|
1440
1437
|
},
|
|
1441
1438
|
{
|
|
1442
1439
|
"type": "alert",
|
|
@@ -1448,8 +1445,8 @@
|
|
|
1448
1445
|
"type": "simple-grid",
|
|
1449
1446
|
"children": [
|
|
1450
1447
|
{
|
|
1451
|
-
"label": "Failures",
|
|
1452
1448
|
"value": "@entity.failureCount",
|
|
1449
|
+
"label": "Failures",
|
|
1453
1450
|
"type": "stat-display"
|
|
1454
1451
|
},
|
|
1455
1452
|
{
|
|
@@ -1460,12 +1457,15 @@
|
|
|
1460
1457
|
]
|
|
1461
1458
|
},
|
|
1462
1459
|
{
|
|
1463
|
-
"
|
|
1464
|
-
"value": "@entity.failureCount",
|
|
1460
|
+
"type": "meter",
|
|
1465
1461
|
"max": "@entity.threshold",
|
|
1466
|
-
"
|
|
1462
|
+
"value": "@entity.failureCount",
|
|
1463
|
+
"min": 0.0
|
|
1467
1464
|
}
|
|
1468
|
-
]
|
|
1465
|
+
],
|
|
1466
|
+
"direction": "vertical",
|
|
1467
|
+
"gap": "lg",
|
|
1468
|
+
"type": "stack"
|
|
1469
1469
|
}
|
|
1470
1470
|
]
|
|
1471
1471
|
]
|
|
@@ -1481,75 +1481,75 @@
|
|
|
1481
1481
|
{
|
|
1482
1482
|
"type": "stack",
|
|
1483
1483
|
"direction": "vertical",
|
|
1484
|
-
"gap": "lg",
|
|
1485
1484
|
"children": [
|
|
1486
1485
|
{
|
|
1486
|
+
"gap": "md",
|
|
1487
|
+
"type": "stack",
|
|
1488
|
+
"direction": "horizontal",
|
|
1489
|
+
"align": "center",
|
|
1490
|
+
"justify": "between",
|
|
1487
1491
|
"children": [
|
|
1488
1492
|
{
|
|
1489
|
-
"direction": "horizontal",
|
|
1490
1493
|
"align": "center",
|
|
1491
|
-
"type": "stack",
|
|
1492
|
-
"gap": "md",
|
|
1493
1494
|
"children": [
|
|
1494
1495
|
{
|
|
1495
1496
|
"type": "icon",
|
|
1496
1497
|
"name": "alert-triangle"
|
|
1497
1498
|
},
|
|
1498
1499
|
{
|
|
1499
|
-
"variant": "h3",
|
|
1500
1500
|
"content": "Circuit Breaker",
|
|
1501
|
+
"variant": "h3",
|
|
1501
1502
|
"type": "typography"
|
|
1502
1503
|
}
|
|
1503
|
-
]
|
|
1504
|
+
],
|
|
1505
|
+
"direction": "horizontal",
|
|
1506
|
+
"type": "stack",
|
|
1507
|
+
"gap": "md"
|
|
1504
1508
|
},
|
|
1505
1509
|
{
|
|
1506
|
-
"label": "Circuit Open",
|
|
1507
1510
|
"pulse": true,
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1511
|
+
"status": "critical",
|
|
1512
|
+
"label": "Circuit Open",
|
|
1513
|
+
"type": "status-dot"
|
|
1510
1514
|
}
|
|
1511
|
-
]
|
|
1512
|
-
"type": "stack",
|
|
1513
|
-
"gap": "md",
|
|
1514
|
-
"direction": "horizontal",
|
|
1515
|
-
"align": "center",
|
|
1516
|
-
"justify": "between"
|
|
1515
|
+
]
|
|
1517
1516
|
},
|
|
1518
1517
|
{
|
|
1519
|
-
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
1520
1518
|
"variant": "error",
|
|
1519
|
+
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
1521
1520
|
"type": "alert"
|
|
1522
1521
|
},
|
|
1523
1522
|
{
|
|
1524
1523
|
"cols": 2.0,
|
|
1525
1524
|
"children": [
|
|
1526
1525
|
{
|
|
1527
|
-
"type": "stat-display",
|
|
1528
1526
|
"label": "Failures",
|
|
1527
|
+
"type": "stat-display",
|
|
1529
1528
|
"value": "@entity.failureCount"
|
|
1530
1529
|
},
|
|
1531
1530
|
{
|
|
1532
1531
|
"type": "stat-display",
|
|
1533
|
-
"
|
|
1534
|
-
"
|
|
1532
|
+
"value": "@entity.successCount",
|
|
1533
|
+
"label": "Successes"
|
|
1535
1534
|
}
|
|
1536
1535
|
],
|
|
1537
1536
|
"type": "simple-grid"
|
|
1538
1537
|
},
|
|
1539
1538
|
{
|
|
1540
|
-
"value": "@entity.failureCount",
|
|
1541
|
-
"type": "meter",
|
|
1542
1539
|
"max": "@entity.threshold",
|
|
1543
|
-
"
|
|
1540
|
+
"value": "@entity.failureCount",
|
|
1541
|
+
"min": 0.0,
|
|
1542
|
+
"type": "meter"
|
|
1544
1543
|
},
|
|
1545
1544
|
{
|
|
1546
1545
|
"label": "Reset",
|
|
1547
|
-
"icon": "rotate-ccw",
|
|
1548
1546
|
"type": "button",
|
|
1547
|
+
"action": "RESET",
|
|
1549
1548
|
"variant": "ghost",
|
|
1550
|
-
"
|
|
1549
|
+
"icon": "rotate-ccw"
|
|
1551
1550
|
}
|
|
1552
|
-
]
|
|
1551
|
+
],
|
|
1552
|
+
"gap": "lg"
|
|
1553
1553
|
}
|
|
1554
1554
|
]
|
|
1555
1555
|
]
|
|
@@ -1564,38 +1564,40 @@
|
|
|
1564
1564
|
"main",
|
|
1565
1565
|
{
|
|
1566
1566
|
"direction": "vertical",
|
|
1567
|
+
"gap": "lg",
|
|
1568
|
+
"type": "stack",
|
|
1567
1569
|
"children": [
|
|
1568
1570
|
{
|
|
1569
|
-
"
|
|
1570
|
-
"justify": "between",
|
|
1571
|
+
"type": "stack",
|
|
1571
1572
|
"align": "center",
|
|
1573
|
+
"direction": "horizontal",
|
|
1574
|
+
"justify": "between",
|
|
1572
1575
|
"children": [
|
|
1573
1576
|
{
|
|
1577
|
+
"direction": "horizontal",
|
|
1578
|
+
"gap": "md",
|
|
1579
|
+
"type": "stack",
|
|
1580
|
+
"align": "center",
|
|
1574
1581
|
"children": [
|
|
1575
1582
|
{
|
|
1576
1583
|
"name": "shield-check",
|
|
1577
1584
|
"type": "icon"
|
|
1578
1585
|
},
|
|
1579
1586
|
{
|
|
1580
|
-
"
|
|
1581
|
-
"variant": "h3",
|
|
1582
|
-
"
|
|
1583
|
-
}
|
|
1584
|
-
]
|
|
1585
|
-
"type": "stack",
|
|
1586
|
-
"direction": "horizontal",
|
|
1587
|
-
"gap": "md",
|
|
1588
|
-
"align": "center"
|
|
1587
|
+
"content": "Circuit Breaker",
|
|
1588
|
+
"variant": "h3",
|
|
1589
|
+
"type": "typography"
|
|
1590
|
+
}
|
|
1591
|
+
]
|
|
1589
1592
|
},
|
|
1590
1593
|
{
|
|
1594
|
+
"status": "online",
|
|
1591
1595
|
"pulse": false,
|
|
1592
|
-
"label": "Circuit Closed",
|
|
1593
1596
|
"type": "status-dot",
|
|
1594
|
-
"
|
|
1597
|
+
"label": "Circuit Closed"
|
|
1595
1598
|
}
|
|
1596
1599
|
],
|
|
1597
|
-
"
|
|
1598
|
-
"type": "stack"
|
|
1600
|
+
"gap": "md"
|
|
1599
1601
|
},
|
|
1600
1602
|
{
|
|
1601
1603
|
"variant": "success",
|
|
@@ -1604,29 +1606,27 @@
|
|
|
1604
1606
|
},
|
|
1605
1607
|
{
|
|
1606
1608
|
"type": "simple-grid",
|
|
1609
|
+
"cols": 2.0,
|
|
1607
1610
|
"children": [
|
|
1608
1611
|
{
|
|
1612
|
+
"value": "@entity.failureCount",
|
|
1609
1613
|
"type": "stat-display",
|
|
1610
|
-
"label": "Failures"
|
|
1611
|
-
"value": "@entity.failureCount"
|
|
1614
|
+
"label": "Failures"
|
|
1612
1615
|
},
|
|
1613
1616
|
{
|
|
1614
|
-
"label": "Successes",
|
|
1615
1617
|
"type": "stat-display",
|
|
1618
|
+
"label": "Successes",
|
|
1616
1619
|
"value": "@entity.successCount"
|
|
1617
1620
|
}
|
|
1618
|
-
]
|
|
1619
|
-
"cols": 2.0
|
|
1621
|
+
]
|
|
1620
1622
|
},
|
|
1621
1623
|
{
|
|
1622
|
-
"min": 0.0,
|
|
1623
1624
|
"type": "meter",
|
|
1624
|
-
"
|
|
1625
|
-
"
|
|
1625
|
+
"value": "@entity.failureCount",
|
|
1626
|
+
"min": 0.0,
|
|
1627
|
+
"max": "@entity.threshold"
|
|
1626
1628
|
}
|
|
1627
|
-
]
|
|
1628
|
-
"gap": "lg",
|
|
1629
|
-
"type": "stack"
|
|
1629
|
+
]
|
|
1630
1630
|
}
|
|
1631
1631
|
]
|
|
1632
1632
|
]
|
|
@@ -1687,6 +1687,10 @@
|
|
|
1687
1687
|
{
|
|
1688
1688
|
"name": "AlertMetricOrbital",
|
|
1689
1689
|
"uses": [
|
|
1690
|
+
{
|
|
1691
|
+
"from": "std/behaviors/std-app-layout",
|
|
1692
|
+
"as": "AppShell"
|
|
1693
|
+
},
|
|
1690
1694
|
{
|
|
1691
1695
|
"from": "std/behaviors/std-modal",
|
|
1692
1696
|
"as": "Modal"
|
|
@@ -1746,6 +1750,44 @@
|
|
|
1746
1750
|
]
|
|
1747
1751
|
},
|
|
1748
1752
|
"traits": [
|
|
1753
|
+
{
|
|
1754
|
+
"ref": "AppShell.traits.AppLayout",
|
|
1755
|
+
"name": "AlertMetricAppLayout",
|
|
1756
|
+
"linkedEntity": "AlertMetric",
|
|
1757
|
+
"config": {
|
|
1758
|
+
"contentTrait": "@trait.AlertCatalog",
|
|
1759
|
+
"appName": "DevOps Dashboard",
|
|
1760
|
+
"navItems": [
|
|
1761
|
+
{
|
|
1762
|
+
"label": "Services",
|
|
1763
|
+
"href": "/services",
|
|
1764
|
+
"icon": "server"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"label": "Alerts",
|
|
1768
|
+
"href": "/alerts",
|
|
1769
|
+
"icon": "bell"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"label": "Logs",
|
|
1773
|
+
"href": "/logs",
|
|
1774
|
+
"icon": "terminal"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"label": "Metrics",
|
|
1778
|
+
"icon": "layout-list",
|
|
1779
|
+
"href": "/metrics"
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
"searchEvent": "ALERT_SEARCH",
|
|
1783
|
+
"notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
|
|
1784
|
+
"notifications": []
|
|
1785
|
+
},
|
|
1786
|
+
"events": {
|
|
1787
|
+
"NOTIFY_CLICK": "ALERT_NOTIFICATIONS_OPEN",
|
|
1788
|
+
"SEARCH": "ALERT_SEARCH"
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1749
1791
|
{
|
|
1750
1792
|
"name": "AlertCatalog",
|
|
1751
1793
|
"category": "interaction",
|
|
@@ -1788,55 +1830,55 @@
|
|
|
1788
1830
|
"render-ui",
|
|
1789
1831
|
"main",
|
|
1790
1832
|
{
|
|
1791
|
-
"direction": "vertical",
|
|
1792
1833
|
"children": [
|
|
1793
1834
|
{
|
|
1794
|
-
"gap": "md",
|
|
1795
|
-
"type": "stack",
|
|
1796
|
-
"direction": "horizontal",
|
|
1797
1835
|
"justify": "between",
|
|
1798
|
-
"align": "center",
|
|
1799
1836
|
"children": [
|
|
1800
1837
|
{
|
|
1801
1838
|
"direction": "horizontal",
|
|
1802
|
-
"
|
|
1839
|
+
"type": "stack",
|
|
1803
1840
|
"children": [
|
|
1804
1841
|
{
|
|
1805
1842
|
"name": "bell",
|
|
1806
1843
|
"type": "icon"
|
|
1807
1844
|
},
|
|
1808
1845
|
{
|
|
1809
|
-
"type": "typography",
|
|
1810
1846
|
"content": "Alerts",
|
|
1847
|
+
"type": "typography",
|
|
1811
1848
|
"variant": "h2"
|
|
1812
1849
|
}
|
|
1813
1850
|
],
|
|
1814
|
-
"
|
|
1851
|
+
"gap": "sm",
|
|
1815
1852
|
"align": "center"
|
|
1816
1853
|
},
|
|
1817
1854
|
{
|
|
1855
|
+
"direction": "horizontal",
|
|
1818
1856
|
"children": [
|
|
1819
1857
|
{
|
|
1820
1858
|
"label": "New Alert",
|
|
1821
1859
|
"action": "CREATE",
|
|
1822
|
-
"variant": "primary",
|
|
1823
1860
|
"type": "button",
|
|
1861
|
+
"variant": "primary",
|
|
1824
1862
|
"icon": "plus"
|
|
1825
1863
|
}
|
|
1826
1864
|
],
|
|
1827
1865
|
"gap": "sm",
|
|
1828
|
-
"direction": "horizontal",
|
|
1829
1866
|
"type": "stack"
|
|
1830
1867
|
}
|
|
1831
|
-
]
|
|
1868
|
+
],
|
|
1869
|
+
"type": "stack",
|
|
1870
|
+
"align": "center",
|
|
1871
|
+
"gap": "md",
|
|
1872
|
+
"direction": "horizontal"
|
|
1832
1873
|
},
|
|
1833
1874
|
{
|
|
1834
1875
|
"type": "divider"
|
|
1835
1876
|
},
|
|
1836
1877
|
"@trait.AlertBrowseList"
|
|
1837
1878
|
],
|
|
1838
|
-
"
|
|
1839
|
-
"gap": "lg"
|
|
1879
|
+
"direction": "vertical",
|
|
1880
|
+
"gap": "lg",
|
|
1881
|
+
"type": "stack"
|
|
1840
1882
|
}
|
|
1841
1883
|
]
|
|
1842
1884
|
]
|
|
@@ -1850,32 +1892,15 @@
|
|
|
1850
1892
|
"name": "AlertBrowseList",
|
|
1851
1893
|
"linkedEntity": "AlertMetric",
|
|
1852
1894
|
"config": {
|
|
1853
|
-
"itemActions": [
|
|
1854
|
-
{
|
|
1855
|
-
"label": "View",
|
|
1856
|
-
"variant": "ghost",
|
|
1857
|
-
"event": "VIEW"
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"variant": "ghost",
|
|
1861
|
-
"event": "EDIT",
|
|
1862
|
-
"label": "Edit"
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"event": "DELETE",
|
|
1866
|
-
"label": "Delete",
|
|
1867
|
-
"variant": "danger"
|
|
1868
|
-
}
|
|
1869
|
-
],
|
|
1870
1895
|
"fields": [
|
|
1871
1896
|
{
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1897
|
+
"name": "severity",
|
|
1898
|
+
"variant": "badge"
|
|
1874
1899
|
},
|
|
1875
1900
|
{
|
|
1901
|
+
"icon": "alert-triangle",
|
|
1876
1902
|
"variant": "h4",
|
|
1877
|
-
"name": "message"
|
|
1878
|
-
"icon": "alert-triangle"
|
|
1903
|
+
"name": "message"
|
|
1879
1904
|
},
|
|
1880
1905
|
{
|
|
1881
1906
|
"name": "source",
|
|
@@ -1883,12 +1908,29 @@
|
|
|
1883
1908
|
},
|
|
1884
1909
|
{
|
|
1885
1910
|
"variant": "caption",
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1911
|
+
"name": "timestamp",
|
|
1912
|
+
"format": "date"
|
|
1913
|
+
}
|
|
1914
|
+
],
|
|
1915
|
+
"itemActions": [
|
|
1916
|
+
{
|
|
1917
|
+
"event": "VIEW",
|
|
1918
|
+
"variant": "ghost",
|
|
1919
|
+
"label": "View"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"label": "Edit",
|
|
1923
|
+
"event": "EDIT",
|
|
1924
|
+
"variant": "ghost"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"label": "Delete",
|
|
1928
|
+
"event": "DELETE",
|
|
1929
|
+
"variant": "danger"
|
|
1888
1930
|
}
|
|
1889
1931
|
],
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1932
|
+
"gap": "sm",
|
|
1933
|
+
"cols": 1.0
|
|
1892
1934
|
},
|
|
1893
1935
|
"listens": [
|
|
1894
1936
|
{
|
|
@@ -1922,7 +1964,7 @@
|
|
|
1922
1964
|
"name": "AlertCreate",
|
|
1923
1965
|
"linkedEntity": "AlertMetric",
|
|
1924
1966
|
"config": {
|
|
1925
|
-
"
|
|
1967
|
+
"title": "New Alert",
|
|
1926
1968
|
"fields": [
|
|
1927
1969
|
"severity",
|
|
1928
1970
|
"message",
|
|
@@ -1930,7 +1972,7 @@
|
|
|
1930
1972
|
"timestamp"
|
|
1931
1973
|
],
|
|
1932
1974
|
"icon": "plus-circle",
|
|
1933
|
-
"
|
|
1975
|
+
"mode": "create"
|
|
1934
1976
|
},
|
|
1935
1977
|
"events": {
|
|
1936
1978
|
"OPEN": "CREATE"
|
|
@@ -1951,15 +1993,15 @@
|
|
|
1951
1993
|
"name": "AlertEdit",
|
|
1952
1994
|
"linkedEntity": "AlertMetric",
|
|
1953
1995
|
"config": {
|
|
1996
|
+
"mode": "edit",
|
|
1954
1997
|
"fields": [
|
|
1955
1998
|
"severity",
|
|
1956
1999
|
"message",
|
|
1957
2000
|
"source",
|
|
1958
2001
|
"timestamp"
|
|
1959
2002
|
],
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
1962
|
-
"icon": "edit"
|
|
2003
|
+
"icon": "edit",
|
|
2004
|
+
"title": "Edit Alert"
|
|
1963
2005
|
},
|
|
1964
2006
|
"events": {
|
|
1965
2007
|
"OPEN": "EDIT"
|
|
@@ -1980,6 +2022,7 @@
|
|
|
1980
2022
|
"name": "AlertView",
|
|
1981
2023
|
"linkedEntity": "AlertMetric",
|
|
1982
2024
|
"config": {
|
|
2025
|
+
"mode": "edit",
|
|
1983
2026
|
"title": "View Alert",
|
|
1984
2027
|
"fields": [
|
|
1985
2028
|
"severity",
|
|
@@ -1987,8 +2030,7 @@
|
|
|
1987
2030
|
"source",
|
|
1988
2031
|
"timestamp"
|
|
1989
2032
|
],
|
|
1990
|
-
"icon": "eye"
|
|
1991
|
-
"mode": "edit"
|
|
2033
|
+
"icon": "eye"
|
|
1992
2034
|
},
|
|
1993
2035
|
"events": {
|
|
1994
2036
|
"OPEN": "VIEW"
|
|
@@ -2009,14 +2051,14 @@
|
|
|
2009
2051
|
"name": "AlertDelete",
|
|
2010
2052
|
"linkedEntity": "AlertMetric",
|
|
2011
2053
|
"config": {
|
|
2054
|
+
"confirmLabel": "Delete",
|
|
2012
2055
|
"icon": "alert-triangle",
|
|
2013
|
-
"title": "Delete Alert",
|
|
2014
2056
|
"alertMessage": "This action cannot be undone.",
|
|
2015
|
-
"
|
|
2057
|
+
"title": "Delete Alert"
|
|
2016
2058
|
},
|
|
2017
2059
|
"events": {
|
|
2018
|
-
"
|
|
2019
|
-
"
|
|
2060
|
+
"REQUEST": "DELETE",
|
|
2061
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
2020
2062
|
},
|
|
2021
2063
|
"listens": [
|
|
2022
2064
|
{
|
|
@@ -2286,9 +2328,9 @@
|
|
|
2286
2328
|
"email",
|
|
2287
2329
|
"send",
|
|
2288
2330
|
{
|
|
2289
|
-
"body": "@payload.body",
|
|
2290
2331
|
"sender": "alerts@example.com",
|
|
2291
2332
|
"subject": "@payload.subject",
|
|
2333
|
+
"body": "@payload.body",
|
|
2292
2334
|
"recipient": "@payload.recipient"
|
|
2293
2335
|
}
|
|
2294
2336
|
]
|
|
@@ -2304,6 +2346,9 @@
|
|
|
2304
2346
|
"name": "AlertsPage",
|
|
2305
2347
|
"path": "/alerts",
|
|
2306
2348
|
"traits": [
|
|
2349
|
+
{
|
|
2350
|
+
"ref": "AlertMetricAppLayout"
|
|
2351
|
+
},
|
|
2307
2352
|
{
|
|
2308
2353
|
"ref": "AlertCatalog"
|
|
2309
2354
|
},
|
|
@@ -2335,6 +2380,10 @@
|
|
|
2335
2380
|
{
|
|
2336
2381
|
"name": "LogEntryOrbital",
|
|
2337
2382
|
"uses": [
|
|
2383
|
+
{
|
|
2384
|
+
"from": "std/behaviors/std-app-layout",
|
|
2385
|
+
"as": "AppShell"
|
|
2386
|
+
},
|
|
2338
2387
|
{
|
|
2339
2388
|
"from": "std/behaviors/std-browse",
|
|
2340
2389
|
"as": "Browse"
|
|
@@ -2378,6 +2427,44 @@
|
|
|
2378
2427
|
]
|
|
2379
2428
|
},
|
|
2380
2429
|
"traits": [
|
|
2430
|
+
{
|
|
2431
|
+
"ref": "AppShell.traits.AppLayout",
|
|
2432
|
+
"name": "LogEntryAppLayout",
|
|
2433
|
+
"linkedEntity": "LogEntry",
|
|
2434
|
+
"config": {
|
|
2435
|
+
"searchEvent": "LOG_SEARCH",
|
|
2436
|
+
"navItems": [
|
|
2437
|
+
{
|
|
2438
|
+
"href": "/services",
|
|
2439
|
+
"icon": "server",
|
|
2440
|
+
"label": "Services"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"icon": "bell",
|
|
2444
|
+
"label": "Alerts",
|
|
2445
|
+
"href": "/alerts"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"icon": "terminal",
|
|
2449
|
+
"href": "/logs",
|
|
2450
|
+
"label": "Logs"
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"label": "Metrics",
|
|
2454
|
+
"href": "/metrics",
|
|
2455
|
+
"icon": "layout-list"
|
|
2456
|
+
}
|
|
2457
|
+
],
|
|
2458
|
+
"notificationClickEvent": "LOG_NOTIFICATIONS_OPEN",
|
|
2459
|
+
"appName": "DevOps Dashboard",
|
|
2460
|
+
"notifications": [],
|
|
2461
|
+
"contentTrait": "@trait.LogCatalog"
|
|
2462
|
+
},
|
|
2463
|
+
"events": {
|
|
2464
|
+
"NOTIFY_CLICK": "LOG_NOTIFICATIONS_OPEN",
|
|
2465
|
+
"SEARCH": "LOG_SEARCH"
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2381
2468
|
{
|
|
2382
2469
|
"name": "LogCatalog",
|
|
2383
2470
|
"category": "interaction",
|
|
@@ -2406,39 +2493,39 @@
|
|
|
2406
2493
|
{
|
|
2407
2494
|
"type": "stack",
|
|
2408
2495
|
"direction": "vertical",
|
|
2496
|
+
"gap": "lg",
|
|
2409
2497
|
"children": [
|
|
2410
2498
|
{
|
|
2411
|
-
"align": "center",
|
|
2412
2499
|
"justify": "between",
|
|
2500
|
+
"align": "center",
|
|
2501
|
+
"type": "stack",
|
|
2413
2502
|
"children": [
|
|
2414
2503
|
{
|
|
2415
|
-
"type": "stack",
|
|
2416
|
-
"align": "center",
|
|
2417
|
-
"gap": "sm",
|
|
2418
|
-
"direction": "horizontal",
|
|
2419
2504
|
"children": [
|
|
2420
2505
|
{
|
|
2421
|
-
"
|
|
2422
|
-
"
|
|
2506
|
+
"type": "icon",
|
|
2507
|
+
"name": "terminal"
|
|
2423
2508
|
},
|
|
2424
2509
|
{
|
|
2425
2510
|
"variant": "h2",
|
|
2426
|
-
"
|
|
2427
|
-
"
|
|
2511
|
+
"content": "Logs",
|
|
2512
|
+
"type": "typography"
|
|
2428
2513
|
}
|
|
2429
|
-
]
|
|
2514
|
+
],
|
|
2515
|
+
"type": "stack",
|
|
2516
|
+
"direction": "horizontal",
|
|
2517
|
+
"align": "center",
|
|
2518
|
+
"gap": "sm"
|
|
2430
2519
|
}
|
|
2431
2520
|
],
|
|
2432
|
-
"gap": "md",
|
|
2433
2521
|
"direction": "horizontal",
|
|
2434
|
-
"
|
|
2522
|
+
"gap": "md"
|
|
2435
2523
|
},
|
|
2436
2524
|
{
|
|
2437
2525
|
"type": "divider"
|
|
2438
2526
|
},
|
|
2439
2527
|
"@trait.LogBrowseList"
|
|
2440
|
-
]
|
|
2441
|
-
"gap": "lg"
|
|
2528
|
+
]
|
|
2442
2529
|
}
|
|
2443
2530
|
]
|
|
2444
2531
|
]
|
|
@@ -2452,12 +2539,12 @@
|
|
|
2452
2539
|
"name": "LogBrowseList",
|
|
2453
2540
|
"linkedEntity": "LogEntry",
|
|
2454
2541
|
"config": {
|
|
2455
|
-
"
|
|
2542
|
+
"gap": "sm",
|
|
2456
2543
|
"variant": "dense",
|
|
2457
2544
|
"fields": [
|
|
2458
2545
|
{
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2546
|
+
"variant": "badge",
|
|
2547
|
+
"name": "level"
|
|
2461
2548
|
},
|
|
2462
2549
|
{
|
|
2463
2550
|
"variant": "body",
|
|
@@ -2465,16 +2552,16 @@
|
|
|
2465
2552
|
"icon": "file-text"
|
|
2466
2553
|
},
|
|
2467
2554
|
{
|
|
2468
|
-
"
|
|
2469
|
-
"
|
|
2555
|
+
"variant": "caption",
|
|
2556
|
+
"name": "service"
|
|
2470
2557
|
},
|
|
2471
2558
|
{
|
|
2472
|
-
"
|
|
2559
|
+
"variant": "caption",
|
|
2473
2560
|
"name": "timestamp",
|
|
2474
|
-
"
|
|
2561
|
+
"format": "date"
|
|
2475
2562
|
}
|
|
2476
2563
|
],
|
|
2477
|
-
"
|
|
2564
|
+
"cols": 1.0
|
|
2478
2565
|
}
|
|
2479
2566
|
}
|
|
2480
2567
|
],
|
|
@@ -2483,6 +2570,9 @@
|
|
|
2483
2570
|
"name": "LogsPage",
|
|
2484
2571
|
"path": "/logs",
|
|
2485
2572
|
"traits": [
|
|
2573
|
+
{
|
|
2574
|
+
"ref": "LogEntryAppLayout"
|
|
2575
|
+
},
|
|
2486
2576
|
{
|
|
2487
2577
|
"ref": "LogCatalog"
|
|
2488
2578
|
},
|
|
@@ -2496,6 +2586,10 @@
|
|
|
2496
2586
|
{
|
|
2497
2587
|
"name": "SystemMetricOrbital",
|
|
2498
2588
|
"uses": [
|
|
2589
|
+
{
|
|
2590
|
+
"from": "std/behaviors/std-app-layout",
|
|
2591
|
+
"as": "AppShell"
|
|
2592
|
+
},
|
|
2499
2593
|
{
|
|
2500
2594
|
"from": "std/behaviors/std-browse",
|
|
2501
2595
|
"as": "Browse"
|
|
@@ -2539,36 +2633,74 @@
|
|
|
2539
2633
|
]
|
|
2540
2634
|
},
|
|
2541
2635
|
"traits": [
|
|
2636
|
+
{
|
|
2637
|
+
"ref": "AppShell.traits.AppLayout",
|
|
2638
|
+
"name": "SystemMetricAppLayout",
|
|
2639
|
+
"linkedEntity": "SystemMetric",
|
|
2640
|
+
"config": {
|
|
2641
|
+
"contentTrait": "@trait.SystemMetricDisplay",
|
|
2642
|
+
"navItems": [
|
|
2643
|
+
{
|
|
2644
|
+
"href": "/services",
|
|
2645
|
+
"label": "Services",
|
|
2646
|
+
"icon": "server"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"label": "Alerts",
|
|
2650
|
+
"href": "/alerts",
|
|
2651
|
+
"icon": "bell"
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"label": "Logs",
|
|
2655
|
+
"href": "/logs",
|
|
2656
|
+
"icon": "terminal"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"label": "Metrics",
|
|
2660
|
+
"icon": "layout-list",
|
|
2661
|
+
"href": "/metrics"
|
|
2662
|
+
}
|
|
2663
|
+
],
|
|
2664
|
+
"searchEvent": "SYSTEM_METRIC_SEARCH",
|
|
2665
|
+
"notificationClickEvent": "SYSTEM_METRIC_NOTIFICATIONS_OPEN",
|
|
2666
|
+
"appName": "DevOps Dashboard",
|
|
2667
|
+
"notifications": []
|
|
2668
|
+
},
|
|
2669
|
+
"events": {
|
|
2670
|
+
"SEARCH": "SYSTEM_METRIC_SEARCH",
|
|
2671
|
+
"NOTIFY_CLICK": "SYSTEM_METRIC_NOTIFICATIONS_OPEN"
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2542
2674
|
{
|
|
2543
2675
|
"ref": "Browse.traits.BrowseItemBrowse",
|
|
2544
2676
|
"name": "SystemMetricsBrowse",
|
|
2545
2677
|
"linkedEntity": "SystemMetric",
|
|
2546
2678
|
"config": {
|
|
2679
|
+
"displayPageSize": 10.0,
|
|
2547
2680
|
"pageSize": 100.0,
|
|
2548
2681
|
"fields": [
|
|
2549
2682
|
{
|
|
2683
|
+
"name": "name",
|
|
2550
2684
|
"label": "Metric",
|
|
2551
|
-
"variant": "h4"
|
|
2552
|
-
"name": "name"
|
|
2685
|
+
"variant": "h4"
|
|
2553
2686
|
},
|
|
2554
2687
|
{
|
|
2555
|
-
"format": "number",
|
|
2556
2688
|
"name": "value",
|
|
2557
|
-
"
|
|
2558
|
-
"label": "Value"
|
|
2689
|
+
"format": "number",
|
|
2690
|
+
"label": "Value",
|
|
2691
|
+
"variant": "h3"
|
|
2559
2692
|
},
|
|
2560
2693
|
{
|
|
2561
|
-
"
|
|
2694
|
+
"label": "Unit",
|
|
2562
2695
|
"name": "unit",
|
|
2563
|
-
"
|
|
2696
|
+
"variant": "caption"
|
|
2564
2697
|
},
|
|
2565
2698
|
{
|
|
2699
|
+
"variant": "badge",
|
|
2566
2700
|
"name": "trend",
|
|
2567
|
-
"label": "Trend"
|
|
2568
|
-
"variant": "badge"
|
|
2701
|
+
"label": "Trend"
|
|
2569
2702
|
}
|
|
2570
|
-
]
|
|
2571
|
-
"displayPageSize": 10.0
|
|
2703
|
+
]
|
|
2572
2704
|
}
|
|
2573
2705
|
},
|
|
2574
2706
|
{
|
|
@@ -2597,16 +2729,15 @@
|
|
|
2597
2729
|
"render-ui",
|
|
2598
2730
|
"main",
|
|
2599
2731
|
{
|
|
2732
|
+
"className": "max-w-6xl mx-auto w-full p-4",
|
|
2600
2733
|
"gap": "lg",
|
|
2601
2734
|
"direction": "vertical",
|
|
2602
|
-
"type": "stack",
|
|
2603
|
-
"className": "max-w-6xl mx-auto w-full p-4",
|
|
2604
2735
|
"children": [
|
|
2605
2736
|
{
|
|
2606
2737
|
"gap": "sm",
|
|
2607
2738
|
"type": "stack",
|
|
2608
|
-
"align": "center",
|
|
2609
2739
|
"direction": "horizontal",
|
|
2740
|
+
"align": "center",
|
|
2610
2741
|
"children": [
|
|
2611
2742
|
{
|
|
2612
2743
|
"name": "activity",
|
|
@@ -2623,12 +2754,13 @@
|
|
|
2623
2754
|
"type": "divider"
|
|
2624
2755
|
},
|
|
2625
2756
|
{
|
|
2626
|
-
"content": "Recent",
|
|
2627
2757
|
"type": "typography",
|
|
2758
|
+
"content": "Recent",
|
|
2628
2759
|
"variant": "h3"
|
|
2629
2760
|
},
|
|
2630
2761
|
"@trait.SystemMetricsBrowse"
|
|
2631
|
-
]
|
|
2762
|
+
],
|
|
2763
|
+
"type": "stack"
|
|
2632
2764
|
}
|
|
2633
2765
|
]
|
|
2634
2766
|
]
|
|
@@ -2643,6 +2775,9 @@
|
|
|
2643
2775
|
"name": "Metrics",
|
|
2644
2776
|
"path": "/metrics",
|
|
2645
2777
|
"traits": [
|
|
2778
|
+
{
|
|
2779
|
+
"ref": "SystemMetricAppLayout"
|
|
2780
|
+
},
|
|
2646
2781
|
{
|
|
2647
2782
|
"ref": "SystemMetricDisplay"
|
|
2648
2783
|
},
|
|
@@ -2654,4 +2789,4 @@
|
|
|
2654
2789
|
]
|
|
2655
2790
|
}
|
|
2656
2791
|
]
|
|
2657
|
-
}
|
|
2792
|
+
}
|