MaxLabelValueLength returns maximum length a label value can be. This also is the maximum length of a metric name.
(userID string)
| 689 | // MaxLabelValueLength returns maximum length a label value can be. This also is |
| 690 | // the maximum length of a metric name. |
| 691 | func (o *Overrides) MaxLabelValueLength(userID string) int { |
| 692 | return o.GetOverridesForUser(userID).MaxLabelValueLength |
| 693 | } |
| 694 | |
| 695 | // MaxLabelNamesPerSeries returns maximum number of label/value pairs timeseries. |
| 696 | func (o *Overrides) MaxLabelNamesPerSeries(userID string) int { |