in timestamped_metric.go [70:73]
func (m *TimestampedMetric) Add(value float64, timestamp time.Time) { m.value += value m.ensureTimestamp(×tamp) }