github.com/prometheus/common/model.Matcher.Value (field)
7 uses
github.com/prometheus/common/model (current package)
silence.go#L26: Value string `json:"value"`
silence.go#L40: if _, err := regexp.Compile(m.Value); err != nil {
silence.go#L53: if _, err := regexp.Compile(m.Value); err != nil {
silence.go#L54: return fmt.Errorf("invalid regular expression %q", m.Value)
silence.go#L56: } else if !LabelValue(m.Value).IsValid() || len(m.Value) == 0 {
silence.go#L57: return fmt.Errorf("invalid value %q", m.Value)
![]() |
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. |