(userID string)
| 167 | // RulesLimits defines limits used by Ruler. |
| 168 | type RulesLimits interface { |
| 169 | MaxQueryLength(userID string) time.Duration |
| 170 | RulerTenantShardSize(userID string) float64 |
| 171 | RulerMaxRuleGroupsPerTenant(userID string) int |
| 172 | RulerMaxRulesPerRuleGroup(userID string) int |
no outgoing calls
no test coverage detected