MaxGlobalSeriesPerMetric returns the maximum number of series allowed per metric across the cluster.
(userID string)
| 762 | |
| 763 | // MaxGlobalSeriesPerMetric returns the maximum number of series allowed per metric across the cluster. |
| 764 | func (o *Overrides) MaxGlobalSeriesPerMetric(userID string) int { |
| 765 | return o.GetOverridesForUser(userID).MaxGlobalSeriesPerMetric |
| 766 | } |
| 767 | |
| 768 | // LimitsPerLabelSet returns the user limits per labelset across the cluster. |
| 769 | func (o *Overrides) LimitsPerLabelSet(userID string) []LimitsPerLabelSet { |
no test coverage detected