func()

in timestamped_metric.go [65:68]


func (m *TimestampedMetric) Set(value float64, timestamp time.Time) {
	m.value = value
	m.ensureTimestamp(&timestamp)
}