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}