You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resilience is baked in: Redis keeps tenant limits and analytics steady across restarts, and chaos controls let you rehearse failure without surprises.
Observability is default, not optional: Prometheus, JSON metrics, and OpenTelemetry keep tenants isolated via X-API-Key while showing you what is really happening.
3) Live Observability
Public views are on so you can watch the system breathe without setting anything up.
Hit it: curl -H "X-API-Key: sk_test_123" http://localhost:8080/users or visit http://localhost:8080/demo.
About
Go-based API gateway with layered middleware (logging, tracing, metrics, tenant resolution) fronting user and order services via reverse proxy. Built for resilience and insight: rate limiting per tenant (Redis token bucket), chaos injection, and analytics capture for every attempt.