github.com/prometheus/common/model.SamplePair.Value (field)
10 uses
github.com/prometheus/common/model (current package)
value.go#L80: Value SampleValue
value.go#L89: v, err := json.Marshal(s.Value)
value.go#L98: v := [...]json.Unmarshaler{&s.Timestamp, &s.Value}
value.go#L105: return s == o || (s.Value.Equal(o.Value) && s.Timestamp.Equal(o.Timestamp))
value.go#L109: return fmt.Sprintf("%s @[%s]", s.Value, s.Timestamp)
value.go#L139: Value: s.Value,
value.go#L152: Value: s.Value,
value.go#L168: Value: s.Value,
value.go#L178: s.Value = v.Value.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. |