mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Modifies the various Subscriber signatures to take in an "at" time.Time field, which captures the time that a measurement was made. This field will then be used when exporting points as their EndTime. Fixes #34490. Change-Id: I9e87b65e374876ae3d4df0abedb64bb7dcb221b6 Reviewed-on: https://go-review.googlesource.com/c/tools/+/199577 Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com> Reviewed-by: Ian Cottrell <iancottrell@google.com>