github.com/prometheus/common/model.Scalar.Timestamp (field)
4 uses
github.com/prometheus/common/model (current package)
value.go#L303: Timestamp Time `json:"timestamp"`
value.go#L307: return fmt.Sprintf("scalar: %v @[%v]", s.Value, s.Timestamp)
value.go#L313: return json.Marshal([...]interface{}{s.Timestamp, string(v)})
value.go#L319: v := [...]interface{}{&s.Timestamp, &f}
![]() |
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. |