MaxOutstandingPerTenant returns the limit to the maximum number of outstanding requests per tenant per request queue.
(user string)
| 17 | // MaxOutstandingPerTenant returns the limit to the maximum number |
| 18 | // of outstanding requests per tenant per request queue. |
| 19 | MaxOutstandingPerTenant(user string) int |
| 20 | |
| 21 | // QueryPriority returns query priority config for the tenant, including priority level, |
| 22 | // their attributes, and how many reserved queriers each priority has. |
no outgoing calls
no test coverage detected