1
0
mirror of https://github.com/golang/go synced 2024-10-01 03:18:33 -06:00
go/internal/telemetry
Emmanuel T Odeke 7667e13ae9 internal/telemetry: modify *Subscriber to take timeAt
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>
2019-10-11 20:42:57 +00:00
..
export ocagent: convert Int64Data and Float64Data metrics to *wire.Metric. 2019-10-10 07:50:00 +00:00
log internal/telemetry: clean up the exporter api 2019-08-15 23:56:12 +00:00
metric internal/telemetry: modify *Subscriber to take timeAt 2019-10-11 20:42:57 +00:00
stats internal/telemetry: modify *Subscriber to take timeAt 2019-10-11 20:42:57 +00:00
tag all: fix more typos 2019-09-11 15:13:14 +00:00
trace internal/telemetry: clean up the exporter api 2019-08-15 23:56:12 +00:00
unit internal/telemetry: extract units to their own package 2019-08-15 21:28:32 +00:00
context.go internal/telemetry: clean up the exporter api 2019-08-15 23:56:12 +00:00
doc.go internal/lsp: split the telemetry library out 2019-08-15 21:28:02 +00:00
event.go internal/lsp: add additional information when logging errors 2019-08-26 18:41:59 +00:00
id.go internal/telemetry: clean up the exporter api 2019-08-15 23:56:12 +00:00
metric.go internal/telemetry: clean up the exporter api 2019-08-15 23:56:12 +00:00
tag.go internal/telemetry: clean up the exporter api 2019-08-15 23:56:12 +00:00
trace.go internal/telemetry: clean up the exporter api 2019-08-15 23:56:12 +00:00