@almadar/std 14.5.1 → 14.6.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/organisms/std-agent-assistant.orb +1077 -1077
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/dist/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/dist/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/dist/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-api-gateway",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "API gateway admin: routes, backends, analytics. Pick for API management dashboards.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "RouteOrbital",
|
|
@@ -58,28 +58,28 @@
|
|
|
58
58
|
"ref": "AppShell.traits.AppLayout",
|
|
59
59
|
"name": "RouteAppLayout",
|
|
60
60
|
"config": {
|
|
61
|
-
"appName": "API Gateway",
|
|
62
|
-
"contentTrait": "@trait.RouteBrowse",
|
|
63
|
-
"searchEvent": "ROUTE_SEARCH",
|
|
64
|
-
"notificationClickEvent": "ROUTE_NOTIFICATIONS_OPEN",
|
|
65
61
|
"navItems": [
|
|
66
62
|
{
|
|
67
|
-
"icon": "git-branch",
|
|
68
63
|
"href": "/routes",
|
|
69
|
-
"label": "Routes"
|
|
64
|
+
"label": "Routes",
|
|
65
|
+
"icon": "git-branch"
|
|
70
66
|
},
|
|
71
67
|
{
|
|
72
|
-
"label": "Backends",
|
|
73
68
|
"icon": "server",
|
|
74
|
-
"href": "/backends"
|
|
69
|
+
"href": "/backends",
|
|
70
|
+
"label": "Backends"
|
|
75
71
|
},
|
|
76
72
|
{
|
|
77
73
|
"icon": "bar-chart-2",
|
|
78
|
-
"
|
|
79
|
-
"
|
|
74
|
+
"label": "Analytics",
|
|
75
|
+
"href": "/analytics"
|
|
80
76
|
}
|
|
81
77
|
],
|
|
82
|
-
"
|
|
78
|
+
"appName": "API Gateway",
|
|
79
|
+
"notifications": [],
|
|
80
|
+
"notificationClickEvent": "ROUTE_NOTIFICATIONS_OPEN",
|
|
81
|
+
"searchEvent": "ROUTE_SEARCH",
|
|
82
|
+
"contentTrait": "@trait.RouteBrowse"
|
|
83
83
|
},
|
|
84
84
|
"events": {
|
|
85
85
|
"SEARCH": "ROUTE_SEARCH",
|
|
@@ -544,22 +544,22 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
+
"direction": "vertical",
|
|
548
|
+
"gap": "md",
|
|
549
|
+
"className": "py-12",
|
|
550
|
+
"align": "center",
|
|
547
551
|
"children": [
|
|
548
552
|
{
|
|
549
553
|
"type": "spinner"
|
|
550
554
|
},
|
|
551
555
|
{
|
|
556
|
+
"content": "Loading routes…",
|
|
552
557
|
"type": "typography",
|
|
553
558
|
"variant": "caption",
|
|
554
|
-
"content": "Loading routes…",
|
|
555
559
|
"color": "muted"
|
|
556
560
|
}
|
|
557
561
|
],
|
|
558
|
-
"
|
|
559
|
-
"align": "center",
|
|
560
|
-
"type": "stack",
|
|
561
|
-
"direction": "vertical",
|
|
562
|
-
"className": "py-12"
|
|
562
|
+
"type": "stack"
|
|
563
563
|
}
|
|
564
564
|
]
|
|
565
565
|
]
|
|
@@ -583,22 +583,22 @@
|
|
|
583
583
|
"render-ui",
|
|
584
584
|
"main",
|
|
585
585
|
{
|
|
586
|
-
"type": "stack",
|
|
587
|
-
"gap": "md",
|
|
588
|
-
"className": "py-12",
|
|
589
|
-
"direction": "vertical",
|
|
590
586
|
"align": "center",
|
|
591
587
|
"children": [
|
|
592
588
|
{
|
|
593
589
|
"type": "spinner"
|
|
594
590
|
},
|
|
595
591
|
{
|
|
592
|
+
"type": "typography",
|
|
596
593
|
"color": "muted",
|
|
597
594
|
"content": "Searching…",
|
|
598
|
-
"type": "typography",
|
|
599
595
|
"variant": "caption"
|
|
600
596
|
}
|
|
601
|
-
]
|
|
597
|
+
],
|
|
598
|
+
"className": "py-12",
|
|
599
|
+
"type": "stack",
|
|
600
|
+
"direction": "vertical",
|
|
601
|
+
"gap": "md"
|
|
602
602
|
}
|
|
603
603
|
]
|
|
604
604
|
]
|
|
@@ -612,34 +612,34 @@
|
|
|
612
612
|
"render-ui",
|
|
613
613
|
"main",
|
|
614
614
|
{
|
|
615
|
-
"gap": "md",
|
|
616
|
-
"type": "stack",
|
|
617
|
-
"align": "center",
|
|
618
615
|
"children": [
|
|
619
616
|
{
|
|
620
617
|
"name": "bell",
|
|
621
618
|
"type": "icon"
|
|
622
619
|
},
|
|
623
620
|
{
|
|
624
|
-
"content": "No notifications",
|
|
625
621
|
"type": "typography",
|
|
626
|
-
"variant": "h3"
|
|
622
|
+
"variant": "h3",
|
|
623
|
+
"content": "No notifications"
|
|
627
624
|
},
|
|
628
625
|
{
|
|
629
626
|
"color": "muted",
|
|
627
|
+
"type": "typography",
|
|
630
628
|
"variant": "caption",
|
|
631
|
-
"content": "You're all caught up."
|
|
632
|
-
"type": "typography"
|
|
629
|
+
"content": "You're all caught up."
|
|
633
630
|
},
|
|
634
631
|
{
|
|
635
|
-
"variant": "ghost",
|
|
636
632
|
"label": "Back to routes",
|
|
637
|
-
"
|
|
638
|
-
"action": "INIT"
|
|
633
|
+
"variant": "ghost",
|
|
634
|
+
"action": "INIT",
|
|
635
|
+
"type": "button"
|
|
639
636
|
}
|
|
640
637
|
],
|
|
638
|
+
"align": "center",
|
|
639
|
+
"className": "py-8",
|
|
640
|
+
"type": "stack",
|
|
641
641
|
"direction": "vertical",
|
|
642
|
-
"
|
|
642
|
+
"gap": "md"
|
|
643
643
|
}
|
|
644
644
|
]
|
|
645
645
|
]
|
|
@@ -653,15 +653,18 @@
|
|
|
653
653
|
"render-ui",
|
|
654
654
|
"main",
|
|
655
655
|
{
|
|
656
|
-
"
|
|
656
|
+
"gap": "lg",
|
|
657
657
|
"type": "stack",
|
|
658
|
+
"direction": "vertical",
|
|
658
659
|
"children": [
|
|
659
660
|
{
|
|
661
|
+
"type": "stack",
|
|
662
|
+
"direction": "horizontal",
|
|
663
|
+
"justify": "between",
|
|
660
664
|
"children": [
|
|
661
665
|
{
|
|
662
|
-
"direction": "horizontal",
|
|
663
|
-
"gap": "sm",
|
|
664
666
|
"type": "stack",
|
|
667
|
+
"gap": "sm",
|
|
665
668
|
"children": [
|
|
666
669
|
{
|
|
667
670
|
"type": "icon",
|
|
@@ -669,41 +672,60 @@
|
|
|
669
672
|
},
|
|
670
673
|
{
|
|
671
674
|
"content": "Routes",
|
|
672
|
-
"
|
|
673
|
-
"
|
|
675
|
+
"variant": "h2",
|
|
676
|
+
"type": "typography"
|
|
674
677
|
}
|
|
675
678
|
],
|
|
676
|
-
"align": "center"
|
|
679
|
+
"align": "center",
|
|
680
|
+
"direction": "horizontal"
|
|
677
681
|
},
|
|
678
682
|
{
|
|
679
|
-
"type": "stack",
|
|
680
683
|
"children": [
|
|
681
684
|
{
|
|
682
|
-
"label": "Create Route",
|
|
683
|
-
"variant": "primary",
|
|
684
685
|
"icon": "plus",
|
|
686
|
+
"action": "CREATE",
|
|
685
687
|
"type": "button",
|
|
686
|
-
"
|
|
688
|
+
"label": "Create Route",
|
|
689
|
+
"variant": "primary"
|
|
687
690
|
}
|
|
688
691
|
],
|
|
689
692
|
"gap": "sm",
|
|
690
|
-
"direction": "horizontal"
|
|
693
|
+
"direction": "horizontal",
|
|
694
|
+
"type": "stack"
|
|
691
695
|
}
|
|
692
696
|
],
|
|
693
|
-
"type": "stack",
|
|
694
|
-
"direction": "horizontal",
|
|
695
697
|
"gap": "md",
|
|
696
|
-
"justify": "between",
|
|
697
698
|
"align": "center"
|
|
698
699
|
},
|
|
699
700
|
{
|
|
700
701
|
"type": "divider"
|
|
701
702
|
},
|
|
702
703
|
{
|
|
704
|
+
"type": "data-list",
|
|
705
|
+
"variant": "card",
|
|
706
|
+
"entity": "@payload.data",
|
|
707
|
+
"gap": "sm",
|
|
708
|
+
"itemActions": [
|
|
709
|
+
{
|
|
710
|
+
"variant": "ghost",
|
|
711
|
+
"label": "View",
|
|
712
|
+
"event": "VIEW"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"variant": "ghost",
|
|
716
|
+
"event": "EDIT",
|
|
717
|
+
"label": "Edit"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"event": "DELETE",
|
|
721
|
+
"label": "Delete",
|
|
722
|
+
"variant": "danger"
|
|
723
|
+
}
|
|
724
|
+
],
|
|
703
725
|
"fields": [
|
|
704
726
|
{
|
|
705
|
-
"
|
|
706
|
-
"
|
|
727
|
+
"name": "method",
|
|
728
|
+
"variant": "badge"
|
|
707
729
|
},
|
|
708
730
|
{
|
|
709
731
|
"name": "path",
|
|
@@ -715,36 +737,14 @@
|
|
|
715
737
|
"variant": "body"
|
|
716
738
|
},
|
|
717
739
|
{
|
|
718
|
-
"
|
|
719
|
-
"format": "number",
|
|
740
|
+
"name": "rateLimit",
|
|
720
741
|
"label": "Rate Limit",
|
|
721
|
-
"
|
|
722
|
-
|
|
723
|
-
],
|
|
724
|
-
"variant": "card",
|
|
725
|
-
"gap": "sm",
|
|
726
|
-
"type": "data-list",
|
|
727
|
-
"entity": "@payload.data",
|
|
728
|
-
"itemActions": [
|
|
729
|
-
{
|
|
730
|
-
"event": "VIEW",
|
|
731
|
-
"label": "View",
|
|
732
|
-
"variant": "ghost"
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"event": "EDIT",
|
|
736
|
-
"variant": "ghost",
|
|
737
|
-
"label": "Edit"
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"label": "Delete",
|
|
741
|
-
"event": "DELETE",
|
|
742
|
-
"variant": "danger"
|
|
742
|
+
"format": "number",
|
|
743
|
+
"variant": "caption"
|
|
743
744
|
}
|
|
744
745
|
]
|
|
745
746
|
}
|
|
746
|
-
]
|
|
747
|
-
"gap": "lg"
|
|
747
|
+
]
|
|
748
748
|
}
|
|
749
749
|
]
|
|
750
750
|
]
|
|
@@ -758,36 +758,36 @@
|
|
|
758
758
|
"render-ui",
|
|
759
759
|
"main",
|
|
760
760
|
{
|
|
761
|
-
"align": "center",
|
|
762
761
|
"direction": "vertical",
|
|
763
762
|
"gap": "md",
|
|
764
|
-
"
|
|
763
|
+
"align": "center",
|
|
765
764
|
"type": "stack",
|
|
766
765
|
"children": [
|
|
767
766
|
{
|
|
768
|
-
"color": "destructive",
|
|
769
767
|
"name": "alert-triangle",
|
|
770
|
-
"type": "icon"
|
|
768
|
+
"type": "icon",
|
|
769
|
+
"color": "destructive"
|
|
771
770
|
},
|
|
772
771
|
{
|
|
773
|
-
"content": "Failed to load routes",
|
|
774
772
|
"type": "typography",
|
|
775
|
-
"variant": "h3"
|
|
773
|
+
"variant": "h3",
|
|
774
|
+
"content": "Failed to load routes"
|
|
776
775
|
},
|
|
777
776
|
{
|
|
778
|
-
"type": "typography",
|
|
779
777
|
"variant": "body",
|
|
780
|
-
"
|
|
781
|
-
"content": "@payload.error"
|
|
778
|
+
"type": "typography",
|
|
779
|
+
"content": "@payload.error",
|
|
780
|
+
"color": "muted"
|
|
782
781
|
},
|
|
783
782
|
{
|
|
784
|
-
"
|
|
785
|
-
"type": "button",
|
|
783
|
+
"label": "Retry",
|
|
786
784
|
"variant": "primary",
|
|
787
|
-
"
|
|
788
|
-
"
|
|
785
|
+
"type": "button",
|
|
786
|
+
"icon": "rotate-ccw",
|
|
787
|
+
"action": "INIT"
|
|
789
788
|
}
|
|
790
|
-
]
|
|
789
|
+
],
|
|
790
|
+
"className": "py-12"
|
|
791
791
|
}
|
|
792
792
|
]
|
|
793
793
|
]
|
|
@@ -970,8 +970,8 @@
|
|
|
970
970
|
"Route",
|
|
971
971
|
{
|
|
972
972
|
"emit": {
|
|
973
|
-
"
|
|
974
|
-
"
|
|
973
|
+
"success": "RouteLoaded",
|
|
974
|
+
"failure": "RouteLoadFailed"
|
|
975
975
|
}
|
|
976
976
|
}
|
|
977
977
|
]
|
|
@@ -997,22 +997,23 @@
|
|
|
997
997
|
"modal",
|
|
998
998
|
{
|
|
999
999
|
"gap": "md",
|
|
1000
|
+
"direction": "vertical",
|
|
1000
1001
|
"children": [
|
|
1001
1002
|
{
|
|
1002
|
-
"gap": "sm",
|
|
1003
1003
|
"type": "stack",
|
|
1004
|
-
"direction": "horizontal",
|
|
1005
1004
|
"children": [
|
|
1006
1005
|
{
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1006
|
+
"type": "icon",
|
|
1007
|
+
"name": "plus-circle"
|
|
1009
1008
|
},
|
|
1010
1009
|
{
|
|
1011
|
-
"variant": "h3",
|
|
1012
1010
|
"type": "typography",
|
|
1013
|
-
"content": "Create Route"
|
|
1011
|
+
"content": "Create Route",
|
|
1012
|
+
"variant": "h3"
|
|
1014
1013
|
}
|
|
1015
|
-
]
|
|
1014
|
+
],
|
|
1015
|
+
"gap": "sm",
|
|
1016
|
+
"direction": "horizontal"
|
|
1016
1017
|
},
|
|
1017
1018
|
{
|
|
1018
1019
|
"type": "divider"
|
|
@@ -1020,18 +1021,17 @@
|
|
|
1020
1021
|
{
|
|
1021
1022
|
"type": "form-section",
|
|
1022
1023
|
"submitEvent": "SAVE",
|
|
1023
|
-
"mode": "create",
|
|
1024
1024
|
"cancelEvent": "CLOSE",
|
|
1025
1025
|
"fields": [
|
|
1026
1026
|
"path",
|
|
1027
1027
|
"method",
|
|
1028
1028
|
"backend",
|
|
1029
1029
|
"rateLimit"
|
|
1030
|
-
]
|
|
1030
|
+
],
|
|
1031
|
+
"mode": "create"
|
|
1031
1032
|
}
|
|
1032
1033
|
],
|
|
1033
|
-
"type": "stack"
|
|
1034
|
-
"direction": "vertical"
|
|
1034
|
+
"type": "stack"
|
|
1035
1035
|
}
|
|
1036
1036
|
]
|
|
1037
1037
|
]
|
|
@@ -1308,19 +1308,17 @@
|
|
|
1308
1308
|
"fetch",
|
|
1309
1309
|
"Route",
|
|
1310
1310
|
{
|
|
1311
|
-
"id": "@payload.id",
|
|
1312
1311
|
"emit": {
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1315
|
-
}
|
|
1312
|
+
"success": "RouteLoaded",
|
|
1313
|
+
"failure": "RouteLoadFailed"
|
|
1314
|
+
},
|
|
1315
|
+
"id": "@payload.id"
|
|
1316
1316
|
}
|
|
1317
1317
|
],
|
|
1318
1318
|
[
|
|
1319
1319
|
"render-ui",
|
|
1320
1320
|
"modal",
|
|
1321
1321
|
{
|
|
1322
|
-
"gap": "md",
|
|
1323
|
-
"type": "stack",
|
|
1324
1322
|
"children": [
|
|
1325
1323
|
{
|
|
1326
1324
|
"children": [
|
|
@@ -1329,32 +1327,34 @@
|
|
|
1329
1327
|
"type": "icon"
|
|
1330
1328
|
},
|
|
1331
1329
|
{
|
|
1332
|
-
"content": "Edit Route",
|
|
1333
1330
|
"variant": "h3",
|
|
1334
|
-
"type": "typography"
|
|
1331
|
+
"type": "typography",
|
|
1332
|
+
"content": "Edit Route"
|
|
1335
1333
|
}
|
|
1336
1334
|
],
|
|
1337
|
-
"direction": "horizontal",
|
|
1338
1335
|
"type": "stack",
|
|
1339
|
-
"gap": "sm"
|
|
1336
|
+
"gap": "sm",
|
|
1337
|
+
"direction": "horizontal"
|
|
1340
1338
|
},
|
|
1341
1339
|
{
|
|
1342
1340
|
"type": "divider"
|
|
1343
1341
|
},
|
|
1344
1342
|
{
|
|
1345
|
-
"submitEvent": "SAVE",
|
|
1346
|
-
"cancelEvent": "CLOSE",
|
|
1347
|
-
"mode": "edit",
|
|
1348
|
-
"type": "form-section",
|
|
1349
1343
|
"fields": [
|
|
1350
1344
|
"path",
|
|
1351
1345
|
"method",
|
|
1352
1346
|
"backend",
|
|
1353
1347
|
"rateLimit"
|
|
1354
1348
|
],
|
|
1355
|
-
"
|
|
1349
|
+
"mode": "edit",
|
|
1350
|
+
"entity": "@payload.row",
|
|
1351
|
+
"type": "form-section",
|
|
1352
|
+
"submitEvent": "SAVE",
|
|
1353
|
+
"cancelEvent": "CLOSE"
|
|
1356
1354
|
}
|
|
1357
1355
|
],
|
|
1356
|
+
"gap": "md",
|
|
1357
|
+
"type": "stack",
|
|
1358
1358
|
"direction": "vertical"
|
|
1359
1359
|
}
|
|
1360
1360
|
]
|
|
@@ -1575,8 +1575,8 @@
|
|
|
1575
1575
|
"Route",
|
|
1576
1576
|
{
|
|
1577
1577
|
"emit": {
|
|
1578
|
-
"
|
|
1579
|
-
"
|
|
1578
|
+
"failure": "RouteLoadFailed",
|
|
1579
|
+
"success": "RouteLoaded"
|
|
1580
1580
|
}
|
|
1581
1581
|
}
|
|
1582
1582
|
]
|
|
@@ -1591,23 +1591,24 @@
|
|
|
1591
1591
|
"fetch",
|
|
1592
1592
|
"Route",
|
|
1593
1593
|
{
|
|
1594
|
+
"id": "@payload.id",
|
|
1594
1595
|
"emit": {
|
|
1595
1596
|
"success": "RouteLoaded",
|
|
1596
1597
|
"failure": "RouteLoadFailed"
|
|
1597
|
-
}
|
|
1598
|
-
"id": "@payload.id"
|
|
1598
|
+
}
|
|
1599
1599
|
}
|
|
1600
1600
|
],
|
|
1601
1601
|
[
|
|
1602
1602
|
"render-ui",
|
|
1603
1603
|
"modal",
|
|
1604
1604
|
{
|
|
1605
|
-
"
|
|
1605
|
+
"gap": "md",
|
|
1606
1606
|
"children": [
|
|
1607
1607
|
{
|
|
1608
|
+
"type": "stack",
|
|
1609
|
+
"direction": "horizontal",
|
|
1608
1610
|
"gap": "sm",
|
|
1609
1611
|
"align": "center",
|
|
1610
|
-
"direction": "horizontal",
|
|
1611
1612
|
"children": [
|
|
1612
1613
|
{
|
|
1613
1614
|
"type": "icon",
|
|
@@ -1615,11 +1616,10 @@
|
|
|
1615
1616
|
},
|
|
1616
1617
|
{
|
|
1617
1618
|
"type": "typography",
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1619
|
+
"content": "@entity.path",
|
|
1620
|
+
"variant": "h3"
|
|
1620
1621
|
}
|
|
1621
|
-
]
|
|
1622
|
-
"type": "stack"
|
|
1622
|
+
]
|
|
1623
1623
|
},
|
|
1624
1624
|
{
|
|
1625
1625
|
"type": "divider"
|
|
@@ -1627,9 +1627,9 @@
|
|
|
1627
1627
|
{
|
|
1628
1628
|
"children": [
|
|
1629
1629
|
{
|
|
1630
|
-
"
|
|
1630
|
+
"content": "Path",
|
|
1631
1631
|
"variant": "caption",
|
|
1632
|
-
"
|
|
1632
|
+
"type": "typography"
|
|
1633
1633
|
},
|
|
1634
1634
|
{
|
|
1635
1635
|
"type": "typography",
|
|
@@ -1642,13 +1642,12 @@
|
|
|
1642
1642
|
"gap": "md"
|
|
1643
1643
|
},
|
|
1644
1644
|
{
|
|
1645
|
-
"type": "stack",
|
|
1646
1645
|
"gap": "md",
|
|
1647
1646
|
"children": [
|
|
1648
1647
|
{
|
|
1648
|
+
"content": "Method",
|
|
1649
1649
|
"variant": "caption",
|
|
1650
|
-
"type": "typography"
|
|
1651
|
-
"content": "Method"
|
|
1650
|
+
"type": "typography"
|
|
1652
1651
|
},
|
|
1653
1652
|
{
|
|
1654
1653
|
"content": "@entity.method",
|
|
@@ -1656,40 +1655,41 @@
|
|
|
1656
1655
|
"variant": "body"
|
|
1657
1656
|
}
|
|
1658
1657
|
],
|
|
1658
|
+
"type": "stack",
|
|
1659
1659
|
"direction": "horizontal"
|
|
1660
1660
|
},
|
|
1661
1661
|
{
|
|
1662
|
-
"gap": "md",
|
|
1663
|
-
"direction": "horizontal",
|
|
1664
1662
|
"type": "stack",
|
|
1663
|
+
"gap": "md",
|
|
1665
1664
|
"children": [
|
|
1666
1665
|
{
|
|
1667
|
-
"variant": "caption",
|
|
1668
1666
|
"type": "typography",
|
|
1667
|
+
"variant": "caption",
|
|
1669
1668
|
"content": "Backend"
|
|
1670
1669
|
},
|
|
1671
1670
|
{
|
|
1672
|
-
"content": "@entity.backend",
|
|
1673
1671
|
"type": "typography",
|
|
1672
|
+
"content": "@entity.backend",
|
|
1674
1673
|
"variant": "body"
|
|
1675
1674
|
}
|
|
1676
|
-
]
|
|
1675
|
+
],
|
|
1676
|
+
"direction": "horizontal"
|
|
1677
1677
|
},
|
|
1678
1678
|
{
|
|
1679
1679
|
"children": [
|
|
1680
1680
|
{
|
|
1681
|
+
"variant": "caption",
|
|
1681
1682
|
"type": "typography",
|
|
1682
|
-
"content": "Rate Limit"
|
|
1683
|
-
"variant": "caption"
|
|
1683
|
+
"content": "Rate Limit"
|
|
1684
1684
|
},
|
|
1685
1685
|
{
|
|
1686
1686
|
"variant": "body",
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1687
|
+
"type": "typography",
|
|
1688
|
+
"content": "@entity.rateLimit"
|
|
1689
1689
|
}
|
|
1690
1690
|
],
|
|
1691
|
-
"gap": "md",
|
|
1692
1691
|
"direction": "horizontal",
|
|
1692
|
+
"gap": "md",
|
|
1693
1693
|
"type": "stack"
|
|
1694
1694
|
},
|
|
1695
1695
|
{
|
|
@@ -1697,28 +1697,28 @@
|
|
|
1697
1697
|
},
|
|
1698
1698
|
{
|
|
1699
1699
|
"direction": "horizontal",
|
|
1700
|
+
"gap": "sm",
|
|
1701
|
+
"type": "stack",
|
|
1702
|
+
"justify": "end",
|
|
1700
1703
|
"children": [
|
|
1701
1704
|
{
|
|
1702
1705
|
"icon": "edit",
|
|
1703
1706
|
"type": "button",
|
|
1704
|
-
"label": "Edit",
|
|
1705
1707
|
"action": "EDIT",
|
|
1706
|
-
"variant": "primary"
|
|
1708
|
+
"variant": "primary",
|
|
1709
|
+
"label": "Edit"
|
|
1707
1710
|
},
|
|
1708
1711
|
{
|
|
1709
|
-
"label": "Close",
|
|
1710
1712
|
"type": "button",
|
|
1711
|
-
"
|
|
1712
|
-
"
|
|
1713
|
+
"action": "CLOSE",
|
|
1714
|
+
"label": "Close",
|
|
1715
|
+
"variant": "ghost"
|
|
1713
1716
|
}
|
|
1714
|
-
]
|
|
1715
|
-
"gap": "sm",
|
|
1716
|
-
"type": "stack",
|
|
1717
|
-
"justify": "end"
|
|
1717
|
+
]
|
|
1718
1718
|
}
|
|
1719
1719
|
],
|
|
1720
1720
|
"type": "stack",
|
|
1721
|
-
"
|
|
1721
|
+
"direction": "vertical"
|
|
1722
1722
|
}
|
|
1723
1723
|
]
|
|
1724
1724
|
]
|
|
@@ -1980,57 +1980,57 @@
|
|
|
1980
1980
|
"render-ui",
|
|
1981
1981
|
"modal",
|
|
1982
1982
|
{
|
|
1983
|
-
"type": "stack",
|
|
1984
|
-
"gap": "md",
|
|
1985
|
-
"direction": "vertical",
|
|
1986
1983
|
"children": [
|
|
1987
1984
|
{
|
|
1985
|
+
"align": "center",
|
|
1988
1986
|
"children": [
|
|
1989
1987
|
{
|
|
1990
|
-
"
|
|
1991
|
-
"
|
|
1988
|
+
"type": "icon",
|
|
1989
|
+
"name": "alert-triangle"
|
|
1992
1990
|
},
|
|
1993
1991
|
{
|
|
1994
|
-
"variant": "h3",
|
|
1995
1992
|
"content": "Delete Route",
|
|
1996
|
-
"type": "typography"
|
|
1993
|
+
"type": "typography",
|
|
1994
|
+
"variant": "h3"
|
|
1997
1995
|
}
|
|
1998
1996
|
],
|
|
1999
1997
|
"type": "stack",
|
|
2000
1998
|
"direction": "horizontal",
|
|
2001
|
-
"gap": "sm"
|
|
2002
|
-
"align": "center"
|
|
1999
|
+
"gap": "sm"
|
|
2003
2000
|
},
|
|
2004
2001
|
{
|
|
2005
2002
|
"type": "divider"
|
|
2006
2003
|
},
|
|
2007
2004
|
{
|
|
2008
|
-
"
|
|
2005
|
+
"message": "This action cannot be undone.",
|
|
2009
2006
|
"type": "alert",
|
|
2010
|
-
"
|
|
2007
|
+
"variant": "error"
|
|
2011
2008
|
},
|
|
2012
2009
|
{
|
|
2010
|
+
"direction": "horizontal",
|
|
2011
|
+
"type": "stack",
|
|
2012
|
+
"justify": "end",
|
|
2013
2013
|
"children": [
|
|
2014
2014
|
{
|
|
2015
2015
|
"label": "Cancel",
|
|
2016
2016
|
"variant": "ghost",
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
2017
|
+
"action": "CANCEL",
|
|
2018
|
+
"type": "button"
|
|
2019
2019
|
},
|
|
2020
2020
|
{
|
|
2021
|
-
"label": "Delete",
|
|
2022
|
-
"variant": "danger",
|
|
2023
|
-
"type": "button",
|
|
2024
2021
|
"icon": "check",
|
|
2025
|
-
"action": "CONFIRM_DELETE"
|
|
2022
|
+
"action": "CONFIRM_DELETE",
|
|
2023
|
+
"type": "button",
|
|
2024
|
+
"variant": "danger",
|
|
2025
|
+
"label": "Delete"
|
|
2026
2026
|
}
|
|
2027
2027
|
],
|
|
2028
|
-
"gap": "sm"
|
|
2029
|
-
"type": "stack",
|
|
2030
|
-
"direction": "horizontal",
|
|
2031
|
-
"justify": "end"
|
|
2028
|
+
"gap": "sm"
|
|
2032
2029
|
}
|
|
2033
|
-
]
|
|
2030
|
+
],
|
|
2031
|
+
"gap": "md",
|
|
2032
|
+
"type": "stack",
|
|
2033
|
+
"direction": "vertical"
|
|
2034
2034
|
}
|
|
2035
2035
|
]
|
|
2036
2036
|
]
|
|
@@ -2047,8 +2047,8 @@
|
|
|
2047
2047
|
"@entity.pendingId",
|
|
2048
2048
|
{
|
|
2049
2049
|
"emit": {
|
|
2050
|
-
"
|
|
2051
|
-
"
|
|
2050
|
+
"success": "RouteDeleted",
|
|
2051
|
+
"failure": "RouteDeleteFailed"
|
|
2052
2052
|
}
|
|
2053
2053
|
}
|
|
2054
2054
|
],
|
|
@@ -2069,8 +2069,8 @@
|
|
|
2069
2069
|
"Route",
|
|
2070
2070
|
{
|
|
2071
2071
|
"emit": {
|
|
2072
|
-
"
|
|
2073
|
-
"
|
|
2072
|
+
"failure": "RouteLoadFailed",
|
|
2073
|
+
"success": "RouteLoaded"
|
|
2074
2074
|
}
|
|
2075
2075
|
}
|
|
2076
2076
|
],
|
|
@@ -2341,95 +2341,95 @@
|
|
|
2341
2341
|
"main",
|
|
2342
2342
|
{
|
|
2343
2343
|
"type": "dashboard-layout",
|
|
2344
|
-
"
|
|
2344
|
+
"appName": "API Gateway",
|
|
2345
|
+
"children": [
|
|
2345
2346
|
{
|
|
2346
|
-
"
|
|
2347
|
-
"icon": "git-branch",
|
|
2348
|
-
"label": "Routes"
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"label": "Backends",
|
|
2352
|
-
"href": "/backends",
|
|
2353
|
-
"icon": "server"
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"icon": "bar-chart-2",
|
|
2357
|
-
"href": "/analytics",
|
|
2358
|
-
"label": "Analytics"
|
|
2359
|
-
}
|
|
2360
|
-
],
|
|
2361
|
-
"children": [
|
|
2362
|
-
{
|
|
2363
|
-
"type": "stack",
|
|
2347
|
+
"direction": "vertical",
|
|
2364
2348
|
"gap": "lg",
|
|
2365
2349
|
"children": [
|
|
2366
2350
|
{
|
|
2367
|
-
"align": "center",
|
|
2368
2351
|
"children": [
|
|
2369
2352
|
{
|
|
2353
|
+
"type": "stack",
|
|
2370
2354
|
"align": "center",
|
|
2355
|
+
"gap": "md",
|
|
2356
|
+
"direction": "horizontal",
|
|
2371
2357
|
"children": [
|
|
2372
2358
|
{
|
|
2373
2359
|
"type": "icon",
|
|
2374
2360
|
"name": "server"
|
|
2375
2361
|
},
|
|
2376
2362
|
{
|
|
2377
|
-
"
|
|
2363
|
+
"content": "Backend",
|
|
2378
2364
|
"type": "typography",
|
|
2379
|
-
"
|
|
2365
|
+
"variant": "h2"
|
|
2380
2366
|
}
|
|
2381
|
-
]
|
|
2382
|
-
"type": "stack",
|
|
2383
|
-
"gap": "md",
|
|
2384
|
-
"direction": "horizontal"
|
|
2367
|
+
]
|
|
2385
2368
|
},
|
|
2386
2369
|
{
|
|
2387
|
-
"pulse": false,
|
|
2388
2370
|
"type": "status-dot",
|
|
2389
|
-
"
|
|
2390
|
-
"label": "Circuit Closed"
|
|
2371
|
+
"pulse": false,
|
|
2372
|
+
"label": "Circuit Closed",
|
|
2373
|
+
"status": "online"
|
|
2391
2374
|
}
|
|
2392
2375
|
],
|
|
2393
2376
|
"direction": "horizontal",
|
|
2394
|
-
"
|
|
2377
|
+
"type": "stack",
|
|
2395
2378
|
"justify": "between",
|
|
2396
|
-
"
|
|
2379
|
+
"gap": "md",
|
|
2380
|
+
"align": "center"
|
|
2397
2381
|
},
|
|
2398
2382
|
{
|
|
2399
2383
|
"type": "divider"
|
|
2400
2384
|
},
|
|
2401
2385
|
{
|
|
2386
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
2402
2387
|
"type": "alert",
|
|
2403
|
-
"variant": "success"
|
|
2404
|
-
"message": "Service is healthy. All requests are being processed."
|
|
2388
|
+
"variant": "success"
|
|
2405
2389
|
},
|
|
2406
2390
|
{
|
|
2391
|
+
"type": "simple-grid",
|
|
2392
|
+
"cols": 2.0,
|
|
2407
2393
|
"children": [
|
|
2408
2394
|
{
|
|
2409
2395
|
"type": "stat-display",
|
|
2410
|
-
"
|
|
2411
|
-
"
|
|
2396
|
+
"value": "@entity.failureCount",
|
|
2397
|
+
"label": "Failures"
|
|
2412
2398
|
},
|
|
2413
2399
|
{
|
|
2414
2400
|
"type": "stat-display",
|
|
2415
2401
|
"label": "Successes",
|
|
2416
2402
|
"value": "@entity.successCount"
|
|
2417
2403
|
}
|
|
2418
|
-
]
|
|
2419
|
-
"type": "simple-grid",
|
|
2420
|
-
"cols": 2.0
|
|
2404
|
+
]
|
|
2421
2405
|
},
|
|
2422
2406
|
{
|
|
2423
|
-
"min": 0.0,
|
|
2424
|
-
"value": "@entity.failureCount",
|
|
2425
2407
|
"type": "meter",
|
|
2426
|
-
"
|
|
2408
|
+
"min": 0.0,
|
|
2409
|
+
"max": "@entity.threshold",
|
|
2410
|
+
"value": "@entity.failureCount"
|
|
2427
2411
|
}
|
|
2428
2412
|
],
|
|
2429
|
-
"
|
|
2413
|
+
"type": "stack"
|
|
2430
2414
|
}
|
|
2431
2415
|
],
|
|
2432
|
-
"
|
|
2416
|
+
"navItems": [
|
|
2417
|
+
{
|
|
2418
|
+
"label": "Routes",
|
|
2419
|
+
"href": "/routes",
|
|
2420
|
+
"icon": "git-branch"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"label": "Backends",
|
|
2424
|
+
"href": "/backends",
|
|
2425
|
+
"icon": "server"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"label": "Analytics",
|
|
2429
|
+
"href": "/analytics",
|
|
2430
|
+
"icon": "bar-chart-2"
|
|
2431
|
+
}
|
|
2432
|
+
]
|
|
2433
2433
|
}
|
|
2434
2434
|
]
|
|
2435
2435
|
]
|
|
@@ -2446,98 +2446,98 @@
|
|
|
2446
2446
|
"appName": "API Gateway",
|
|
2447
2447
|
"children": [
|
|
2448
2448
|
{
|
|
2449
|
-
"gap": "lg",
|
|
2450
2449
|
"type": "stack",
|
|
2451
2450
|
"direction": "vertical",
|
|
2452
2451
|
"children": [
|
|
2453
2452
|
{
|
|
2454
|
-
"gap": "md",
|
|
2455
|
-
"align": "center",
|
|
2456
|
-
"direction": "horizontal",
|
|
2457
|
-
"justify": "between",
|
|
2458
2453
|
"children": [
|
|
2459
2454
|
{
|
|
2455
|
+
"type": "stack",
|
|
2460
2456
|
"direction": "horizontal",
|
|
2461
|
-
"gap": "md",
|
|
2462
2457
|
"align": "center",
|
|
2463
2458
|
"children": [
|
|
2464
2459
|
{
|
|
2465
|
-
"
|
|
2466
|
-
"
|
|
2460
|
+
"name": "alert-triangle",
|
|
2461
|
+
"type": "icon"
|
|
2467
2462
|
},
|
|
2468
2463
|
{
|
|
2469
|
-
"
|
|
2464
|
+
"content": "Backend",
|
|
2470
2465
|
"type": "typography",
|
|
2471
|
-
"
|
|
2466
|
+
"variant": "h2"
|
|
2472
2467
|
}
|
|
2473
2468
|
],
|
|
2474
|
-
"
|
|
2469
|
+
"gap": "md"
|
|
2475
2470
|
},
|
|
2476
2471
|
{
|
|
2477
|
-
"status": "critical",
|
|
2478
2472
|
"type": "status-dot",
|
|
2479
|
-
"
|
|
2480
|
-
"
|
|
2473
|
+
"pulse": true,
|
|
2474
|
+
"status": "critical",
|
|
2475
|
+
"label": "Circuit Open"
|
|
2481
2476
|
}
|
|
2482
2477
|
],
|
|
2478
|
+
"align": "center",
|
|
2479
|
+
"direction": "horizontal",
|
|
2480
|
+
"justify": "between",
|
|
2481
|
+
"gap": "md",
|
|
2483
2482
|
"type": "stack"
|
|
2484
2483
|
},
|
|
2485
2484
|
{
|
|
2486
2485
|
"type": "divider"
|
|
2487
2486
|
},
|
|
2488
2487
|
{
|
|
2489
|
-
"
|
|
2488
|
+
"variant": "error",
|
|
2490
2489
|
"message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
|
|
2491
|
-
"
|
|
2490
|
+
"type": "alert"
|
|
2492
2491
|
},
|
|
2493
2492
|
{
|
|
2493
|
+
"type": "simple-grid",
|
|
2494
|
+
"cols": 2.0,
|
|
2494
2495
|
"children": [
|
|
2495
2496
|
{
|
|
2496
|
-
"
|
|
2497
|
+
"type": "stat-display",
|
|
2497
2498
|
"value": "@entity.failureCount",
|
|
2498
|
-
"
|
|
2499
|
+
"label": "Failures"
|
|
2499
2500
|
},
|
|
2500
2501
|
{
|
|
2501
|
-
"type": "stat-display",
|
|
2502
2502
|
"value": "@entity.successCount",
|
|
2503
|
-
"label": "Successes"
|
|
2503
|
+
"label": "Successes",
|
|
2504
|
+
"type": "stat-display"
|
|
2504
2505
|
}
|
|
2505
|
-
]
|
|
2506
|
-
"type": "simple-grid",
|
|
2507
|
-
"cols": 2.0
|
|
2506
|
+
]
|
|
2508
2507
|
},
|
|
2509
2508
|
{
|
|
2510
2509
|
"type": "meter",
|
|
2510
|
+
"min": 0.0,
|
|
2511
2511
|
"max": "@entity.threshold",
|
|
2512
|
-
"value": "@entity.failureCount"
|
|
2513
|
-
"min": 0.0
|
|
2512
|
+
"value": "@entity.failureCount"
|
|
2514
2513
|
},
|
|
2515
2514
|
{
|
|
2516
|
-
"type": "button",
|
|
2517
2515
|
"variant": "ghost",
|
|
2518
|
-
"label": "Reset",
|
|
2519
2516
|
"icon": "rotate-ccw",
|
|
2520
|
-
"
|
|
2517
|
+
"type": "button",
|
|
2518
|
+
"action": "RESET",
|
|
2519
|
+
"label": "Reset"
|
|
2521
2520
|
}
|
|
2522
|
-
]
|
|
2521
|
+
],
|
|
2522
|
+
"gap": "lg"
|
|
2523
2523
|
}
|
|
2524
2524
|
],
|
|
2525
2525
|
"type": "dashboard-layout",
|
|
2526
2526
|
"navItems": [
|
|
2527
2527
|
{
|
|
2528
|
-
"href": "/routes",
|
|
2529
2528
|
"label": "Routes",
|
|
2530
|
-
"icon": "git-branch"
|
|
2529
|
+
"icon": "git-branch",
|
|
2530
|
+
"href": "/routes"
|
|
2531
2531
|
},
|
|
2532
2532
|
{
|
|
2533
|
-
"href": "/backends",
|
|
2534
2533
|
"icon": "server",
|
|
2535
|
-
"label": "Backends"
|
|
2534
|
+
"label": "Backends",
|
|
2535
|
+
"href": "/backends"
|
|
2536
2536
|
},
|
|
2537
2537
|
{
|
|
2538
2538
|
"icon": "bar-chart-2",
|
|
2539
|
-
"
|
|
2540
|
-
"
|
|
2539
|
+
"href": "/analytics",
|
|
2540
|
+
"label": "Analytics"
|
|
2541
2541
|
}
|
|
2542
2542
|
]
|
|
2543
2543
|
}
|
|
@@ -2553,96 +2553,96 @@
|
|
|
2553
2553
|
"render-ui",
|
|
2554
2554
|
"main",
|
|
2555
2555
|
{
|
|
2556
|
-
"appName": "API Gateway",
|
|
2557
2556
|
"children": [
|
|
2558
2557
|
{
|
|
2559
|
-
"type": "stack",
|
|
2560
2558
|
"children": [
|
|
2561
2559
|
{
|
|
2560
|
+
"align": "center",
|
|
2561
|
+
"type": "stack",
|
|
2562
2562
|
"direction": "horizontal",
|
|
2563
|
+
"gap": "md",
|
|
2563
2564
|
"justify": "between",
|
|
2564
2565
|
"children": [
|
|
2565
2566
|
{
|
|
2566
|
-
"type": "stack",
|
|
2567
|
-
"direction": "horizontal",
|
|
2568
2567
|
"gap": "md",
|
|
2569
|
-
"
|
|
2568
|
+
"type": "stack",
|
|
2570
2569
|
"children": [
|
|
2571
2570
|
{
|
|
2572
|
-
"
|
|
2573
|
-
"
|
|
2571
|
+
"type": "icon",
|
|
2572
|
+
"name": "server"
|
|
2574
2573
|
},
|
|
2575
2574
|
{
|
|
2576
|
-
"
|
|
2575
|
+
"variant": "h2",
|
|
2577
2576
|
"type": "typography",
|
|
2578
|
-
"
|
|
2577
|
+
"content": "Backend"
|
|
2579
2578
|
}
|
|
2580
|
-
]
|
|
2579
|
+
],
|
|
2580
|
+
"direction": "horizontal",
|
|
2581
|
+
"align": "center"
|
|
2581
2582
|
},
|
|
2582
2583
|
{
|
|
2584
|
+
"type": "status-dot",
|
|
2583
2585
|
"pulse": false,
|
|
2584
2586
|
"status": "online",
|
|
2585
|
-
"label": "Circuit Closed"
|
|
2586
|
-
"type": "status-dot"
|
|
2587
|
+
"label": "Circuit Closed"
|
|
2587
2588
|
}
|
|
2588
|
-
]
|
|
2589
|
-
"type": "stack",
|
|
2590
|
-
"gap": "md",
|
|
2591
|
-
"align": "center"
|
|
2589
|
+
]
|
|
2592
2590
|
},
|
|
2593
2591
|
{
|
|
2594
2592
|
"type": "divider"
|
|
2595
2593
|
},
|
|
2596
2594
|
{
|
|
2597
|
-
"message": "Service is healthy. All requests are being processed.",
|
|
2598
2595
|
"type": "alert",
|
|
2599
|
-
"variant": "success"
|
|
2596
|
+
"variant": "success",
|
|
2597
|
+
"message": "Service is healthy. All requests are being processed."
|
|
2600
2598
|
},
|
|
2601
2599
|
{
|
|
2602
2600
|
"children": [
|
|
2603
2601
|
{
|
|
2604
2602
|
"label": "Failures",
|
|
2605
|
-
"
|
|
2606
|
-
"
|
|
2603
|
+
"type": "stat-display",
|
|
2604
|
+
"value": "@entity.failureCount"
|
|
2607
2605
|
},
|
|
2608
2606
|
{
|
|
2609
|
-
"
|
|
2607
|
+
"label": "Successes",
|
|
2610
2608
|
"value": "@entity.successCount",
|
|
2611
|
-
"
|
|
2609
|
+
"type": "stat-display"
|
|
2612
2610
|
}
|
|
2613
2611
|
],
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2612
|
+
"type": "simple-grid",
|
|
2613
|
+
"cols": 2.0
|
|
2616
2614
|
},
|
|
2617
2615
|
{
|
|
2618
|
-
"min": 0.0,
|
|
2619
2616
|
"type": "meter",
|
|
2620
|
-
"
|
|
2621
|
-
"
|
|
2617
|
+
"value": "@entity.failureCount",
|
|
2618
|
+
"min": 0.0,
|
|
2619
|
+
"max": "@entity.threshold"
|
|
2622
2620
|
}
|
|
2623
2621
|
],
|
|
2624
2622
|
"direction": "vertical",
|
|
2623
|
+
"type": "stack",
|
|
2625
2624
|
"gap": "lg"
|
|
2626
2625
|
}
|
|
2627
2626
|
],
|
|
2628
2627
|
"navItems": [
|
|
2629
2628
|
{
|
|
2630
2629
|
"label": "Routes",
|
|
2631
|
-
"
|
|
2632
|
-
"
|
|
2630
|
+
"icon": "git-branch",
|
|
2631
|
+
"href": "/routes"
|
|
2633
2632
|
},
|
|
2634
2633
|
{
|
|
2635
2634
|
"label": "Backends",
|
|
2636
|
-
"
|
|
2637
|
-
"
|
|
2635
|
+
"icon": "server",
|
|
2636
|
+
"href": "/backends"
|
|
2638
2637
|
},
|
|
2639
2638
|
{
|
|
2640
|
-
"
|
|
2639
|
+
"href": "/analytics",
|
|
2641
2640
|
"label": "Analytics",
|
|
2642
|
-
"
|
|
2641
|
+
"icon": "bar-chart-2"
|
|
2643
2642
|
}
|
|
2644
2643
|
],
|
|
2645
|
-
"type": "dashboard-layout"
|
|
2644
|
+
"type": "dashboard-layout",
|
|
2645
|
+
"appName": "API Gateway"
|
|
2646
2646
|
}
|
|
2647
2647
|
]
|
|
2648
2648
|
]
|
|
@@ -2658,14 +2658,14 @@
|
|
|
2658
2658
|
{
|
|
2659
2659
|
"navItems": [
|
|
2660
2660
|
{
|
|
2661
|
-
"icon": "git-branch",
|
|
2662
2661
|
"href": "/routes",
|
|
2662
|
+
"icon": "git-branch",
|
|
2663
2663
|
"label": "Routes"
|
|
2664
2664
|
},
|
|
2665
2665
|
{
|
|
2666
2666
|
"label": "Backends",
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2667
|
+
"href": "/backends",
|
|
2668
|
+
"icon": "server"
|
|
2669
2669
|
},
|
|
2670
2670
|
{
|
|
2671
2671
|
"href": "/analytics",
|
|
@@ -2673,25 +2673,22 @@
|
|
|
2673
2673
|
"icon": "bar-chart-2"
|
|
2674
2674
|
}
|
|
2675
2675
|
],
|
|
2676
|
-
"appName": "API Gateway",
|
|
2677
2676
|
"type": "dashboard-layout",
|
|
2678
2677
|
"children": [
|
|
2679
2678
|
{
|
|
2680
|
-
"gap": "lg",
|
|
2681
|
-
"type": "stack",
|
|
2682
2679
|
"direction": "vertical",
|
|
2683
2680
|
"children": [
|
|
2684
2681
|
{
|
|
2685
2682
|
"children": [
|
|
2686
2683
|
{
|
|
2687
|
-
"
|
|
2684
|
+
"gap": "md",
|
|
2688
2685
|
"direction": "horizontal",
|
|
2686
|
+
"type": "stack",
|
|
2689
2687
|
"align": "center",
|
|
2690
|
-
"gap": "md",
|
|
2691
2688
|
"children": [
|
|
2692
2689
|
{
|
|
2693
|
-
"
|
|
2694
|
-
"
|
|
2690
|
+
"type": "icon",
|
|
2691
|
+
"name": "activity"
|
|
2695
2692
|
},
|
|
2696
2693
|
{
|
|
2697
2694
|
"variant": "h2",
|
|
@@ -2701,45 +2698,48 @@
|
|
|
2701
2698
|
]
|
|
2702
2699
|
},
|
|
2703
2700
|
{
|
|
2701
|
+
"label": "Circuit Half-Open",
|
|
2704
2702
|
"status": "warning",
|
|
2705
2703
|
"pulse": true,
|
|
2706
|
-
"type": "status-dot"
|
|
2707
|
-
"label": "Circuit Half-Open"
|
|
2704
|
+
"type": "status-dot"
|
|
2708
2705
|
}
|
|
2709
2706
|
],
|
|
2710
|
-
"justify": "between",
|
|
2711
2707
|
"gap": "md",
|
|
2712
|
-
"type": "stack",
|
|
2713
2708
|
"direction": "horizontal",
|
|
2714
|
-
"
|
|
2709
|
+
"type": "stack",
|
|
2710
|
+
"align": "center",
|
|
2711
|
+
"justify": "between"
|
|
2715
2712
|
},
|
|
2716
2713
|
{
|
|
2717
2714
|
"type": "divider"
|
|
2718
2715
|
},
|
|
2719
2716
|
{
|
|
2720
2717
|
"message": "Testing recovery. Limited requests are being allowed through.",
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2718
|
+
"variant": "warning",
|
|
2719
|
+
"type": "alert"
|
|
2723
2720
|
},
|
|
2724
2721
|
{
|
|
2725
2722
|
"type": "simple-grid",
|
|
2723
|
+
"cols": 2.0,
|
|
2726
2724
|
"children": [
|
|
2727
2725
|
{
|
|
2728
|
-
"value": "@entity.failureCount",
|
|
2729
2726
|
"label": "Failures",
|
|
2727
|
+
"value": "@entity.failureCount",
|
|
2730
2728
|
"type": "stat-display"
|
|
2731
2729
|
},
|
|
2732
2730
|
{
|
|
2733
|
-
"
|
|
2731
|
+
"label": "Successes",
|
|
2734
2732
|
"type": "stat-display",
|
|
2735
|
-
"
|
|
2733
|
+
"value": "@entity.successCount"
|
|
2736
2734
|
}
|
|
2737
|
-
]
|
|
2738
|
-
"cols": 2.0
|
|
2735
|
+
]
|
|
2739
2736
|
}
|
|
2740
|
-
]
|
|
2737
|
+
],
|
|
2738
|
+
"type": "stack",
|
|
2739
|
+
"gap": "lg"
|
|
2741
2740
|
}
|
|
2742
|
-
]
|
|
2741
|
+
],
|
|
2742
|
+
"appName": "API Gateway"
|
|
2743
2743
|
}
|
|
2744
2744
|
]
|
|
2745
2745
|
]
|
|
@@ -2753,21 +2753,36 @@
|
|
|
2753
2753
|
"render-ui",
|
|
2754
2754
|
"main",
|
|
2755
2755
|
{
|
|
2756
|
+
"type": "dashboard-layout",
|
|
2756
2757
|
"appName": "API Gateway",
|
|
2758
|
+
"navItems": [
|
|
2759
|
+
{
|
|
2760
|
+
"label": "Routes",
|
|
2761
|
+
"href": "/routes",
|
|
2762
|
+
"icon": "git-branch"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"href": "/backends",
|
|
2766
|
+
"icon": "server",
|
|
2767
|
+
"label": "Backends"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"label": "Analytics",
|
|
2771
|
+
"icon": "bar-chart-2",
|
|
2772
|
+
"href": "/analytics"
|
|
2773
|
+
}
|
|
2774
|
+
],
|
|
2757
2775
|
"children": [
|
|
2758
2776
|
{
|
|
2759
|
-
"direction": "vertical",
|
|
2760
|
-
"type": "stack",
|
|
2761
2777
|
"gap": "lg",
|
|
2778
|
+
"type": "stack",
|
|
2762
2779
|
"children": [
|
|
2763
2780
|
{
|
|
2764
|
-
"type": "stack",
|
|
2765
|
-
"direction": "horizontal",
|
|
2766
|
-
"gap": "md",
|
|
2767
|
-
"justify": "between",
|
|
2768
2781
|
"align": "center",
|
|
2782
|
+
"justify": "between",
|
|
2769
2783
|
"children": [
|
|
2770
2784
|
{
|
|
2785
|
+
"gap": "md",
|
|
2771
2786
|
"align": "center",
|
|
2772
2787
|
"children": [
|
|
2773
2788
|
{
|
|
@@ -2776,33 +2791,33 @@
|
|
|
2776
2791
|
},
|
|
2777
2792
|
{
|
|
2778
2793
|
"content": "Backend",
|
|
2779
|
-
"
|
|
2780
|
-
"
|
|
2794
|
+
"type": "typography",
|
|
2795
|
+
"variant": "h2"
|
|
2781
2796
|
}
|
|
2782
2797
|
],
|
|
2783
2798
|
"type": "stack",
|
|
2784
|
-
"direction": "horizontal"
|
|
2785
|
-
"gap": "md"
|
|
2799
|
+
"direction": "horizontal"
|
|
2786
2800
|
},
|
|
2787
2801
|
{
|
|
2788
|
-
"status": "online",
|
|
2789
2802
|
"type": "status-dot",
|
|
2803
|
+
"status": "online",
|
|
2790
2804
|
"label": "Circuit Closed",
|
|
2791
2805
|
"pulse": false
|
|
2792
2806
|
}
|
|
2793
|
-
]
|
|
2807
|
+
],
|
|
2808
|
+
"type": "stack",
|
|
2809
|
+
"direction": "horizontal",
|
|
2810
|
+
"gap": "md"
|
|
2794
2811
|
},
|
|
2795
2812
|
{
|
|
2796
2813
|
"type": "divider"
|
|
2797
2814
|
},
|
|
2798
2815
|
{
|
|
2799
|
-
"type": "alert",
|
|
2800
2816
|
"variant": "success",
|
|
2801
|
-
"message": "Service is healthy. All requests are being processed."
|
|
2817
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
2818
|
+
"type": "alert"
|
|
2802
2819
|
},
|
|
2803
2820
|
{
|
|
2804
|
-
"cols": 2.0,
|
|
2805
|
-
"type": "simple-grid",
|
|
2806
2821
|
"children": [
|
|
2807
2822
|
{
|
|
2808
2823
|
"label": "Failures",
|
|
@@ -2814,35 +2829,20 @@
|
|
|
2814
2829
|
"value": "@entity.successCount",
|
|
2815
2830
|
"type": "stat-display"
|
|
2816
2831
|
}
|
|
2817
|
-
]
|
|
2832
|
+
],
|
|
2833
|
+
"type": "simple-grid",
|
|
2834
|
+
"cols": 2.0
|
|
2818
2835
|
},
|
|
2819
2836
|
{
|
|
2820
2837
|
"type": "meter",
|
|
2821
|
-
"
|
|
2838
|
+
"value": "@entity.failureCount",
|
|
2822
2839
|
"min": 0.0,
|
|
2823
|
-
"
|
|
2840
|
+
"max": "@entity.threshold"
|
|
2824
2841
|
}
|
|
2825
|
-
]
|
|
2826
|
-
|
|
2827
|
-
],
|
|
2828
|
-
"navItems": [
|
|
2829
|
-
{
|
|
2830
|
-
"label": "Routes",
|
|
2831
|
-
"href": "/routes",
|
|
2832
|
-
"icon": "git-branch"
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"label": "Backends",
|
|
2836
|
-
"icon": "server",
|
|
2837
|
-
"href": "/backends"
|
|
2838
|
-
},
|
|
2839
|
-
{
|
|
2840
|
-
"label": "Analytics",
|
|
2841
|
-
"icon": "bar-chart-2",
|
|
2842
|
-
"href": "/analytics"
|
|
2842
|
+
],
|
|
2843
|
+
"direction": "vertical"
|
|
2843
2844
|
}
|
|
2844
|
-
]
|
|
2845
|
-
"type": "dashboard-layout"
|
|
2845
|
+
]
|
|
2846
2846
|
}
|
|
2847
2847
|
]
|
|
2848
2848
|
]
|
|
@@ -2858,77 +2858,75 @@
|
|
|
2858
2858
|
{
|
|
2859
2859
|
"children": [
|
|
2860
2860
|
{
|
|
2861
|
-
"type": "stack",
|
|
2862
2861
|
"children": [
|
|
2863
2862
|
{
|
|
2864
|
-
"justify": "between",
|
|
2865
2863
|
"gap": "md",
|
|
2866
|
-
"
|
|
2867
|
-
"align": "center",
|
|
2864
|
+
"type": "stack",
|
|
2868
2865
|
"children": [
|
|
2869
2866
|
{
|
|
2867
|
+
"type": "stack",
|
|
2868
|
+
"gap": "md",
|
|
2869
|
+
"direction": "horizontal",
|
|
2870
2870
|
"children": [
|
|
2871
2871
|
{
|
|
2872
2872
|
"type": "icon",
|
|
2873
2873
|
"name": "server"
|
|
2874
2874
|
},
|
|
2875
2875
|
{
|
|
2876
|
-
"content": "Backend",
|
|
2877
2876
|
"type": "typography",
|
|
2877
|
+
"content": "Backend",
|
|
2878
2878
|
"variant": "h2"
|
|
2879
2879
|
}
|
|
2880
2880
|
],
|
|
2881
|
-
"align": "center"
|
|
2882
|
-
"direction": "horizontal",
|
|
2883
|
-
"gap": "md",
|
|
2884
|
-
"type": "stack"
|
|
2881
|
+
"align": "center"
|
|
2885
2882
|
},
|
|
2886
2883
|
{
|
|
2887
|
-
"
|
|
2884
|
+
"pulse": false,
|
|
2888
2885
|
"label": "Circuit Closed",
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2886
|
+
"type": "status-dot",
|
|
2887
|
+
"status": "online"
|
|
2891
2888
|
}
|
|
2892
2889
|
],
|
|
2893
|
-
"
|
|
2890
|
+
"direction": "horizontal",
|
|
2891
|
+
"align": "center",
|
|
2892
|
+
"justify": "between"
|
|
2894
2893
|
},
|
|
2895
2894
|
{
|
|
2896
2895
|
"type": "divider"
|
|
2897
2896
|
},
|
|
2898
2897
|
{
|
|
2899
|
-
"message": "Service is healthy. All requests are being processed.",
|
|
2900
2898
|
"variant": "success",
|
|
2899
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
2901
2900
|
"type": "alert"
|
|
2902
2901
|
},
|
|
2903
2902
|
{
|
|
2903
|
+
"cols": 2.0,
|
|
2904
|
+
"type": "simple-grid",
|
|
2904
2905
|
"children": [
|
|
2905
2906
|
{
|
|
2907
|
+
"type": "stat-display",
|
|
2906
2908
|
"label": "Failures",
|
|
2907
|
-
"value": "@entity.failureCount"
|
|
2908
|
-
"type": "stat-display"
|
|
2909
|
+
"value": "@entity.failureCount"
|
|
2909
2910
|
},
|
|
2910
2911
|
{
|
|
2911
|
-
"value": "@entity.successCount",
|
|
2912
2912
|
"type": "stat-display",
|
|
2913
|
+
"value": "@entity.successCount",
|
|
2913
2914
|
"label": "Successes"
|
|
2914
2915
|
}
|
|
2915
|
-
]
|
|
2916
|
-
"type": "simple-grid",
|
|
2917
|
-
"cols": 2.0
|
|
2916
|
+
]
|
|
2918
2917
|
},
|
|
2919
2918
|
{
|
|
2920
|
-
"type": "meter",
|
|
2921
|
-
"value": "@entity.failureCount",
|
|
2922
2919
|
"max": "@entity.threshold",
|
|
2920
|
+
"value": "@entity.failureCount",
|
|
2921
|
+
"type": "meter",
|
|
2923
2922
|
"min": 0.0
|
|
2924
2923
|
}
|
|
2925
2924
|
],
|
|
2926
2925
|
"direction": "vertical",
|
|
2926
|
+
"type": "stack",
|
|
2927
2927
|
"gap": "lg"
|
|
2928
2928
|
}
|
|
2929
2929
|
],
|
|
2930
|
-
"type": "dashboard-layout",
|
|
2931
|
-
"appName": "API Gateway",
|
|
2932
2930
|
"navItems": [
|
|
2933
2931
|
{
|
|
2934
2932
|
"label": "Routes",
|
|
@@ -2936,16 +2934,18 @@
|
|
|
2936
2934
|
"icon": "git-branch"
|
|
2937
2935
|
},
|
|
2938
2936
|
{
|
|
2937
|
+
"icon": "server",
|
|
2939
2938
|
"label": "Backends",
|
|
2940
|
-
"href": "/backends"
|
|
2941
|
-
"icon": "server"
|
|
2939
|
+
"href": "/backends"
|
|
2942
2940
|
},
|
|
2943
2941
|
{
|
|
2942
|
+
"icon": "bar-chart-2",
|
|
2944
2943
|
"label": "Analytics",
|
|
2945
|
-
"href": "/analytics"
|
|
2946
|
-
"icon": "bar-chart-2"
|
|
2944
|
+
"href": "/analytics"
|
|
2947
2945
|
}
|
|
2948
|
-
]
|
|
2946
|
+
],
|
|
2947
|
+
"appName": "API Gateway",
|
|
2948
|
+
"type": "dashboard-layout"
|
|
2949
2949
|
}
|
|
2950
2950
|
]
|
|
2951
2951
|
]
|
|
@@ -2961,99 +2961,99 @@
|
|
|
2961
2961
|
{
|
|
2962
2962
|
"appName": "API Gateway",
|
|
2963
2963
|
"type": "dashboard-layout",
|
|
2964
|
+
"navItems": [
|
|
2965
|
+
{
|
|
2966
|
+
"label": "Routes",
|
|
2967
|
+
"href": "/routes",
|
|
2968
|
+
"icon": "git-branch"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"label": "Backends",
|
|
2972
|
+
"href": "/backends",
|
|
2973
|
+
"icon": "server"
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"label": "Analytics",
|
|
2977
|
+
"icon": "bar-chart-2",
|
|
2978
|
+
"href": "/analytics"
|
|
2979
|
+
}
|
|
2980
|
+
],
|
|
2964
2981
|
"children": [
|
|
2965
2982
|
{
|
|
2983
|
+
"gap": "lg",
|
|
2984
|
+
"type": "stack",
|
|
2985
|
+
"direction": "vertical",
|
|
2966
2986
|
"children": [
|
|
2967
2987
|
{
|
|
2968
2988
|
"children": [
|
|
2969
2989
|
{
|
|
2990
|
+
"align": "center",
|
|
2991
|
+
"direction": "horizontal",
|
|
2970
2992
|
"children": [
|
|
2971
2993
|
{
|
|
2972
|
-
"
|
|
2973
|
-
"
|
|
2994
|
+
"name": "alert-triangle",
|
|
2995
|
+
"type": "icon"
|
|
2974
2996
|
},
|
|
2975
2997
|
{
|
|
2976
2998
|
"type": "typography",
|
|
2977
|
-
"
|
|
2978
|
-
"
|
|
2999
|
+
"variant": "h2",
|
|
3000
|
+
"content": "Backend"
|
|
2979
3001
|
}
|
|
2980
3002
|
],
|
|
2981
|
-
"align": "center",
|
|
2982
3003
|
"type": "stack",
|
|
2983
|
-
"direction": "horizontal",
|
|
2984
3004
|
"gap": "md"
|
|
2985
3005
|
},
|
|
2986
3006
|
{
|
|
2987
|
-
"pulse": true,
|
|
2988
|
-
"status": "critical",
|
|
2989
3007
|
"type": "status-dot",
|
|
2990
|
-
"label": "Circuit Open"
|
|
3008
|
+
"label": "Circuit Open",
|
|
3009
|
+
"status": "critical",
|
|
3010
|
+
"pulse": true
|
|
2991
3011
|
}
|
|
2992
3012
|
],
|
|
2993
|
-
"
|
|
2994
|
-
"justify": "between",
|
|
3013
|
+
"gap": "md",
|
|
2995
3014
|
"direction": "horizontal",
|
|
2996
3015
|
"align": "center",
|
|
2997
|
-
"
|
|
3016
|
+
"type": "stack",
|
|
3017
|
+
"justify": "between"
|
|
2998
3018
|
},
|
|
2999
3019
|
{
|
|
3000
3020
|
"type": "divider"
|
|
3001
3021
|
},
|
|
3002
3022
|
{
|
|
3003
3023
|
"type": "alert",
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
3024
|
+
"variant": "error",
|
|
3025
|
+
"message": "Circuit is open. Requests are being rejected to prevent cascading failures."
|
|
3006
3026
|
},
|
|
3007
3027
|
{
|
|
3008
|
-
"cols": 2.0,
|
|
3009
|
-
"type": "simple-grid",
|
|
3010
3028
|
"children": [
|
|
3011
3029
|
{
|
|
3012
|
-
"label": "Failures",
|
|
3013
3030
|
"value": "@entity.failureCount",
|
|
3014
|
-
"type": "stat-display"
|
|
3031
|
+
"type": "stat-display",
|
|
3032
|
+
"label": "Failures"
|
|
3015
3033
|
},
|
|
3016
3034
|
{
|
|
3017
|
-
"value": "@entity.successCount",
|
|
3018
3035
|
"label": "Successes",
|
|
3019
|
-
"type": "stat-display"
|
|
3036
|
+
"type": "stat-display",
|
|
3037
|
+
"value": "@entity.successCount"
|
|
3020
3038
|
}
|
|
3021
|
-
]
|
|
3039
|
+
],
|
|
3040
|
+
"type": "simple-grid",
|
|
3041
|
+
"cols": 2.0
|
|
3022
3042
|
},
|
|
3023
3043
|
{
|
|
3024
3044
|
"min": 0.0,
|
|
3025
3045
|
"type": "meter",
|
|
3026
|
-
"
|
|
3027
|
-
"
|
|
3046
|
+
"value": "@entity.failureCount",
|
|
3047
|
+
"max": "@entity.threshold"
|
|
3028
3048
|
},
|
|
3029
3049
|
{
|
|
3030
|
-
"
|
|
3050
|
+
"icon": "rotate-ccw",
|
|
3031
3051
|
"action": "RESET",
|
|
3052
|
+
"type": "button",
|
|
3032
3053
|
"variant": "ghost",
|
|
3033
|
-
"icon": "rotate-ccw",
|
|
3034
3054
|
"label": "Reset"
|
|
3035
3055
|
}
|
|
3036
|
-
]
|
|
3037
|
-
"type": "stack",
|
|
3038
|
-
"direction": "vertical",
|
|
3039
|
-
"gap": "lg"
|
|
3040
|
-
}
|
|
3041
|
-
],
|
|
3042
|
-
"navItems": [
|
|
3043
|
-
{
|
|
3044
|
-
"href": "/routes",
|
|
3045
|
-
"label": "Routes",
|
|
3046
|
-
"icon": "git-branch"
|
|
3047
|
-
},
|
|
3048
|
-
{
|
|
3049
|
-
"icon": "server",
|
|
3050
|
-
"label": "Backends",
|
|
3051
|
-
"href": "/backends"
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"label": "Analytics",
|
|
3055
|
-
"href": "/analytics",
|
|
3056
|
-
"icon": "bar-chart-2"
|
|
3056
|
+
]
|
|
3057
3057
|
}
|
|
3058
3058
|
]
|
|
3059
3059
|
}
|
|
@@ -3071,38 +3071,16 @@
|
|
|
3071
3071
|
{
|
|
3072
3072
|
"type": "dashboard-layout",
|
|
3073
3073
|
"appName": "API Gateway",
|
|
3074
|
-
"navItems": [
|
|
3075
|
-
{
|
|
3076
|
-
"label": "Routes",
|
|
3077
|
-
"href": "/routes",
|
|
3078
|
-
"icon": "git-branch"
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"label": "Backends",
|
|
3082
|
-
"href": "/backends",
|
|
3083
|
-
"icon": "server"
|
|
3084
|
-
},
|
|
3085
|
-
{
|
|
3086
|
-
"label": "Analytics",
|
|
3087
|
-
"icon": "bar-chart-2",
|
|
3088
|
-
"href": "/analytics"
|
|
3089
|
-
}
|
|
3090
|
-
],
|
|
3091
3074
|
"children": [
|
|
3092
3075
|
{
|
|
3093
|
-
"gap": "lg",
|
|
3094
3076
|
"type": "stack",
|
|
3077
|
+
"gap": "lg",
|
|
3078
|
+
"direction": "vertical",
|
|
3095
3079
|
"children": [
|
|
3096
3080
|
{
|
|
3097
|
-
"gap": "md",
|
|
3098
|
-
"align": "center",
|
|
3099
|
-
"direction": "horizontal",
|
|
3100
|
-
"justify": "between",
|
|
3101
3081
|
"children": [
|
|
3102
3082
|
{
|
|
3103
|
-
"type": "stack",
|
|
3104
3083
|
"direction": "horizontal",
|
|
3105
|
-
"align": "center",
|
|
3106
3084
|
"children": [
|
|
3107
3085
|
{
|
|
3108
3086
|
"type": "icon",
|
|
@@ -3114,49 +3092,71 @@
|
|
|
3114
3092
|
"type": "typography"
|
|
3115
3093
|
}
|
|
3116
3094
|
],
|
|
3117
|
-
"
|
|
3095
|
+
"type": "stack",
|
|
3096
|
+
"gap": "md",
|
|
3097
|
+
"align": "center"
|
|
3118
3098
|
},
|
|
3119
3099
|
{
|
|
3120
|
-
"label": "Circuit Closed",
|
|
3121
|
-
"type": "status-dot",
|
|
3122
3100
|
"status": "online",
|
|
3123
|
-
"pulse": false
|
|
3101
|
+
"pulse": false,
|
|
3102
|
+
"type": "status-dot",
|
|
3103
|
+
"label": "Circuit Closed"
|
|
3124
3104
|
}
|
|
3125
3105
|
],
|
|
3106
|
+
"direction": "horizontal",
|
|
3107
|
+
"gap": "md",
|
|
3108
|
+
"align": "center",
|
|
3109
|
+
"justify": "between",
|
|
3126
3110
|
"type": "stack"
|
|
3127
3111
|
},
|
|
3128
3112
|
{
|
|
3129
3113
|
"type": "divider"
|
|
3130
3114
|
},
|
|
3131
3115
|
{
|
|
3132
|
-
"
|
|
3116
|
+
"message": "Service is healthy. All requests are being processed.",
|
|
3133
3117
|
"variant": "success",
|
|
3134
|
-
"
|
|
3118
|
+
"type": "alert"
|
|
3135
3119
|
},
|
|
3136
3120
|
{
|
|
3137
|
-
"cols": 2.0,
|
|
3138
|
-
"type": "simple-grid",
|
|
3139
3121
|
"children": [
|
|
3140
3122
|
{
|
|
3141
|
-
"value": "@entity.failureCount",
|
|
3142
3123
|
"type": "stat-display",
|
|
3143
|
-
"label": "Failures"
|
|
3124
|
+
"label": "Failures",
|
|
3125
|
+
"value": "@entity.failureCount"
|
|
3144
3126
|
},
|
|
3145
3127
|
{
|
|
3146
|
-
"type": "stat-display",
|
|
3147
3128
|
"label": "Successes",
|
|
3148
|
-
"value": "@entity.successCount"
|
|
3129
|
+
"value": "@entity.successCount",
|
|
3130
|
+
"type": "stat-display"
|
|
3149
3131
|
}
|
|
3150
|
-
]
|
|
3132
|
+
],
|
|
3133
|
+
"type": "simple-grid",
|
|
3134
|
+
"cols": 2.0
|
|
3151
3135
|
},
|
|
3152
3136
|
{
|
|
3153
|
-
"type": "meter",
|
|
3154
|
-
"min": 0.0,
|
|
3155
3137
|
"max": "@entity.threshold",
|
|
3156
|
-
"value": "@entity.failureCount"
|
|
3138
|
+
"value": "@entity.failureCount",
|
|
3139
|
+
"min": 0.0,
|
|
3140
|
+
"type": "meter"
|
|
3157
3141
|
}
|
|
3158
|
-
]
|
|
3159
|
-
|
|
3142
|
+
]
|
|
3143
|
+
}
|
|
3144
|
+
],
|
|
3145
|
+
"navItems": [
|
|
3146
|
+
{
|
|
3147
|
+
"icon": "git-branch",
|
|
3148
|
+
"label": "Routes",
|
|
3149
|
+
"href": "/routes"
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"label": "Backends",
|
|
3153
|
+
"href": "/backends",
|
|
3154
|
+
"icon": "server"
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"href": "/analytics",
|
|
3158
|
+
"label": "Analytics",
|
|
3159
|
+
"icon": "bar-chart-2"
|
|
3160
3160
|
}
|
|
3161
3161
|
]
|
|
3162
3162
|
}
|
|
@@ -3339,22 +3339,20 @@
|
|
|
3339
3339
|
"render-ui",
|
|
3340
3340
|
"main",
|
|
3341
3341
|
{
|
|
3342
|
-
"appName": "API Gateway",
|
|
3343
|
-
"type": "dashboard-layout",
|
|
3344
3342
|
"children": [
|
|
3345
3343
|
{
|
|
3346
3344
|
"type": "scaled-diagram",
|
|
3347
3345
|
"children": [
|
|
3348
3346
|
{
|
|
3349
|
-
"direction": "vertical",
|
|
3350
3347
|
"gap": "lg",
|
|
3348
|
+
"direction": "vertical",
|
|
3351
3349
|
"children": [
|
|
3352
3350
|
{
|
|
3353
3351
|
"type": "breadcrumb",
|
|
3354
3352
|
"items": [
|
|
3355
3353
|
{
|
|
3356
|
-
"
|
|
3357
|
-
"
|
|
3354
|
+
"label": "Home",
|
|
3355
|
+
"href": "/"
|
|
3358
3356
|
},
|
|
3359
3357
|
{
|
|
3360
3358
|
"label": "Analytics"
|
|
@@ -3362,123 +3360,124 @@
|
|
|
3362
3360
|
]
|
|
3363
3361
|
},
|
|
3364
3362
|
{
|
|
3365
|
-
"justify": "between",
|
|
3366
|
-
"direction": "horizontal",
|
|
3367
3363
|
"type": "stack",
|
|
3364
|
+
"direction": "horizontal",
|
|
3365
|
+
"gap": "md",
|
|
3368
3366
|
"children": [
|
|
3369
3367
|
{
|
|
3368
|
+
"type": "stack",
|
|
3369
|
+
"direction": "horizontal",
|
|
3370
3370
|
"gap": "md",
|
|
3371
3371
|
"children": [
|
|
3372
3372
|
{
|
|
3373
|
-
"
|
|
3374
|
-
"
|
|
3373
|
+
"type": "icon",
|
|
3374
|
+
"name": "bar-chart-2"
|
|
3375
3375
|
},
|
|
3376
3376
|
{
|
|
3377
|
+
"type": "typography",
|
|
3377
3378
|
"variant": "h2",
|
|
3378
|
-
"content": "Analytics"
|
|
3379
|
-
"type": "typography"
|
|
3379
|
+
"content": "Analytics"
|
|
3380
3380
|
}
|
|
3381
|
-
]
|
|
3382
|
-
"direction": "horizontal",
|
|
3383
|
-
"type": "stack"
|
|
3381
|
+
]
|
|
3384
3382
|
},
|
|
3385
3383
|
{
|
|
3386
|
-
"label": "Refresh",
|
|
3387
3384
|
"action": "REFRESH",
|
|
3385
|
+
"label": "Refresh",
|
|
3388
3386
|
"type": "button",
|
|
3389
3387
|
"variant": "secondary",
|
|
3390
3388
|
"icon": "refresh-cw"
|
|
3391
3389
|
}
|
|
3392
3390
|
],
|
|
3393
|
-
"
|
|
3391
|
+
"justify": "between"
|
|
3394
3392
|
},
|
|
3395
3393
|
{
|
|
3396
3394
|
"type": "divider"
|
|
3397
3395
|
},
|
|
3398
3396
|
{
|
|
3399
|
-
"type": "box",
|
|
3400
|
-
"padding": "md",
|
|
3401
3397
|
"children": [
|
|
3402
3398
|
{
|
|
3403
|
-
"cols": 3.0,
|
|
3404
3399
|
"children": [
|
|
3405
3400
|
{
|
|
3406
|
-
"label": "TotalRequests",
|
|
3407
3401
|
"value": "@entity.totalRequests",
|
|
3408
|
-
"type": "stat-display"
|
|
3402
|
+
"type": "stat-display",
|
|
3403
|
+
"label": "TotalRequests"
|
|
3409
3404
|
},
|
|
3410
3405
|
{
|
|
3406
|
+
"value": "@entity.errorRate",
|
|
3411
3407
|
"type": "stat-display",
|
|
3412
|
-
"label": "ErrorRate"
|
|
3413
|
-
"value": "@entity.errorRate"
|
|
3408
|
+
"label": "ErrorRate"
|
|
3414
3409
|
},
|
|
3415
3410
|
{
|
|
3416
|
-
"
|
|
3411
|
+
"type": "stat-display",
|
|
3417
3412
|
"value": "@entity.avgLatency",
|
|
3418
|
-
"
|
|
3413
|
+
"label": "AvgLatency"
|
|
3419
3414
|
},
|
|
3420
3415
|
{
|
|
3421
3416
|
"type": "card",
|
|
3422
3417
|
"children": [
|
|
3423
3418
|
{
|
|
3419
|
+
"type": "stack",
|
|
3420
|
+
"direction": "vertical",
|
|
3424
3421
|
"gap": "sm",
|
|
3425
3422
|
"children": [
|
|
3426
3423
|
{
|
|
3427
3424
|
"variant": "caption",
|
|
3428
|
-
"
|
|
3429
|
-
"
|
|
3425
|
+
"type": "typography",
|
|
3426
|
+
"content": "Uptime"
|
|
3430
3427
|
},
|
|
3431
3428
|
{
|
|
3432
|
-
"variant": "h3",
|
|
3433
3429
|
"content": "@entity.uptime",
|
|
3434
|
-
"type": "typography"
|
|
3430
|
+
"type": "typography",
|
|
3431
|
+
"variant": "h3"
|
|
3435
3432
|
}
|
|
3436
|
-
]
|
|
3437
|
-
"direction": "vertical",
|
|
3438
|
-
"type": "stack"
|
|
3433
|
+
]
|
|
3439
3434
|
}
|
|
3440
3435
|
]
|
|
3441
3436
|
}
|
|
3442
3437
|
],
|
|
3443
|
-
"type": "simple-grid"
|
|
3438
|
+
"type": "simple-grid",
|
|
3439
|
+
"cols": 3.0
|
|
3444
3440
|
}
|
|
3445
|
-
]
|
|
3441
|
+
],
|
|
3442
|
+
"type": "box",
|
|
3443
|
+
"padding": "md"
|
|
3446
3444
|
},
|
|
3447
3445
|
{
|
|
3448
3446
|
"type": "divider"
|
|
3449
3447
|
},
|
|
3450
3448
|
{
|
|
3451
|
-
"gap": "md",
|
|
3452
3449
|
"cols": 2.0,
|
|
3453
3450
|
"type": "grid",
|
|
3454
3451
|
"children": [
|
|
3455
3452
|
{
|
|
3456
3453
|
"children": [
|
|
3457
3454
|
{
|
|
3458
|
-
"variant": "caption",
|
|
3459
3455
|
"content": "Chart View",
|
|
3456
|
+
"variant": "caption",
|
|
3460
3457
|
"type": "typography"
|
|
3461
3458
|
}
|
|
3462
3459
|
],
|
|
3463
3460
|
"type": "card"
|
|
3464
3461
|
},
|
|
3465
3462
|
{
|
|
3466
|
-
"type": "card",
|
|
3467
3463
|
"children": [
|
|
3468
3464
|
{
|
|
3469
3465
|
"type": "typography",
|
|
3470
3466
|
"variant": "caption",
|
|
3471
3467
|
"content": "Graph View"
|
|
3472
3468
|
}
|
|
3473
|
-
]
|
|
3469
|
+
],
|
|
3470
|
+
"type": "card"
|
|
3474
3471
|
}
|
|
3475
|
-
]
|
|
3472
|
+
],
|
|
3473
|
+
"gap": "md"
|
|
3476
3474
|
},
|
|
3477
3475
|
{
|
|
3476
|
+
"type": "line-chart",
|
|
3478
3477
|
"data": [
|
|
3479
3478
|
{
|
|
3480
|
-
"
|
|
3481
|
-
"
|
|
3479
|
+
"date": "Jan",
|
|
3480
|
+
"value": 12.0
|
|
3482
3481
|
},
|
|
3483
3482
|
{
|
|
3484
3483
|
"value": 19.0,
|
|
@@ -3500,24 +3499,23 @@
|
|
|
3500
3499
|
"date": "Jun",
|
|
3501
3500
|
"value": 30.0
|
|
3502
3501
|
}
|
|
3503
|
-
]
|
|
3504
|
-
"type": "line-chart"
|
|
3502
|
+
]
|
|
3505
3503
|
},
|
|
3506
3504
|
{
|
|
3505
|
+
"type": "chart-legend",
|
|
3507
3506
|
"items": [
|
|
3508
3507
|
{
|
|
3509
3508
|
"label": "Current",
|
|
3510
3509
|
"color": "primary"
|
|
3511
3510
|
},
|
|
3512
3511
|
{
|
|
3513
|
-
"
|
|
3514
|
-
"
|
|
3512
|
+
"color": "muted",
|
|
3513
|
+
"label": "Previous"
|
|
3515
3514
|
}
|
|
3516
|
-
]
|
|
3517
|
-
"type": "chart-legend"
|
|
3515
|
+
]
|
|
3518
3516
|
},
|
|
3519
3517
|
{
|
|
3520
|
-
"
|
|
3518
|
+
"type": "graph-view",
|
|
3521
3519
|
"edges": [
|
|
3522
3520
|
{
|
|
3523
3521
|
"source": "a",
|
|
@@ -3528,6 +3526,8 @@
|
|
|
3528
3526
|
"target": "c"
|
|
3529
3527
|
}
|
|
3530
3528
|
],
|
|
3529
|
+
"width": 400.0,
|
|
3530
|
+
"height": 200.0,
|
|
3531
3531
|
"nodes": [
|
|
3532
3532
|
{
|
|
3533
3533
|
"id": "a",
|
|
@@ -3538,12 +3538,10 @@
|
|
|
3538
3538
|
"label": "Process"
|
|
3539
3539
|
},
|
|
3540
3540
|
{
|
|
3541
|
-
"
|
|
3542
|
-
"
|
|
3541
|
+
"label": "End",
|
|
3542
|
+
"id": "c"
|
|
3543
3543
|
}
|
|
3544
|
-
]
|
|
3545
|
-
"type": "graph-view",
|
|
3546
|
-
"width": 400.0
|
|
3544
|
+
]
|
|
3547
3545
|
}
|
|
3548
3546
|
],
|
|
3549
3547
|
"type": "stack"
|
|
@@ -3558,16 +3556,18 @@
|
|
|
3558
3556
|
"icon": "git-branch"
|
|
3559
3557
|
},
|
|
3560
3558
|
{
|
|
3561
|
-
"
|
|
3559
|
+
"label": "Backends",
|
|
3562
3560
|
"href": "/backends",
|
|
3563
|
-
"
|
|
3561
|
+
"icon": "server"
|
|
3564
3562
|
},
|
|
3565
3563
|
{
|
|
3566
|
-
"icon": "bar-chart-2",
|
|
3567
3564
|
"label": "Analytics",
|
|
3568
|
-
"href": "/analytics"
|
|
3565
|
+
"href": "/analytics",
|
|
3566
|
+
"icon": "bar-chart-2"
|
|
3569
3567
|
}
|
|
3570
|
-
]
|
|
3568
|
+
],
|
|
3569
|
+
"type": "dashboard-layout",
|
|
3570
|
+
"appName": "API Gateway"
|
|
3571
3571
|
}
|
|
3572
3572
|
]
|
|
3573
3573
|
]
|
|
@@ -3592,17 +3592,37 @@
|
|
|
3592
3592
|
"main",
|
|
3593
3593
|
{
|
|
3594
3594
|
"type": "dashboard-layout",
|
|
3595
|
+
"appName": "API Gateway",
|
|
3596
|
+
"navItems": [
|
|
3597
|
+
{
|
|
3598
|
+
"label": "Routes",
|
|
3599
|
+
"icon": "git-branch",
|
|
3600
|
+
"href": "/routes"
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"icon": "server",
|
|
3604
|
+
"href": "/backends",
|
|
3605
|
+
"label": "Backends"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"icon": "bar-chart-2",
|
|
3609
|
+
"label": "Analytics",
|
|
3610
|
+
"href": "/analytics"
|
|
3611
|
+
}
|
|
3612
|
+
],
|
|
3595
3613
|
"children": [
|
|
3596
3614
|
{
|
|
3597
3615
|
"type": "scaled-diagram",
|
|
3598
3616
|
"children": [
|
|
3599
3617
|
{
|
|
3618
|
+
"type": "stack",
|
|
3619
|
+
"gap": "lg",
|
|
3600
3620
|
"children": [
|
|
3601
3621
|
{
|
|
3602
3622
|
"items": [
|
|
3603
3623
|
{
|
|
3604
|
-
"
|
|
3605
|
-
"
|
|
3624
|
+
"href": "/",
|
|
3625
|
+
"label": "Home"
|
|
3606
3626
|
},
|
|
3607
3627
|
{
|
|
3608
3628
|
"label": "Analytics"
|
|
@@ -3611,140 +3631,140 @@
|
|
|
3611
3631
|
"type": "breadcrumb"
|
|
3612
3632
|
},
|
|
3613
3633
|
{
|
|
3634
|
+
"justify": "between",
|
|
3635
|
+
"type": "stack",
|
|
3614
3636
|
"children": [
|
|
3615
3637
|
{
|
|
3616
|
-
"type": "stack",
|
|
3617
|
-
"direction": "horizontal",
|
|
3618
3638
|
"children": [
|
|
3619
3639
|
{
|
|
3620
|
-
"
|
|
3621
|
-
"
|
|
3640
|
+
"type": "icon",
|
|
3641
|
+
"name": "bar-chart-2"
|
|
3622
3642
|
},
|
|
3623
3643
|
{
|
|
3644
|
+
"variant": "h2",
|
|
3624
3645
|
"type": "typography",
|
|
3625
|
-
"content": "Analytics"
|
|
3626
|
-
"variant": "h2"
|
|
3646
|
+
"content": "Analytics"
|
|
3627
3647
|
}
|
|
3628
3648
|
],
|
|
3629
|
-
"
|
|
3649
|
+
"type": "stack",
|
|
3650
|
+
"gap": "md",
|
|
3651
|
+
"direction": "horizontal"
|
|
3630
3652
|
},
|
|
3631
3653
|
{
|
|
3632
|
-
"type": "button",
|
|
3633
|
-
"variant": "secondary",
|
|
3634
|
-
"icon": "refresh-cw",
|
|
3635
3654
|
"action": "REFRESH",
|
|
3636
|
-
"label": "Refresh"
|
|
3655
|
+
"label": "Refresh",
|
|
3656
|
+
"variant": "secondary",
|
|
3657
|
+
"type": "button",
|
|
3658
|
+
"icon": "refresh-cw"
|
|
3637
3659
|
}
|
|
3638
3660
|
],
|
|
3639
|
-
"justify": "between",
|
|
3640
|
-
"gap": "md",
|
|
3641
3661
|
"direction": "horizontal",
|
|
3642
|
-
"
|
|
3662
|
+
"gap": "md"
|
|
3643
3663
|
},
|
|
3644
3664
|
{
|
|
3645
3665
|
"type": "divider"
|
|
3646
3666
|
},
|
|
3647
3667
|
{
|
|
3668
|
+
"type": "box",
|
|
3648
3669
|
"padding": "md",
|
|
3649
3670
|
"children": [
|
|
3650
3671
|
{
|
|
3672
|
+
"cols": 3.0,
|
|
3651
3673
|
"type": "simple-grid",
|
|
3652
3674
|
"children": [
|
|
3653
3675
|
{
|
|
3654
3676
|
"type": "stat-display",
|
|
3655
|
-
"
|
|
3656
|
-
"
|
|
3677
|
+
"value": "@entity.totalRequests",
|
|
3678
|
+
"label": "TotalRequests"
|
|
3657
3679
|
},
|
|
3658
3680
|
{
|
|
3659
3681
|
"type": "stat-display",
|
|
3660
|
-
"
|
|
3661
|
-
"
|
|
3682
|
+
"label": "ErrorRate",
|
|
3683
|
+
"value": "@entity.errorRate"
|
|
3662
3684
|
},
|
|
3663
3685
|
{
|
|
3664
|
-
"
|
|
3686
|
+
"type": "stat-display",
|
|
3665
3687
|
"value": "@entity.avgLatency",
|
|
3666
|
-
"
|
|
3688
|
+
"label": "AvgLatency"
|
|
3667
3689
|
},
|
|
3668
3690
|
{
|
|
3691
|
+
"type": "card",
|
|
3669
3692
|
"children": [
|
|
3670
3693
|
{
|
|
3694
|
+
"type": "stack",
|
|
3671
3695
|
"children": [
|
|
3672
3696
|
{
|
|
3673
|
-
"content": "Uptime",
|
|
3674
3697
|
"type": "typography",
|
|
3698
|
+
"content": "Uptime",
|
|
3675
3699
|
"variant": "caption"
|
|
3676
3700
|
},
|
|
3677
3701
|
{
|
|
3678
|
-
"
|
|
3702
|
+
"type": "typography",
|
|
3679
3703
|
"variant": "h3",
|
|
3680
|
-
"
|
|
3704
|
+
"content": "@entity.uptime"
|
|
3681
3705
|
}
|
|
3682
3706
|
],
|
|
3683
|
-
"
|
|
3684
|
-
"direction": "vertical"
|
|
3685
|
-
"gap": "sm"
|
|
3707
|
+
"gap": "sm",
|
|
3708
|
+
"direction": "vertical"
|
|
3686
3709
|
}
|
|
3687
|
-
]
|
|
3688
|
-
"type": "card"
|
|
3710
|
+
]
|
|
3689
3711
|
}
|
|
3690
|
-
]
|
|
3691
|
-
"cols": 3.0
|
|
3712
|
+
]
|
|
3692
3713
|
}
|
|
3693
|
-
]
|
|
3694
|
-
"type": "box"
|
|
3714
|
+
]
|
|
3695
3715
|
},
|
|
3696
3716
|
{
|
|
3697
3717
|
"type": "divider"
|
|
3698
3718
|
},
|
|
3699
3719
|
{
|
|
3700
|
-
"type": "grid",
|
|
3701
3720
|
"children": [
|
|
3702
3721
|
{
|
|
3703
|
-
"type": "card",
|
|
3704
3722
|
"children": [
|
|
3705
3723
|
{
|
|
3706
3724
|
"variant": "caption",
|
|
3707
3725
|
"content": "Chart View",
|
|
3708
3726
|
"type": "typography"
|
|
3709
3727
|
}
|
|
3710
|
-
]
|
|
3728
|
+
],
|
|
3729
|
+
"type": "card"
|
|
3711
3730
|
},
|
|
3712
3731
|
{
|
|
3713
3732
|
"type": "card",
|
|
3714
3733
|
"children": [
|
|
3715
3734
|
{
|
|
3716
|
-
"
|
|
3735
|
+
"type": "typography",
|
|
3717
3736
|
"variant": "caption",
|
|
3718
|
-
"
|
|
3737
|
+
"content": "Graph View"
|
|
3719
3738
|
}
|
|
3720
3739
|
]
|
|
3721
3740
|
}
|
|
3722
3741
|
],
|
|
3723
3742
|
"gap": "md",
|
|
3724
|
-
"cols": 2.0
|
|
3743
|
+
"cols": 2.0,
|
|
3744
|
+
"type": "grid"
|
|
3725
3745
|
},
|
|
3726
3746
|
{
|
|
3727
3747
|
"type": "line-chart",
|
|
3728
3748
|
"data": [
|
|
3729
3749
|
{
|
|
3730
|
-
"
|
|
3731
|
-
"
|
|
3750
|
+
"value": 12.0,
|
|
3751
|
+
"date": "Jan"
|
|
3732
3752
|
},
|
|
3733
3753
|
{
|
|
3734
3754
|
"date": "Feb",
|
|
3735
3755
|
"value": 19.0
|
|
3736
3756
|
},
|
|
3737
3757
|
{
|
|
3738
|
-
"
|
|
3739
|
-
"
|
|
3758
|
+
"value": 15.0,
|
|
3759
|
+
"date": "Mar"
|
|
3740
3760
|
},
|
|
3741
3761
|
{
|
|
3742
|
-
"
|
|
3743
|
-
"
|
|
3762
|
+
"value": 25.0,
|
|
3763
|
+
"date": "Apr"
|
|
3744
3764
|
},
|
|
3745
3765
|
{
|
|
3746
|
-
"
|
|
3747
|
-
"
|
|
3766
|
+
"value": 22.0,
|
|
3767
|
+
"date": "May"
|
|
3748
3768
|
},
|
|
3749
3769
|
{
|
|
3750
3770
|
"date": "Jun",
|
|
@@ -3753,32 +3773,19 @@
|
|
|
3753
3773
|
]
|
|
3754
3774
|
},
|
|
3755
3775
|
{
|
|
3776
|
+
"type": "chart-legend",
|
|
3756
3777
|
"items": [
|
|
3757
3778
|
{
|
|
3758
3779
|
"color": "primary",
|
|
3759
3780
|
"label": "Current"
|
|
3760
3781
|
},
|
|
3761
3782
|
{
|
|
3762
|
-
"
|
|
3763
|
-
"
|
|
3783
|
+
"label": "Previous",
|
|
3784
|
+
"color": "muted"
|
|
3764
3785
|
}
|
|
3765
|
-
]
|
|
3766
|
-
"type": "chart-legend"
|
|
3786
|
+
]
|
|
3767
3787
|
},
|
|
3768
3788
|
{
|
|
3769
|
-
"type": "graph-view",
|
|
3770
|
-
"edges": [
|
|
3771
|
-
{
|
|
3772
|
-
"target": "b",
|
|
3773
|
-
"source": "a"
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"source": "b",
|
|
3777
|
-
"target": "c"
|
|
3778
|
-
}
|
|
3779
|
-
],
|
|
3780
|
-
"width": 400.0,
|
|
3781
|
-
"height": 200.0,
|
|
3782
3789
|
"nodes": [
|
|
3783
3790
|
{
|
|
3784
3791
|
"id": "a",
|
|
@@ -3789,37 +3796,30 @@
|
|
|
3789
3796
|
"id": "b"
|
|
3790
3797
|
},
|
|
3791
3798
|
{
|
|
3792
|
-
"
|
|
3793
|
-
"
|
|
3799
|
+
"id": "c",
|
|
3800
|
+
"label": "End"
|
|
3794
3801
|
}
|
|
3795
|
-
]
|
|
3802
|
+
],
|
|
3803
|
+
"edges": [
|
|
3804
|
+
{
|
|
3805
|
+
"source": "a",
|
|
3806
|
+
"target": "b"
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"source": "b",
|
|
3810
|
+
"target": "c"
|
|
3811
|
+
}
|
|
3812
|
+
],
|
|
3813
|
+
"width": 400.0,
|
|
3814
|
+
"height": 200.0,
|
|
3815
|
+
"type": "graph-view"
|
|
3796
3816
|
}
|
|
3797
3817
|
],
|
|
3798
|
-
"direction": "vertical"
|
|
3799
|
-
"gap": "lg",
|
|
3800
|
-
"type": "stack"
|
|
3818
|
+
"direction": "vertical"
|
|
3801
3819
|
}
|
|
3802
3820
|
]
|
|
3803
3821
|
}
|
|
3804
|
-
]
|
|
3805
|
-
"navItems": [
|
|
3806
|
-
{
|
|
3807
|
-
"label": "Routes",
|
|
3808
|
-
"href": "/routes",
|
|
3809
|
-
"icon": "git-branch"
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"href": "/backends",
|
|
3813
|
-
"label": "Backends",
|
|
3814
|
-
"icon": "server"
|
|
3815
|
-
},
|
|
3816
|
-
{
|
|
3817
|
-
"label": "Analytics",
|
|
3818
|
-
"icon": "bar-chart-2",
|
|
3819
|
-
"href": "/analytics"
|
|
3820
|
-
}
|
|
3821
|
-
],
|
|
3822
|
-
"appName": "API Gateway"
|
|
3822
|
+
]
|
|
3823
3823
|
}
|
|
3824
3824
|
]
|
|
3825
3825
|
]
|
|
@@ -3844,19 +3844,36 @@
|
|
|
3844
3844
|
"main",
|
|
3845
3845
|
{
|
|
3846
3846
|
"appName": "API Gateway",
|
|
3847
|
-
"
|
|
3847
|
+
"navItems": [
|
|
3848
|
+
{
|
|
3849
|
+
"href": "/routes",
|
|
3850
|
+
"label": "Routes",
|
|
3851
|
+
"icon": "git-branch"
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"icon": "server",
|
|
3855
|
+
"label": "Backends",
|
|
3856
|
+
"href": "/backends"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"href": "/analytics",
|
|
3860
|
+
"label": "Analytics",
|
|
3861
|
+
"icon": "bar-chart-2"
|
|
3862
|
+
}
|
|
3863
|
+
],
|
|
3848
3864
|
"children": [
|
|
3849
3865
|
{
|
|
3850
|
-
"type": "scaled-diagram",
|
|
3851
3866
|
"children": [
|
|
3852
3867
|
{
|
|
3868
|
+
"gap": "lg",
|
|
3869
|
+
"direction": "vertical",
|
|
3853
3870
|
"children": [
|
|
3854
3871
|
{
|
|
3855
3872
|
"type": "breadcrumb",
|
|
3856
3873
|
"items": [
|
|
3857
3874
|
{
|
|
3858
|
-
"
|
|
3859
|
-
"
|
|
3875
|
+
"label": "Home",
|
|
3876
|
+
"href": "/"
|
|
3860
3877
|
},
|
|
3861
3878
|
{
|
|
3862
3879
|
"label": "Analytics"
|
|
@@ -3864,40 +3881,41 @@
|
|
|
3864
3881
|
]
|
|
3865
3882
|
},
|
|
3866
3883
|
{
|
|
3867
|
-
"gap": "md",
|
|
3868
|
-
"direction": "horizontal",
|
|
3869
|
-
"justify": "between",
|
|
3870
3884
|
"type": "stack",
|
|
3871
3885
|
"children": [
|
|
3872
3886
|
{
|
|
3873
|
-
"type": "stack",
|
|
3874
3887
|
"gap": "md",
|
|
3875
3888
|
"direction": "horizontal",
|
|
3889
|
+
"type": "stack",
|
|
3876
3890
|
"children": [
|
|
3877
3891
|
{
|
|
3878
|
-
"
|
|
3879
|
-
"
|
|
3892
|
+
"name": "bar-chart-2",
|
|
3893
|
+
"type": "icon"
|
|
3880
3894
|
},
|
|
3881
3895
|
{
|
|
3882
|
-
"
|
|
3896
|
+
"type": "typography",
|
|
3883
3897
|
"variant": "h2",
|
|
3884
|
-
"
|
|
3898
|
+
"content": "Analytics"
|
|
3885
3899
|
}
|
|
3886
3900
|
]
|
|
3887
3901
|
},
|
|
3888
3902
|
{
|
|
3889
|
-
"type": "button",
|
|
3890
3903
|
"variant": "secondary",
|
|
3891
|
-
"
|
|
3904
|
+
"label": "Refresh",
|
|
3892
3905
|
"action": "REFRESH",
|
|
3893
|
-
"
|
|
3906
|
+
"icon": "refresh-cw",
|
|
3907
|
+
"type": "button"
|
|
3894
3908
|
}
|
|
3895
|
-
]
|
|
3909
|
+
],
|
|
3910
|
+
"direction": "horizontal",
|
|
3911
|
+
"justify": "between",
|
|
3912
|
+
"gap": "md"
|
|
3896
3913
|
},
|
|
3897
3914
|
{
|
|
3898
3915
|
"type": "divider"
|
|
3899
3916
|
},
|
|
3900
3917
|
{
|
|
3918
|
+
"type": "box",
|
|
3901
3919
|
"padding": "md",
|
|
3902
3920
|
"children": [
|
|
3903
3921
|
{
|
|
@@ -3906,12 +3924,12 @@
|
|
|
3906
3924
|
"children": [
|
|
3907
3925
|
{
|
|
3908
3926
|
"type": "stat-display",
|
|
3909
|
-
"
|
|
3910
|
-
"
|
|
3927
|
+
"value": "@entity.totalRequests",
|
|
3928
|
+
"label": "TotalRequests"
|
|
3911
3929
|
},
|
|
3912
3930
|
{
|
|
3913
|
-
"value": "@entity.errorRate",
|
|
3914
3931
|
"type": "stat-display",
|
|
3932
|
+
"value": "@entity.errorRate",
|
|
3915
3933
|
"label": "ErrorRate"
|
|
3916
3934
|
},
|
|
3917
3935
|
{
|
|
@@ -3920,71 +3938,71 @@
|
|
|
3920
3938
|
"label": "AvgLatency"
|
|
3921
3939
|
},
|
|
3922
3940
|
{
|
|
3923
|
-
"type": "card",
|
|
3924
3941
|
"children": [
|
|
3925
3942
|
{
|
|
3926
3943
|
"gap": "sm",
|
|
3944
|
+
"direction": "vertical",
|
|
3927
3945
|
"type": "stack",
|
|
3928
3946
|
"children": [
|
|
3929
3947
|
{
|
|
3930
|
-
"type": "typography",
|
|
3931
3948
|
"variant": "caption",
|
|
3932
|
-
"content": "Uptime"
|
|
3949
|
+
"content": "Uptime",
|
|
3950
|
+
"type": "typography"
|
|
3933
3951
|
},
|
|
3934
3952
|
{
|
|
3935
|
-
"content": "@entity.uptime",
|
|
3936
3953
|
"variant": "h3",
|
|
3954
|
+
"content": "@entity.uptime",
|
|
3937
3955
|
"type": "typography"
|
|
3938
3956
|
}
|
|
3939
|
-
]
|
|
3940
|
-
"direction": "vertical"
|
|
3957
|
+
]
|
|
3941
3958
|
}
|
|
3942
|
-
]
|
|
3959
|
+
],
|
|
3960
|
+
"type": "card"
|
|
3943
3961
|
}
|
|
3944
3962
|
]
|
|
3945
3963
|
}
|
|
3946
|
-
]
|
|
3947
|
-
"type": "box"
|
|
3964
|
+
]
|
|
3948
3965
|
},
|
|
3949
3966
|
{
|
|
3950
3967
|
"type": "divider"
|
|
3951
3968
|
},
|
|
3952
3969
|
{
|
|
3953
3970
|
"type": "grid",
|
|
3971
|
+
"gap": "md",
|
|
3972
|
+
"cols": 2.0,
|
|
3954
3973
|
"children": [
|
|
3955
3974
|
{
|
|
3956
|
-
"type": "card",
|
|
3957
3975
|
"children": [
|
|
3958
3976
|
{
|
|
3959
|
-
"variant": "caption",
|
|
3960
3977
|
"type": "typography",
|
|
3978
|
+
"variant": "caption",
|
|
3961
3979
|
"content": "Chart View"
|
|
3962
3980
|
}
|
|
3963
|
-
]
|
|
3981
|
+
],
|
|
3982
|
+
"type": "card"
|
|
3964
3983
|
},
|
|
3965
3984
|
{
|
|
3966
3985
|
"type": "card",
|
|
3967
3986
|
"children": [
|
|
3968
3987
|
{
|
|
3969
|
-
"variant": "caption",
|
|
3970
3988
|
"type": "typography",
|
|
3989
|
+
"variant": "caption",
|
|
3971
3990
|
"content": "Graph View"
|
|
3972
3991
|
}
|
|
3973
3992
|
]
|
|
3974
3993
|
}
|
|
3975
|
-
]
|
|
3976
|
-
"cols": 2.0,
|
|
3977
|
-
"gap": "md"
|
|
3994
|
+
]
|
|
3978
3995
|
},
|
|
3979
3996
|
{
|
|
3997
|
+
"type": "line-chart",
|
|
3980
3998
|
"data": [
|
|
3981
3999
|
{
|
|
3982
|
-
"
|
|
3983
|
-
"
|
|
4000
|
+
"value": 12.0,
|
|
4001
|
+
"date": "Jan"
|
|
3984
4002
|
},
|
|
3985
4003
|
{
|
|
3986
|
-
"
|
|
3987
|
-
"
|
|
4004
|
+
"date": "Feb",
|
|
4005
|
+
"value": 19.0
|
|
3988
4006
|
},
|
|
3989
4007
|
{
|
|
3990
4008
|
"date": "Mar",
|
|
@@ -3999,30 +4017,30 @@
|
|
|
3999
4017
|
"value": 22.0
|
|
4000
4018
|
},
|
|
4001
4019
|
{
|
|
4002
|
-
"
|
|
4003
|
-
"
|
|
4020
|
+
"value": 30.0,
|
|
4021
|
+
"date": "Jun"
|
|
4004
4022
|
}
|
|
4005
|
-
]
|
|
4006
|
-
"type": "line-chart"
|
|
4023
|
+
]
|
|
4007
4024
|
},
|
|
4008
4025
|
{
|
|
4009
|
-
"type": "chart-legend",
|
|
4010
4026
|
"items": [
|
|
4011
4027
|
{
|
|
4012
|
-
"
|
|
4013
|
-
"
|
|
4028
|
+
"label": "Current",
|
|
4029
|
+
"color": "primary"
|
|
4014
4030
|
},
|
|
4015
4031
|
{
|
|
4016
|
-
"
|
|
4017
|
-
"
|
|
4032
|
+
"label": "Previous",
|
|
4033
|
+
"color": "muted"
|
|
4018
4034
|
}
|
|
4019
|
-
]
|
|
4035
|
+
],
|
|
4036
|
+
"type": "chart-legend"
|
|
4020
4037
|
},
|
|
4021
4038
|
{
|
|
4039
|
+
"type": "graph-view",
|
|
4022
4040
|
"edges": [
|
|
4023
4041
|
{
|
|
4024
|
-
"
|
|
4025
|
-
"
|
|
4042
|
+
"source": "a",
|
|
4043
|
+
"target": "b"
|
|
4026
4044
|
},
|
|
4027
4045
|
{
|
|
4028
4046
|
"source": "b",
|
|
@@ -4035,43 +4053,25 @@
|
|
|
4035
4053
|
"label": "Start"
|
|
4036
4054
|
},
|
|
4037
4055
|
{
|
|
4038
|
-
"
|
|
4039
|
-
"
|
|
4056
|
+
"id": "b",
|
|
4057
|
+
"label": "Process"
|
|
4040
4058
|
},
|
|
4041
4059
|
{
|
|
4042
|
-
"
|
|
4043
|
-
"
|
|
4060
|
+
"label": "End",
|
|
4061
|
+
"id": "c"
|
|
4044
4062
|
}
|
|
4045
4063
|
],
|
|
4046
4064
|
"width": 400.0,
|
|
4047
|
-
"height": 200.0
|
|
4048
|
-
"type": "graph-view"
|
|
4065
|
+
"height": 200.0
|
|
4049
4066
|
}
|
|
4050
4067
|
],
|
|
4051
|
-
"type": "stack"
|
|
4052
|
-
"gap": "lg",
|
|
4053
|
-
"direction": "vertical"
|
|
4068
|
+
"type": "stack"
|
|
4054
4069
|
}
|
|
4055
|
-
]
|
|
4070
|
+
],
|
|
4071
|
+
"type": "scaled-diagram"
|
|
4056
4072
|
}
|
|
4057
4073
|
],
|
|
4058
|
-
"
|
|
4059
|
-
{
|
|
4060
|
-
"label": "Routes",
|
|
4061
|
-
"href": "/routes",
|
|
4062
|
-
"icon": "git-branch"
|
|
4063
|
-
},
|
|
4064
|
-
{
|
|
4065
|
-
"icon": "server",
|
|
4066
|
-
"label": "Backends",
|
|
4067
|
-
"href": "/backends"
|
|
4068
|
-
},
|
|
4069
|
-
{
|
|
4070
|
-
"label": "Analytics",
|
|
4071
|
-
"icon": "bar-chart-2",
|
|
4072
|
-
"href": "/analytics"
|
|
4073
|
-
}
|
|
4074
|
-
]
|
|
4074
|
+
"type": "dashboard-layout"
|
|
4075
4075
|
}
|
|
4076
4076
|
]
|
|
4077
4077
|
]
|
|
@@ -4100,13 +4100,14 @@
|
|
|
4100
4100
|
"type": "scaled-diagram",
|
|
4101
4101
|
"children": [
|
|
4102
4102
|
{
|
|
4103
|
+
"direction": "vertical",
|
|
4103
4104
|
"type": "stack",
|
|
4104
4105
|
"children": [
|
|
4105
4106
|
{
|
|
4106
4107
|
"items": [
|
|
4107
4108
|
{
|
|
4108
|
-
"
|
|
4109
|
-
"
|
|
4109
|
+
"href": "/",
|
|
4110
|
+
"label": "Home"
|
|
4110
4111
|
},
|
|
4111
4112
|
{
|
|
4112
4113
|
"label": "Analytics"
|
|
@@ -4115,7 +4116,7 @@
|
|
|
4115
4116
|
"type": "breadcrumb"
|
|
4116
4117
|
},
|
|
4117
4118
|
{
|
|
4118
|
-
"
|
|
4119
|
+
"gap": "md",
|
|
4119
4120
|
"children": [
|
|
4120
4121
|
{
|
|
4121
4122
|
"type": "stack",
|
|
@@ -4126,33 +4127,33 @@
|
|
|
4126
4127
|
"name": "bar-chart-2"
|
|
4127
4128
|
},
|
|
4128
4129
|
{
|
|
4130
|
+
"content": "Analytics",
|
|
4129
4131
|
"type": "typography",
|
|
4130
|
-
"variant": "h2"
|
|
4131
|
-
"content": "Analytics"
|
|
4132
|
+
"variant": "h2"
|
|
4132
4133
|
}
|
|
4133
4134
|
],
|
|
4134
4135
|
"gap": "md"
|
|
4135
4136
|
},
|
|
4136
4137
|
{
|
|
4137
|
-
"
|
|
4138
|
-
"variant": "secondary",
|
|
4138
|
+
"label": "Refresh",
|
|
4139
4139
|
"action": "REFRESH",
|
|
4140
4140
|
"icon": "refresh-cw",
|
|
4141
|
-
"
|
|
4141
|
+
"type": "button",
|
|
4142
|
+
"variant": "secondary"
|
|
4142
4143
|
}
|
|
4143
4144
|
],
|
|
4144
|
-
"
|
|
4145
|
+
"justify": "between",
|
|
4145
4146
|
"direction": "horizontal",
|
|
4146
|
-
"
|
|
4147
|
+
"type": "stack"
|
|
4147
4148
|
},
|
|
4148
4149
|
{
|
|
4149
4150
|
"type": "divider"
|
|
4150
4151
|
},
|
|
4151
4152
|
{
|
|
4152
|
-
"type": "box",
|
|
4153
4153
|
"padding": "md",
|
|
4154
4154
|
"children": [
|
|
4155
4155
|
{
|
|
4156
|
+
"type": "simple-grid",
|
|
4156
4157
|
"cols": 3.0,
|
|
4157
4158
|
"children": [
|
|
4158
4159
|
{
|
|
@@ -4161,9 +4162,9 @@
|
|
|
4161
4162
|
"value": "@entity.totalRequests"
|
|
4162
4163
|
},
|
|
4163
4164
|
{
|
|
4164
|
-
"
|
|
4165
|
+
"label": "ErrorRate",
|
|
4165
4166
|
"value": "@entity.errorRate",
|
|
4166
|
-
"
|
|
4167
|
+
"type": "stat-display"
|
|
4167
4168
|
},
|
|
4168
4169
|
{
|
|
4169
4170
|
"type": "stat-display",
|
|
@@ -4171,10 +4172,11 @@
|
|
|
4171
4172
|
"label": "AvgLatency"
|
|
4172
4173
|
},
|
|
4173
4174
|
{
|
|
4175
|
+
"type": "card",
|
|
4174
4176
|
"children": [
|
|
4175
4177
|
{
|
|
4176
|
-
"type": "stack",
|
|
4177
4178
|
"direction": "vertical",
|
|
4179
|
+
"type": "stack",
|
|
4178
4180
|
"children": [
|
|
4179
4181
|
{
|
|
4180
4182
|
"variant": "caption",
|
|
@@ -4182,68 +4184,67 @@
|
|
|
4182
4184
|
"type": "typography"
|
|
4183
4185
|
},
|
|
4184
4186
|
{
|
|
4185
|
-
"
|
|
4187
|
+
"content": "@entity.uptime",
|
|
4186
4188
|
"variant": "h3",
|
|
4187
|
-
"
|
|
4189
|
+
"type": "typography"
|
|
4188
4190
|
}
|
|
4189
4191
|
],
|
|
4190
4192
|
"gap": "sm"
|
|
4191
4193
|
}
|
|
4192
|
-
]
|
|
4193
|
-
"type": "card"
|
|
4194
|
+
]
|
|
4194
4195
|
}
|
|
4195
|
-
]
|
|
4196
|
-
"type": "simple-grid"
|
|
4196
|
+
]
|
|
4197
4197
|
}
|
|
4198
|
-
]
|
|
4198
|
+
],
|
|
4199
|
+
"type": "box"
|
|
4199
4200
|
},
|
|
4200
4201
|
{
|
|
4201
4202
|
"type": "divider"
|
|
4202
4203
|
},
|
|
4203
4204
|
{
|
|
4204
|
-
"cols": 2.0,
|
|
4205
4205
|
"gap": "md",
|
|
4206
|
-
"type": "grid",
|
|
4207
4206
|
"children": [
|
|
4208
4207
|
{
|
|
4208
|
+
"type": "card",
|
|
4209
4209
|
"children": [
|
|
4210
4210
|
{
|
|
4211
|
-
"content": "Chart View",
|
|
4212
4211
|
"type": "typography",
|
|
4213
|
-
"variant": "caption"
|
|
4212
|
+
"variant": "caption",
|
|
4213
|
+
"content": "Chart View"
|
|
4214
4214
|
}
|
|
4215
|
-
]
|
|
4216
|
-
"type": "card"
|
|
4215
|
+
]
|
|
4217
4216
|
},
|
|
4218
4217
|
{
|
|
4219
4218
|
"type": "card",
|
|
4220
4219
|
"children": [
|
|
4221
4220
|
{
|
|
4222
4221
|
"content": "Graph View",
|
|
4223
|
-
"
|
|
4224
|
-
"
|
|
4222
|
+
"variant": "caption",
|
|
4223
|
+
"type": "typography"
|
|
4225
4224
|
}
|
|
4226
4225
|
]
|
|
4227
4226
|
}
|
|
4228
|
-
]
|
|
4227
|
+
],
|
|
4228
|
+
"cols": 2.0,
|
|
4229
|
+
"type": "grid"
|
|
4229
4230
|
},
|
|
4230
4231
|
{
|
|
4231
4232
|
"data": [
|
|
4232
4233
|
{
|
|
4233
|
-
"
|
|
4234
|
-
"
|
|
4234
|
+
"value": 12.0,
|
|
4235
|
+
"date": "Jan"
|
|
4235
4236
|
},
|
|
4236
4237
|
{
|
|
4237
|
-
"
|
|
4238
|
-
"
|
|
4238
|
+
"value": 19.0,
|
|
4239
|
+
"date": "Feb"
|
|
4239
4240
|
},
|
|
4240
4241
|
{
|
|
4241
|
-
"
|
|
4242
|
-
"
|
|
4242
|
+
"date": "Mar",
|
|
4243
|
+
"value": 15.0
|
|
4243
4244
|
},
|
|
4244
4245
|
{
|
|
4245
|
-
"
|
|
4246
|
-
"
|
|
4246
|
+
"value": 25.0,
|
|
4247
|
+
"date": "Apr"
|
|
4247
4248
|
},
|
|
4248
4249
|
{
|
|
4249
4250
|
"date": "May",
|
|
@@ -4260,70 +4261,69 @@
|
|
|
4260
4261
|
"type": "chart-legend",
|
|
4261
4262
|
"items": [
|
|
4262
4263
|
{
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4264
|
+
"label": "Current",
|
|
4265
|
+
"color": "primary"
|
|
4265
4266
|
},
|
|
4266
4267
|
{
|
|
4267
|
-
"
|
|
4268
|
-
"
|
|
4268
|
+
"label": "Previous",
|
|
4269
|
+
"color": "muted"
|
|
4269
4270
|
}
|
|
4270
4271
|
]
|
|
4271
4272
|
},
|
|
4272
4273
|
{
|
|
4273
|
-
"type": "graph-view",
|
|
4274
|
-
"edges": [
|
|
4275
|
-
{
|
|
4276
|
-
"target": "b",
|
|
4277
|
-
"source": "a"
|
|
4278
|
-
},
|
|
4279
|
-
{
|
|
4280
|
-
"target": "c",
|
|
4281
|
-
"source": "b"
|
|
4282
|
-
}
|
|
4283
|
-
],
|
|
4284
4274
|
"height": 200.0,
|
|
4285
|
-
"width": 400.0,
|
|
4286
4275
|
"nodes": [
|
|
4287
4276
|
{
|
|
4288
4277
|
"id": "a",
|
|
4289
4278
|
"label": "Start"
|
|
4290
4279
|
},
|
|
4291
4280
|
{
|
|
4292
|
-
"
|
|
4293
|
-
"
|
|
4281
|
+
"label": "Process",
|
|
4282
|
+
"id": "b"
|
|
4294
4283
|
},
|
|
4295
4284
|
{
|
|
4296
|
-
"
|
|
4297
|
-
"
|
|
4285
|
+
"id": "c",
|
|
4286
|
+
"label": "End"
|
|
4298
4287
|
}
|
|
4299
|
-
]
|
|
4288
|
+
],
|
|
4289
|
+
"edges": [
|
|
4290
|
+
{
|
|
4291
|
+
"source": "a",
|
|
4292
|
+
"target": "b"
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
"source": "b",
|
|
4296
|
+
"target": "c"
|
|
4297
|
+
}
|
|
4298
|
+
],
|
|
4299
|
+
"type": "graph-view",
|
|
4300
|
+
"width": 400.0
|
|
4300
4301
|
}
|
|
4301
4302
|
],
|
|
4302
|
-
"direction": "vertical",
|
|
4303
4303
|
"gap": "lg"
|
|
4304
4304
|
}
|
|
4305
4305
|
]
|
|
4306
4306
|
}
|
|
4307
4307
|
],
|
|
4308
|
+
"type": "dashboard-layout",
|
|
4308
4309
|
"appName": "API Gateway",
|
|
4309
4310
|
"navItems": [
|
|
4310
4311
|
{
|
|
4312
|
+
"href": "/routes",
|
|
4311
4313
|
"label": "Routes",
|
|
4312
|
-
"icon": "git-branch"
|
|
4313
|
-
"href": "/routes"
|
|
4314
|
+
"icon": "git-branch"
|
|
4314
4315
|
},
|
|
4315
4316
|
{
|
|
4317
|
+
"label": "Backends",
|
|
4316
4318
|
"href": "/backends",
|
|
4317
|
-
"icon": "server"
|
|
4318
|
-
"label": "Backends"
|
|
4319
|
+
"icon": "server"
|
|
4319
4320
|
},
|
|
4320
4321
|
{
|
|
4321
4322
|
"label": "Analytics",
|
|
4322
|
-
"
|
|
4323
|
-
"
|
|
4323
|
+
"href": "/analytics",
|
|
4324
|
+
"icon": "bar-chart-2"
|
|
4324
4325
|
}
|
|
4325
|
-
]
|
|
4326
|
-
"type": "dashboard-layout"
|
|
4326
|
+
]
|
|
4327
4327
|
}
|
|
4328
4328
|
]
|
|
4329
4329
|
]
|
|
@@ -4352,11 +4352,8 @@
|
|
|
4352
4352
|
"children": [
|
|
4353
4353
|
{
|
|
4354
4354
|
"type": "stack",
|
|
4355
|
-
"direction": "vertical",
|
|
4356
|
-
"gap": "lg",
|
|
4357
4355
|
"children": [
|
|
4358
4356
|
{
|
|
4359
|
-
"type": "breadcrumb",
|
|
4360
4357
|
"items": [
|
|
4361
4358
|
{
|
|
4362
4359
|
"label": "Home",
|
|
@@ -4365,38 +4362,39 @@
|
|
|
4365
4362
|
{
|
|
4366
4363
|
"label": "Analytics"
|
|
4367
4364
|
}
|
|
4368
|
-
]
|
|
4365
|
+
],
|
|
4366
|
+
"type": "breadcrumb"
|
|
4369
4367
|
},
|
|
4370
4368
|
{
|
|
4371
|
-
"type": "stack",
|
|
4372
|
-
"gap": "md",
|
|
4373
4369
|
"direction": "horizontal",
|
|
4374
4370
|
"justify": "between",
|
|
4371
|
+
"gap": "md",
|
|
4375
4372
|
"children": [
|
|
4376
4373
|
{
|
|
4374
|
+
"direction": "horizontal",
|
|
4377
4375
|
"children": [
|
|
4378
4376
|
{
|
|
4379
|
-
"
|
|
4380
|
-
"
|
|
4377
|
+
"type": "icon",
|
|
4378
|
+
"name": "bar-chart-2"
|
|
4381
4379
|
},
|
|
4382
4380
|
{
|
|
4381
|
+
"variant": "h2",
|
|
4383
4382
|
"type": "typography",
|
|
4384
|
-
"content": "Analytics"
|
|
4385
|
-
"variant": "h2"
|
|
4383
|
+
"content": "Analytics"
|
|
4386
4384
|
}
|
|
4387
4385
|
],
|
|
4388
|
-
"direction": "horizontal",
|
|
4389
4386
|
"gap": "md",
|
|
4390
4387
|
"type": "stack"
|
|
4391
4388
|
},
|
|
4392
4389
|
{
|
|
4393
|
-
"variant": "secondary",
|
|
4394
4390
|
"label": "Refresh",
|
|
4395
|
-
"
|
|
4391
|
+
"variant": "secondary",
|
|
4396
4392
|
"type": "button",
|
|
4393
|
+
"action": "REFRESH",
|
|
4397
4394
|
"icon": "refresh-cw"
|
|
4398
4395
|
}
|
|
4399
|
-
]
|
|
4396
|
+
],
|
|
4397
|
+
"type": "stack"
|
|
4400
4398
|
},
|
|
4401
4399
|
{
|
|
4402
4400
|
"type": "divider"
|
|
@@ -4409,40 +4407,40 @@
|
|
|
4409
4407
|
"children": [
|
|
4410
4408
|
{
|
|
4411
4409
|
"value": "@entity.totalRequests",
|
|
4412
|
-
"
|
|
4413
|
-
"
|
|
4410
|
+
"type": "stat-display",
|
|
4411
|
+
"label": "TotalRequests"
|
|
4414
4412
|
},
|
|
4415
4413
|
{
|
|
4416
|
-
"value": "@entity.errorRate",
|
|
4417
4414
|
"label": "ErrorRate",
|
|
4415
|
+
"value": "@entity.errorRate",
|
|
4418
4416
|
"type": "stat-display"
|
|
4419
4417
|
},
|
|
4420
4418
|
{
|
|
4421
|
-
"value": "@entity.avgLatency",
|
|
4422
4419
|
"type": "stat-display",
|
|
4423
|
-
"label": "AvgLatency"
|
|
4420
|
+
"label": "AvgLatency",
|
|
4421
|
+
"value": "@entity.avgLatency"
|
|
4424
4422
|
},
|
|
4425
4423
|
{
|
|
4426
|
-
"type": "card",
|
|
4427
4424
|
"children": [
|
|
4428
4425
|
{
|
|
4426
|
+
"type": "stack",
|
|
4427
|
+
"direction": "vertical",
|
|
4429
4428
|
"gap": "sm",
|
|
4430
4429
|
"children": [
|
|
4431
4430
|
{
|
|
4432
|
-
"
|
|
4431
|
+
"type": "typography",
|
|
4433
4432
|
"variant": "caption",
|
|
4434
|
-
"
|
|
4433
|
+
"content": "Uptime"
|
|
4435
4434
|
},
|
|
4436
4435
|
{
|
|
4437
|
-
"type": "typography",
|
|
4438
4436
|
"content": "@entity.uptime",
|
|
4437
|
+
"type": "typography",
|
|
4439
4438
|
"variant": "h3"
|
|
4440
4439
|
}
|
|
4441
|
-
]
|
|
4442
|
-
"type": "stack",
|
|
4443
|
-
"direction": "vertical"
|
|
4440
|
+
]
|
|
4444
4441
|
}
|
|
4445
|
-
]
|
|
4442
|
+
],
|
|
4443
|
+
"type": "card"
|
|
4446
4444
|
}
|
|
4447
4445
|
]
|
|
4448
4446
|
}
|
|
@@ -4454,34 +4452,33 @@
|
|
|
4454
4452
|
"type": "divider"
|
|
4455
4453
|
},
|
|
4456
4454
|
{
|
|
4457
|
-
"type": "grid",
|
|
4458
4455
|
"cols": 2.0,
|
|
4456
|
+
"type": "grid",
|
|
4459
4457
|
"gap": "md",
|
|
4460
4458
|
"children": [
|
|
4461
4459
|
{
|
|
4460
|
+
"type": "card",
|
|
4462
4461
|
"children": [
|
|
4463
4462
|
{
|
|
4464
4463
|
"type": "typography",
|
|
4465
|
-
"
|
|
4466
|
-
"
|
|
4464
|
+
"content": "Chart View",
|
|
4465
|
+
"variant": "caption"
|
|
4467
4466
|
}
|
|
4468
|
-
]
|
|
4469
|
-
"type": "card"
|
|
4467
|
+
]
|
|
4470
4468
|
},
|
|
4471
4469
|
{
|
|
4472
4470
|
"type": "card",
|
|
4473
4471
|
"children": [
|
|
4474
4472
|
{
|
|
4475
4473
|
"type": "typography",
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4474
|
+
"variant": "caption",
|
|
4475
|
+
"content": "Graph View"
|
|
4478
4476
|
}
|
|
4479
4477
|
]
|
|
4480
4478
|
}
|
|
4481
4479
|
]
|
|
4482
4480
|
},
|
|
4483
4481
|
{
|
|
4484
|
-
"type": "line-chart",
|
|
4485
4482
|
"data": [
|
|
4486
4483
|
{
|
|
4487
4484
|
"date": "Jan",
|
|
@@ -4496,20 +4493,22 @@
|
|
|
4496
4493
|
"value": 15.0
|
|
4497
4494
|
},
|
|
4498
4495
|
{
|
|
4499
|
-
"
|
|
4500
|
-
"
|
|
4496
|
+
"date": "Apr",
|
|
4497
|
+
"value": 25.0
|
|
4501
4498
|
},
|
|
4502
4499
|
{
|
|
4503
4500
|
"date": "May",
|
|
4504
4501
|
"value": 22.0
|
|
4505
4502
|
},
|
|
4506
4503
|
{
|
|
4507
|
-
"
|
|
4508
|
-
"
|
|
4504
|
+
"value": 30.0,
|
|
4505
|
+
"date": "Jun"
|
|
4509
4506
|
}
|
|
4510
|
-
]
|
|
4507
|
+
],
|
|
4508
|
+
"type": "line-chart"
|
|
4511
4509
|
},
|
|
4512
4510
|
{
|
|
4511
|
+
"type": "chart-legend",
|
|
4513
4512
|
"items": [
|
|
4514
4513
|
{
|
|
4515
4514
|
"color": "primary",
|
|
@@ -4519,15 +4518,16 @@
|
|
|
4519
4518
|
"label": "Previous",
|
|
4520
4519
|
"color": "muted"
|
|
4521
4520
|
}
|
|
4522
|
-
]
|
|
4523
|
-
"type": "chart-legend"
|
|
4521
|
+
]
|
|
4524
4522
|
},
|
|
4525
4523
|
{
|
|
4526
4524
|
"height": 200.0,
|
|
4525
|
+
"width": 400.0,
|
|
4526
|
+
"type": "graph-view",
|
|
4527
4527
|
"nodes": [
|
|
4528
4528
|
{
|
|
4529
|
-
"
|
|
4530
|
-
"
|
|
4529
|
+
"id": "a",
|
|
4530
|
+
"label": "Start"
|
|
4531
4531
|
},
|
|
4532
4532
|
{
|
|
4533
4533
|
"id": "b",
|
|
@@ -4538,12 +4538,10 @@
|
|
|
4538
4538
|
"id": "c"
|
|
4539
4539
|
}
|
|
4540
4540
|
],
|
|
4541
|
-
"width": 400.0,
|
|
4542
|
-
"type": "graph-view",
|
|
4543
4541
|
"edges": [
|
|
4544
4542
|
{
|
|
4545
|
-
"
|
|
4546
|
-
"
|
|
4543
|
+
"source": "a",
|
|
4544
|
+
"target": "b"
|
|
4547
4545
|
},
|
|
4548
4546
|
{
|
|
4549
4547
|
"target": "c",
|
|
@@ -4551,7 +4549,9 @@
|
|
|
4551
4549
|
}
|
|
4552
4550
|
]
|
|
4553
4551
|
}
|
|
4554
|
-
]
|
|
4552
|
+
],
|
|
4553
|
+
"direction": "vertical",
|
|
4554
|
+
"gap": "lg"
|
|
4555
4555
|
}
|
|
4556
4556
|
],
|
|
4557
4557
|
"type": "scaled-diagram"
|
|
@@ -4560,8 +4560,8 @@
|
|
|
4560
4560
|
"navItems": [
|
|
4561
4561
|
{
|
|
4562
4562
|
"label": "Routes",
|
|
4563
|
-
"
|
|
4564
|
-
"
|
|
4563
|
+
"icon": "git-branch",
|
|
4564
|
+
"href": "/routes"
|
|
4565
4565
|
},
|
|
4566
4566
|
{
|
|
4567
4567
|
"href": "/backends",
|
|
@@ -4569,9 +4569,9 @@
|
|
|
4569
4569
|
"icon": "server"
|
|
4570
4570
|
},
|
|
4571
4571
|
{
|
|
4572
|
+
"href": "/analytics",
|
|
4572
4573
|
"icon": "bar-chart-2",
|
|
4573
|
-
"label": "Analytics"
|
|
4574
|
-
"href": "/analytics"
|
|
4574
|
+
"label": "Analytics"
|
|
4575
4575
|
}
|
|
4576
4576
|
],
|
|
4577
4577
|
"type": "dashboard-layout",
|