LimitsPerLabelSet returns the user limits per labelset across the cluster.
(userID string)
| 767 | |
| 768 | // LimitsPerLabelSet returns the user limits per labelset across the cluster. |
| 769 | func (o *Overrides) LimitsPerLabelSet(userID string) []LimitsPerLabelSet { |
| 770 | return o.GetOverridesForUser(userID).LimitsPerLabelSet |
| 771 | } |
| 772 | |
| 773 | // MaxChunksPerQueryFromStore returns the maximum number of chunks allowed per query when fetching |
| 774 | // chunks from the long-term storage. |
no test coverage detected