func github.com/prometheus/client_golang/prometheus.validateLabelValues
6 uses
github.com/prometheus/client_golang/prometheus (current package)
desc.go#L110: if err := validateLabelValues(labelValues, len(labelValues)); err != nil {
histogram.go#L546: if err := validateLabelValues(labelValues, len(desc.variableLabels)); err != nil {
labels.go#L67: func validateLabelValues(vals []string, expectedNumberOfValues int) error {
summary.go#L710: if err := validateLabelValues(labelValues, len(desc.variableLabels)); err != nil {
value.go#L86: if err := validateLabelValues(labelValues, len(desc.variableLabels)); err != nil {
vec.go#L146: if err := validateLabelValues(vals, len(m.desc.variableLabels)-len(m.curry)); err != nil {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |