@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -96,48 +96,47 @@
|
|
|
96
96
|
"main",
|
|
97
97
|
{
|
|
98
98
|
"type": "stack",
|
|
99
|
-
"gap": "lg",
|
|
100
99
|
"children": [
|
|
101
100
|
{
|
|
102
|
-
"align": "center",
|
|
103
101
|
"gap": "md",
|
|
102
|
+
"align": "center",
|
|
104
103
|
"type": "stack",
|
|
105
|
-
"justify": "between",
|
|
106
104
|
"children": [
|
|
107
105
|
{
|
|
106
|
+
"direction": "horizontal",
|
|
108
107
|
"gap": "md",
|
|
108
|
+
"type": "stack",
|
|
109
109
|
"children": [
|
|
110
110
|
{
|
|
111
111
|
"type": "icon",
|
|
112
112
|
"name": "shield"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
"variant": "h2",
|
|
116
115
|
"type": "typography",
|
|
117
|
-
"content": "RateBucket Rate Limiter"
|
|
116
|
+
"content": "RateBucket Rate Limiter",
|
|
117
|
+
"variant": "h2"
|
|
118
118
|
}
|
|
119
119
|
],
|
|
120
|
-
"type": "stack",
|
|
121
|
-
"direction": "horizontal",
|
|
122
120
|
"align": "center"
|
|
123
121
|
},
|
|
124
122
|
{
|
|
125
123
|
"pulse": false,
|
|
126
|
-
"status": "online",
|
|
127
124
|
"label": "Open",
|
|
125
|
+
"status": "online",
|
|
128
126
|
"type": "status-dot"
|
|
129
127
|
}
|
|
130
128
|
],
|
|
131
|
-
"direction": "horizontal"
|
|
129
|
+
"direction": "horizontal",
|
|
130
|
+
"justify": "between"
|
|
132
131
|
},
|
|
133
132
|
{
|
|
134
133
|
"type": "divider"
|
|
135
134
|
},
|
|
136
135
|
{
|
|
137
|
-
"cols": 2.0,
|
|
138
136
|
"children": [
|
|
139
137
|
{
|
|
140
138
|
"label": "Requests",
|
|
139
|
+
"type": "stat-display",
|
|
141
140
|
"value": [
|
|
142
141
|
"object/get",
|
|
143
142
|
[
|
|
@@ -145,10 +144,10 @@
|
|
|
145
144
|
"@entity"
|
|
146
145
|
],
|
|
147
146
|
"count"
|
|
148
|
-
]
|
|
149
|
-
"type": "stat-display"
|
|
147
|
+
]
|
|
150
148
|
},
|
|
151
149
|
{
|
|
150
|
+
"type": "stat-display",
|
|
152
151
|
"value": [
|
|
153
152
|
"object/get",
|
|
154
153
|
[
|
|
@@ -157,11 +156,11 @@
|
|
|
157
156
|
],
|
|
158
157
|
"window"
|
|
159
158
|
],
|
|
160
|
-
"label": "Window"
|
|
161
|
-
"type": "stat-display"
|
|
159
|
+
"label": "Window"
|
|
162
160
|
}
|
|
163
161
|
],
|
|
164
|
-
"type": "simple-grid"
|
|
162
|
+
"type": "simple-grid",
|
|
163
|
+
"cols": 2.0
|
|
165
164
|
},
|
|
166
165
|
{
|
|
167
166
|
"max": 100.0,
|
|
@@ -177,6 +176,8 @@
|
|
|
177
176
|
]
|
|
178
177
|
},
|
|
179
178
|
{
|
|
179
|
+
"showPercentage": true,
|
|
180
|
+
"type": "progress-bar",
|
|
180
181
|
"value": [
|
|
181
182
|
"object/get",
|
|
182
183
|
[
|
|
@@ -185,34 +186,33 @@
|
|
|
185
186
|
],
|
|
186
187
|
"count"
|
|
187
188
|
],
|
|
188
|
-
"showPercentage": true,
|
|
189
|
-
"type": "progress-bar",
|
|
190
189
|
"max": 100.0
|
|
191
190
|
},
|
|
192
191
|
{
|
|
193
|
-
"
|
|
194
|
-
"justify": "center",
|
|
192
|
+
"gap": "sm",
|
|
195
193
|
"type": "stack",
|
|
196
194
|
"children": [
|
|
197
195
|
{
|
|
196
|
+
"icon": "send",
|
|
198
197
|
"label": "Request",
|
|
199
|
-
"action": "REQUEST",
|
|
200
198
|
"type": "button",
|
|
201
|
-
"
|
|
199
|
+
"action": "REQUEST",
|
|
202
200
|
"variant": "primary"
|
|
203
201
|
},
|
|
204
202
|
{
|
|
205
|
-
"icon": "rotate-ccw",
|
|
206
203
|
"type": "button",
|
|
207
204
|
"label": "Reset",
|
|
205
|
+
"variant": "ghost",
|
|
208
206
|
"action": "RESET",
|
|
209
|
-
"
|
|
207
|
+
"icon": "rotate-ccw"
|
|
210
208
|
}
|
|
211
209
|
],
|
|
212
|
-
"
|
|
210
|
+
"justify": "center",
|
|
211
|
+
"direction": "horizontal"
|
|
213
212
|
}
|
|
214
213
|
],
|
|
215
|
-
"direction": "vertical"
|
|
214
|
+
"direction": "vertical",
|
|
215
|
+
"gap": "lg"
|
|
216
216
|
}
|
|
217
217
|
]
|
|
218
218
|
]
|
|
@@ -226,49 +226,50 @@
|
|
|
226
226
|
"render-ui",
|
|
227
227
|
"main",
|
|
228
228
|
{
|
|
229
|
-
"
|
|
229
|
+
"type": "stack",
|
|
230
230
|
"direction": "vertical",
|
|
231
|
+
"gap": "lg",
|
|
231
232
|
"children": [
|
|
232
233
|
{
|
|
233
|
-
"align": "center",
|
|
234
|
-
"justify": "between",
|
|
235
|
-
"type": "stack",
|
|
236
|
-
"direction": "horizontal",
|
|
237
|
-
"gap": "md",
|
|
238
234
|
"children": [
|
|
239
235
|
{
|
|
240
|
-
"direction": "horizontal",
|
|
241
|
-
"type": "stack",
|
|
242
|
-
"gap": "md",
|
|
243
|
-
"align": "center",
|
|
244
236
|
"children": [
|
|
245
237
|
{
|
|
246
|
-
"
|
|
247
|
-
"
|
|
238
|
+
"name": "shield",
|
|
239
|
+
"type": "icon"
|
|
248
240
|
},
|
|
249
241
|
{
|
|
242
|
+
"variant": "h2",
|
|
250
243
|
"type": "typography",
|
|
251
|
-
"content": "RateBucket Rate Limiter"
|
|
252
|
-
"variant": "h2"
|
|
244
|
+
"content": "RateBucket Rate Limiter"
|
|
253
245
|
}
|
|
254
|
-
]
|
|
246
|
+
],
|
|
247
|
+
"direction": "horizontal",
|
|
248
|
+
"gap": "md",
|
|
249
|
+
"type": "stack",
|
|
250
|
+
"align": "center"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
253
|
+
"status": "online",
|
|
257
254
|
"type": "status-dot",
|
|
258
|
-
"label": "Open",
|
|
259
255
|
"pulse": false,
|
|
260
|
-
"
|
|
256
|
+
"label": "Open"
|
|
261
257
|
}
|
|
262
|
-
]
|
|
258
|
+
],
|
|
259
|
+
"direction": "horizontal",
|
|
260
|
+
"gap": "md",
|
|
261
|
+
"align": "center",
|
|
262
|
+
"justify": "between",
|
|
263
|
+
"type": "stack"
|
|
263
264
|
},
|
|
264
265
|
{
|
|
265
266
|
"type": "divider"
|
|
266
267
|
},
|
|
267
268
|
{
|
|
268
|
-
"cols": 2.0,
|
|
269
269
|
"children": [
|
|
270
270
|
{
|
|
271
271
|
"type": "stat-display",
|
|
272
|
+
"label": "Requests",
|
|
272
273
|
"value": [
|
|
273
274
|
"object/get",
|
|
274
275
|
[
|
|
@@ -276,8 +277,7 @@
|
|
|
276
277
|
"@entity"
|
|
277
278
|
],
|
|
278
279
|
"count"
|
|
279
|
-
]
|
|
280
|
-
"label": "Requests"
|
|
280
|
+
]
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
"label": "Window",
|
|
@@ -292,7 +292,8 @@
|
|
|
292
292
|
"type": "stat-display"
|
|
293
293
|
}
|
|
294
294
|
],
|
|
295
|
-
"type": "simple-grid"
|
|
295
|
+
"type": "simple-grid",
|
|
296
|
+
"cols": 2.0
|
|
296
297
|
},
|
|
297
298
|
{
|
|
298
299
|
"value": [
|
|
@@ -304,13 +305,10 @@
|
|
|
304
305
|
"count"
|
|
305
306
|
],
|
|
306
307
|
"type": "meter",
|
|
307
|
-
"
|
|
308
|
-
"
|
|
308
|
+
"min": 0.0,
|
|
309
|
+
"max": 100.0
|
|
309
310
|
},
|
|
310
311
|
{
|
|
311
|
-
"showPercentage": true,
|
|
312
|
-
"type": "progress-bar",
|
|
313
|
-
"max": 100.0,
|
|
314
312
|
"value": [
|
|
315
313
|
"object/get",
|
|
316
314
|
[
|
|
@@ -318,32 +316,34 @@
|
|
|
318
316
|
"@entity"
|
|
319
317
|
],
|
|
320
318
|
"count"
|
|
321
|
-
]
|
|
319
|
+
],
|
|
320
|
+
"showPercentage": true,
|
|
321
|
+
"type": "progress-bar",
|
|
322
|
+
"max": 100.0
|
|
322
323
|
},
|
|
323
324
|
{
|
|
324
|
-
"type": "stack",
|
|
325
|
-
"direction": "horizontal",
|
|
326
|
-
"gap": "sm",
|
|
327
|
-
"justify": "center",
|
|
328
325
|
"children": [
|
|
329
326
|
{
|
|
330
|
-
"type": "button",
|
|
331
|
-
"action": "REQUEST",
|
|
332
327
|
"icon": "send",
|
|
328
|
+
"label": "Request",
|
|
333
329
|
"variant": "primary",
|
|
334
|
-
"
|
|
330
|
+
"action": "REQUEST",
|
|
331
|
+
"type": "button"
|
|
335
332
|
},
|
|
336
333
|
{
|
|
334
|
+
"type": "button",
|
|
337
335
|
"variant": "ghost",
|
|
338
|
-
"action": "RESET",
|
|
339
336
|
"icon": "rotate-ccw",
|
|
340
|
-
"
|
|
337
|
+
"action": "RESET",
|
|
341
338
|
"label": "Reset"
|
|
342
339
|
}
|
|
343
|
-
]
|
|
340
|
+
],
|
|
341
|
+
"direction": "horizontal",
|
|
342
|
+
"type": "stack",
|
|
343
|
+
"gap": "sm",
|
|
344
|
+
"justify": "center"
|
|
344
345
|
}
|
|
345
|
-
]
|
|
346
|
-
"type": "stack"
|
|
346
|
+
]
|
|
347
347
|
}
|
|
348
348
|
]
|
|
349
349
|
]
|
|
@@ -362,55 +362,53 @@
|
|
|
362
362
|
"render-ui",
|
|
363
363
|
"main",
|
|
364
364
|
{
|
|
365
|
-
"direction": "vertical",
|
|
366
365
|
"gap": "lg",
|
|
367
|
-
"
|
|
366
|
+
"direction": "vertical",
|
|
368
367
|
"children": [
|
|
369
368
|
{
|
|
370
369
|
"align": "center",
|
|
370
|
+
"justify": "between",
|
|
371
371
|
"children": [
|
|
372
372
|
{
|
|
373
|
-
"gap": "md",
|
|
374
373
|
"type": "stack",
|
|
375
|
-
"align": "center",
|
|
376
|
-
"direction": "horizontal",
|
|
377
374
|
"children": [
|
|
378
375
|
{
|
|
379
376
|
"type": "icon",
|
|
380
377
|
"name": "shield"
|
|
381
378
|
},
|
|
382
379
|
{
|
|
383
|
-
"type": "typography",
|
|
384
380
|
"content": "RateBucket Rate Limiter",
|
|
385
|
-
"variant": "h2"
|
|
381
|
+
"variant": "h2",
|
|
382
|
+
"type": "typography"
|
|
386
383
|
}
|
|
387
|
-
]
|
|
384
|
+
],
|
|
385
|
+
"align": "center",
|
|
386
|
+
"direction": "horizontal",
|
|
387
|
+
"gap": "md"
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
|
-
"type": "status-dot",
|
|
391
|
-
"pulse": true,
|
|
392
390
|
"status": "critical",
|
|
393
|
-
"label": "Throttled"
|
|
391
|
+
"label": "Throttled",
|
|
392
|
+
"pulse": true,
|
|
393
|
+
"type": "status-dot"
|
|
394
394
|
}
|
|
395
395
|
],
|
|
396
|
-
"direction": "horizontal",
|
|
397
396
|
"type": "stack",
|
|
398
|
-
"
|
|
399
|
-
"
|
|
397
|
+
"direction": "horizontal",
|
|
398
|
+
"gap": "md"
|
|
400
399
|
},
|
|
401
400
|
{
|
|
402
401
|
"type": "divider"
|
|
403
402
|
},
|
|
404
403
|
{
|
|
405
|
-
"
|
|
404
|
+
"message": "Rate limit exceeded. Requests are being throttled.",
|
|
406
405
|
"variant": "error",
|
|
407
|
-
"
|
|
406
|
+
"type": "alert"
|
|
408
407
|
},
|
|
409
408
|
{
|
|
410
|
-
"cols": 2.0,
|
|
411
|
-
"type": "simple-grid",
|
|
412
409
|
"children": [
|
|
413
410
|
{
|
|
411
|
+
"type": "stat-display",
|
|
414
412
|
"value": [
|
|
415
413
|
"object/get",
|
|
416
414
|
[
|
|
@@ -419,7 +417,6 @@
|
|
|
419
417
|
],
|
|
420
418
|
"count"
|
|
421
419
|
],
|
|
422
|
-
"type": "stat-display",
|
|
423
420
|
"label": "Requests"
|
|
424
421
|
},
|
|
425
422
|
{
|
|
@@ -434,11 +431,14 @@
|
|
|
434
431
|
],
|
|
435
432
|
"type": "stat-display"
|
|
436
433
|
}
|
|
437
|
-
]
|
|
434
|
+
],
|
|
435
|
+
"type": "simple-grid",
|
|
436
|
+
"cols": 2.0
|
|
438
437
|
},
|
|
439
438
|
{
|
|
440
|
-
"type": "meter",
|
|
441
439
|
"min": 0.0,
|
|
440
|
+
"type": "meter",
|
|
441
|
+
"max": 100.0,
|
|
442
442
|
"value": [
|
|
443
443
|
"object/get",
|
|
444
444
|
[
|
|
@@ -446,25 +446,25 @@
|
|
|
446
446
|
"@entity"
|
|
447
447
|
],
|
|
448
448
|
"count"
|
|
449
|
-
]
|
|
450
|
-
"max": 100.0
|
|
449
|
+
]
|
|
451
450
|
},
|
|
452
451
|
{
|
|
453
|
-
"direction": "horizontal",
|
|
454
|
-
"type": "stack",
|
|
455
|
-
"gap": "sm",
|
|
456
|
-
"justify": "center",
|
|
457
452
|
"children": [
|
|
458
453
|
{
|
|
459
|
-
"
|
|
454
|
+
"variant": "primary",
|
|
460
455
|
"icon": "rotate-ccw",
|
|
461
|
-
"label": "Reset",
|
|
462
456
|
"type": "button",
|
|
463
|
-
"
|
|
457
|
+
"action": "RESET",
|
|
458
|
+
"label": "Reset"
|
|
464
459
|
}
|
|
465
|
-
]
|
|
460
|
+
],
|
|
461
|
+
"justify": "center",
|
|
462
|
+
"direction": "horizontal",
|
|
463
|
+
"type": "stack",
|
|
464
|
+
"gap": "sm"
|
|
466
465
|
}
|
|
467
|
-
]
|
|
466
|
+
],
|
|
467
|
+
"type": "stack"
|
|
468
468
|
}
|
|
469
469
|
]
|
|
470
470
|
]
|
|
@@ -488,17 +488,20 @@
|
|
|
488
488
|
"render-ui",
|
|
489
489
|
"main",
|
|
490
490
|
{
|
|
491
|
+
"type": "stack",
|
|
491
492
|
"children": [
|
|
492
493
|
{
|
|
494
|
+
"direction": "horizontal",
|
|
495
|
+
"type": "stack",
|
|
496
|
+
"justify": "between",
|
|
497
|
+
"align": "center",
|
|
493
498
|
"children": [
|
|
494
499
|
{
|
|
495
|
-
"gap": "md",
|
|
496
|
-
"direction": "horizontal",
|
|
497
500
|
"align": "center",
|
|
498
501
|
"children": [
|
|
499
502
|
{
|
|
500
|
-
"
|
|
501
|
-
"
|
|
503
|
+
"type": "icon",
|
|
504
|
+
"name": "shield"
|
|
502
505
|
},
|
|
503
506
|
{
|
|
504
507
|
"content": "RateBucket Rate Limiter",
|
|
@@ -506,30 +509,27 @@
|
|
|
506
509
|
"type": "typography"
|
|
507
510
|
}
|
|
508
511
|
],
|
|
509
|
-
"
|
|
512
|
+
"direction": "horizontal",
|
|
513
|
+
"type": "stack",
|
|
514
|
+
"gap": "md"
|
|
510
515
|
},
|
|
511
516
|
{
|
|
512
|
-
"pulse": false,
|
|
513
|
-
"type": "status-dot",
|
|
514
517
|
"label": "Open",
|
|
515
|
-
"
|
|
518
|
+
"pulse": false,
|
|
519
|
+
"status": "online",
|
|
520
|
+
"type": "status-dot"
|
|
516
521
|
}
|
|
517
522
|
],
|
|
518
|
-
"gap": "md"
|
|
519
|
-
"type": "stack",
|
|
520
|
-
"justify": "between",
|
|
521
|
-
"align": "center",
|
|
522
|
-
"direction": "horizontal"
|
|
523
|
+
"gap": "md"
|
|
523
524
|
},
|
|
524
525
|
{
|
|
525
526
|
"type": "divider"
|
|
526
527
|
},
|
|
527
528
|
{
|
|
529
|
+
"type": "simple-grid",
|
|
528
530
|
"cols": 2.0,
|
|
529
531
|
"children": [
|
|
530
532
|
{
|
|
531
|
-
"type": "stat-display",
|
|
532
|
-
"label": "Requests",
|
|
533
533
|
"value": [
|
|
534
534
|
"object/get",
|
|
535
535
|
[
|
|
@@ -537,9 +537,13 @@
|
|
|
537
537
|
"@entity"
|
|
538
538
|
],
|
|
539
539
|
"count"
|
|
540
|
-
]
|
|
540
|
+
],
|
|
541
|
+
"type": "stat-display",
|
|
542
|
+
"label": "Requests"
|
|
541
543
|
},
|
|
542
544
|
{
|
|
545
|
+
"label": "Window",
|
|
546
|
+
"type": "stat-display",
|
|
543
547
|
"value": [
|
|
544
548
|
"object/get",
|
|
545
549
|
[
|
|
@@ -547,15 +551,11 @@
|
|
|
547
551
|
"@entity"
|
|
548
552
|
],
|
|
549
553
|
"window"
|
|
550
|
-
]
|
|
551
|
-
"type": "stat-display",
|
|
552
|
-
"label": "Window"
|
|
554
|
+
]
|
|
553
555
|
}
|
|
554
|
-
]
|
|
555
|
-
"type": "simple-grid"
|
|
556
|
+
]
|
|
556
557
|
},
|
|
557
558
|
{
|
|
558
|
-
"max": 100.0,
|
|
559
559
|
"value": [
|
|
560
560
|
"object/get",
|
|
561
561
|
[
|
|
@@ -564,11 +564,12 @@
|
|
|
564
564
|
],
|
|
565
565
|
"count"
|
|
566
566
|
],
|
|
567
|
-
"
|
|
568
|
-
"type": "meter"
|
|
567
|
+
"max": 100.0,
|
|
568
|
+
"type": "meter",
|
|
569
|
+
"min": 0.0
|
|
569
570
|
},
|
|
570
571
|
{
|
|
571
|
-
"
|
|
572
|
+
"showPercentage": true,
|
|
572
573
|
"value": [
|
|
573
574
|
"object/get",
|
|
574
575
|
[
|
|
@@ -578,33 +579,32 @@
|
|
|
578
579
|
"count"
|
|
579
580
|
],
|
|
580
581
|
"max": 100.0,
|
|
581
|
-
"
|
|
582
|
+
"type": "progress-bar"
|
|
582
583
|
},
|
|
583
584
|
{
|
|
584
|
-
"justify": "center",
|
|
585
|
-
"type": "stack",
|
|
586
585
|
"direction": "horizontal",
|
|
586
|
+
"gap": "sm",
|
|
587
587
|
"children": [
|
|
588
588
|
{
|
|
589
|
-
"variant": "primary",
|
|
590
589
|
"type": "button",
|
|
591
590
|
"label": "Request",
|
|
592
|
-
"
|
|
593
|
-
"
|
|
591
|
+
"action": "REQUEST",
|
|
592
|
+
"variant": "primary",
|
|
593
|
+
"icon": "send"
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
|
-
"label": "Reset",
|
|
597
|
-
"icon": "rotate-ccw",
|
|
598
|
-
"variant": "ghost",
|
|
599
596
|
"type": "button",
|
|
597
|
+
"variant": "ghost",
|
|
598
|
+
"icon": "rotate-ccw",
|
|
599
|
+
"label": "Reset",
|
|
600
600
|
"action": "RESET"
|
|
601
601
|
}
|
|
602
602
|
],
|
|
603
|
-
"
|
|
603
|
+
"type": "stack",
|
|
604
|
+
"justify": "center"
|
|
604
605
|
}
|
|
605
606
|
],
|
|
606
607
|
"direction": "vertical",
|
|
607
|
-
"type": "stack",
|
|
608
608
|
"gap": "lg"
|
|
609
609
|
}
|
|
610
610
|
]
|
|
@@ -629,50 +629,49 @@
|
|
|
629
629
|
"render-ui",
|
|
630
630
|
"main",
|
|
631
631
|
{
|
|
632
|
-
"
|
|
632
|
+
"gap": "lg",
|
|
633
|
+
"direction": "vertical",
|
|
633
634
|
"children": [
|
|
634
635
|
{
|
|
636
|
+
"align": "center",
|
|
635
637
|
"children": [
|
|
636
638
|
{
|
|
637
|
-
"gap": "md",
|
|
638
|
-
"align": "center",
|
|
639
639
|
"children": [
|
|
640
640
|
{
|
|
641
641
|
"type": "icon",
|
|
642
642
|
"name": "shield"
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
|
-
"
|
|
645
|
+
"variant": "h2",
|
|
646
646
|
"type": "typography",
|
|
647
|
-
"
|
|
647
|
+
"content": "RateBucket Rate Limiter"
|
|
648
648
|
}
|
|
649
649
|
],
|
|
650
|
-
"
|
|
651
|
-
"
|
|
650
|
+
"type": "stack",
|
|
651
|
+
"align": "center",
|
|
652
|
+
"gap": "md",
|
|
653
|
+
"direction": "horizontal"
|
|
652
654
|
},
|
|
653
655
|
{
|
|
654
|
-
"
|
|
656
|
+
"pulse": false,
|
|
655
657
|
"type": "status-dot",
|
|
656
658
|
"label": "Open",
|
|
657
|
-
"
|
|
659
|
+
"status": "online"
|
|
658
660
|
}
|
|
659
661
|
],
|
|
660
|
-
"align": "center",
|
|
661
|
-
"justify": "between",
|
|
662
662
|
"direction": "horizontal",
|
|
663
|
-
"
|
|
664
|
-
"
|
|
663
|
+
"gap": "md",
|
|
664
|
+
"justify": "between",
|
|
665
|
+
"type": "stack"
|
|
665
666
|
},
|
|
666
667
|
{
|
|
667
668
|
"type": "divider"
|
|
668
669
|
},
|
|
669
670
|
{
|
|
670
671
|
"type": "simple-grid",
|
|
671
|
-
"cols": 2.0,
|
|
672
672
|
"children": [
|
|
673
673
|
{
|
|
674
674
|
"type": "stat-display",
|
|
675
|
-
"label": "Requests",
|
|
676
675
|
"value": [
|
|
677
676
|
"object/get",
|
|
678
677
|
[
|
|
@@ -680,9 +679,11 @@
|
|
|
680
679
|
"@entity"
|
|
681
680
|
],
|
|
682
681
|
"count"
|
|
683
|
-
]
|
|
682
|
+
],
|
|
683
|
+
"label": "Requests"
|
|
684
684
|
},
|
|
685
685
|
{
|
|
686
|
+
"type": "stat-display",
|
|
686
687
|
"label": "Window",
|
|
687
688
|
"value": [
|
|
688
689
|
"object/get",
|
|
@@ -691,15 +692,13 @@
|
|
|
691
692
|
"@entity"
|
|
692
693
|
],
|
|
693
694
|
"window"
|
|
694
|
-
]
|
|
695
|
-
"type": "stat-display"
|
|
695
|
+
]
|
|
696
696
|
}
|
|
697
|
-
]
|
|
697
|
+
],
|
|
698
|
+
"cols": 2.0
|
|
698
699
|
},
|
|
699
700
|
{
|
|
700
|
-
"max": 100.0,
|
|
701
701
|
"type": "meter",
|
|
702
|
-
"min": 0.0,
|
|
703
702
|
"value": [
|
|
704
703
|
"object/get",
|
|
705
704
|
[
|
|
@@ -707,11 +706,11 @@
|
|
|
707
706
|
"@entity"
|
|
708
707
|
],
|
|
709
708
|
"count"
|
|
710
|
-
]
|
|
709
|
+
],
|
|
710
|
+
"max": 100.0,
|
|
711
|
+
"min": 0.0
|
|
711
712
|
},
|
|
712
713
|
{
|
|
713
|
-
"showPercentage": true,
|
|
714
|
-
"type": "progress-bar",
|
|
715
714
|
"value": [
|
|
716
715
|
"object/get",
|
|
717
716
|
[
|
|
@@ -720,33 +719,34 @@
|
|
|
720
719
|
],
|
|
721
720
|
"count"
|
|
722
721
|
],
|
|
723
|
-
"max": 100.0
|
|
722
|
+
"max": 100.0,
|
|
723
|
+
"type": "progress-bar",
|
|
724
|
+
"showPercentage": true
|
|
724
725
|
},
|
|
725
726
|
{
|
|
727
|
+
"gap": "sm",
|
|
726
728
|
"justify": "center",
|
|
729
|
+
"type": "stack",
|
|
727
730
|
"children": [
|
|
728
731
|
{
|
|
729
|
-
"label": "Request",
|
|
730
732
|
"action": "REQUEST",
|
|
733
|
+
"label": "Request",
|
|
734
|
+
"type": "button",
|
|
731
735
|
"variant": "primary",
|
|
732
|
-
"icon": "send"
|
|
733
|
-
"type": "button"
|
|
736
|
+
"icon": "send"
|
|
734
737
|
},
|
|
735
738
|
{
|
|
739
|
+
"variant": "ghost",
|
|
736
740
|
"icon": "rotate-ccw",
|
|
741
|
+
"label": "Reset",
|
|
737
742
|
"action": "RESET",
|
|
738
|
-
"type": "button"
|
|
739
|
-
"variant": "ghost",
|
|
740
|
-
"label": "Reset"
|
|
743
|
+
"type": "button"
|
|
741
744
|
}
|
|
742
745
|
],
|
|
743
|
-
"direction": "horizontal"
|
|
744
|
-
"gap": "sm",
|
|
745
|
-
"type": "stack"
|
|
746
|
+
"direction": "horizontal"
|
|
746
747
|
}
|
|
747
748
|
],
|
|
748
|
-
"
|
|
749
|
-
"gap": "lg"
|
|
749
|
+
"type": "stack"
|
|
750
750
|
}
|
|
751
751
|
]
|
|
752
752
|
]
|
|
@@ -761,30 +761,30 @@
|
|
|
761
761
|
"main",
|
|
762
762
|
{
|
|
763
763
|
"gap": "lg",
|
|
764
|
+
"type": "stack",
|
|
765
|
+
"direction": "vertical",
|
|
764
766
|
"children": [
|
|
765
767
|
{
|
|
766
768
|
"type": "stack",
|
|
767
|
-
"gap": "md",
|
|
768
|
-
"direction": "horizontal",
|
|
769
769
|
"justify": "between",
|
|
770
|
-
"
|
|
770
|
+
"gap": "md",
|
|
771
771
|
"children": [
|
|
772
772
|
{
|
|
773
|
-
"direction": "horizontal",
|
|
774
773
|
"align": "center",
|
|
775
774
|
"children": [
|
|
776
775
|
{
|
|
777
|
-
"
|
|
778
|
-
"
|
|
776
|
+
"type": "icon",
|
|
777
|
+
"name": "shield"
|
|
779
778
|
},
|
|
780
779
|
{
|
|
781
|
-
"content": "RateBucket Rate Limiter",
|
|
782
780
|
"variant": "h2",
|
|
783
|
-
"type": "typography"
|
|
781
|
+
"type": "typography",
|
|
782
|
+
"content": "RateBucket Rate Limiter"
|
|
784
783
|
}
|
|
785
784
|
],
|
|
786
785
|
"gap": "md",
|
|
787
|
-
"type": "stack"
|
|
786
|
+
"type": "stack",
|
|
787
|
+
"direction": "horizontal"
|
|
788
788
|
},
|
|
789
789
|
{
|
|
790
790
|
"type": "status-dot",
|
|
@@ -792,15 +792,17 @@
|
|
|
792
792
|
"pulse": true,
|
|
793
793
|
"label": "Throttled"
|
|
794
794
|
}
|
|
795
|
-
]
|
|
795
|
+
],
|
|
796
|
+
"direction": "horizontal",
|
|
797
|
+
"align": "center"
|
|
796
798
|
},
|
|
797
799
|
{
|
|
798
800
|
"type": "divider"
|
|
799
801
|
},
|
|
800
802
|
{
|
|
801
803
|
"variant": "error",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
804
|
+
"message": "Rate limit exceeded. Requests are being throttled.",
|
|
805
|
+
"type": "alert"
|
|
804
806
|
},
|
|
805
807
|
{
|
|
806
808
|
"type": "simple-grid",
|
|
@@ -815,10 +817,12 @@
|
|
|
815
817
|
],
|
|
816
818
|
"count"
|
|
817
819
|
],
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
+
"type": "stat-display",
|
|
821
|
+
"label": "Requests"
|
|
820
822
|
},
|
|
821
823
|
{
|
|
824
|
+
"type": "stat-display",
|
|
825
|
+
"label": "Window",
|
|
822
826
|
"value": [
|
|
823
827
|
"object/get",
|
|
824
828
|
[
|
|
@@ -826,14 +830,13 @@
|
|
|
826
830
|
"@entity"
|
|
827
831
|
],
|
|
828
832
|
"window"
|
|
829
|
-
]
|
|
830
|
-
"label": "Window",
|
|
831
|
-
"type": "stat-display"
|
|
833
|
+
]
|
|
832
834
|
}
|
|
833
835
|
]
|
|
834
836
|
},
|
|
835
837
|
{
|
|
836
|
-
"
|
|
838
|
+
"min": 0.0,
|
|
839
|
+
"type": "meter",
|
|
837
840
|
"value": [
|
|
838
841
|
"object/get",
|
|
839
842
|
[
|
|
@@ -842,27 +845,24 @@
|
|
|
842
845
|
],
|
|
843
846
|
"count"
|
|
844
847
|
],
|
|
845
|
-
"
|
|
846
|
-
"type": "meter"
|
|
848
|
+
"max": 100.0
|
|
847
849
|
},
|
|
848
850
|
{
|
|
849
|
-
"gap": "sm",
|
|
850
|
-
"justify": "center",
|
|
851
851
|
"direction": "horizontal",
|
|
852
|
-
"type": "stack",
|
|
853
852
|
"children": [
|
|
854
853
|
{
|
|
855
|
-
"icon": "rotate-ccw",
|
|
856
854
|
"variant": "primary",
|
|
857
855
|
"label": "Reset",
|
|
858
|
-
"
|
|
859
|
-
"
|
|
856
|
+
"action": "RESET",
|
|
857
|
+
"icon": "rotate-ccw",
|
|
858
|
+
"type": "button"
|
|
860
859
|
}
|
|
861
|
-
]
|
|
860
|
+
],
|
|
861
|
+
"justify": "center",
|
|
862
|
+
"type": "stack",
|
|
863
|
+
"gap": "sm"
|
|
862
864
|
}
|
|
863
|
-
]
|
|
864
|
-
"direction": "vertical",
|
|
865
|
-
"type": "stack"
|
|
865
|
+
]
|
|
866
866
|
}
|
|
867
867
|
]
|
|
868
868
|
]
|