Loading
docs: clarify limiter name collisions across services
Address Hercules' question about who provides the limiter name and what happens when two services share one. - In Phase 1, note that limiter names are static per-application configuration declared in `available_limiters`, so two limiters in the same service cannot collide. Names can repeat across services harmlessly because each service counts in its own Redis storage. - In Phase 3, call out that the external service keys on the limiter name and must scope rules by the calling service too, so a dynamic rule for one service cannot leak into another that shares the name (most relevant for the generic limiters). gitlab-com/gl-infra/production-engineering#28775