MCPcopy Index your code
hub / github.com/cortexproject/cortex / MaxLabelValueLength

Method MaxLabelValueLength

pkg/util/validation/limits.go:691–693  ·  view source on GitHub ↗

MaxLabelValueLength returns maximum length a label value can be. This also is the maximum length of a metric name.

(userID string)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

GetOverridesForUserMethod · 0.95

Tested by 1