II.
StackPart JSON
Structured · livestack-part:rate-limiter
Rate Limiter json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:rate-limiter",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-app-services.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Rate Limiter",
"description": "Component enforcing request quotas/throttles per key, route, or\ntenant. Implementations include Envoy/Kong rate-limit filters,\nRedis token-bucket libraries, and bespoke leaky-bucket services.\n"
},
"outgoingEdges": [
{
"from": "stack-part:rate-limiter",
"to": "tool:kong",
"kind": "implemented_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:kong",
"to": "stack-part:rate-limiter",
"kind": "implements_stack_part",
"attributes": {}
}
]
}