1
0
mirror of https://github.com/golang/go synced 2024-11-05 21:46:13 -07:00
go/internal/telemetry/event
Ian Cottrell fd4102a86c internal/telemetry: minor improvement to span events
This changes span events to return a cheaper end function if there is
no exporter and also to deliver the end event to the same exporter
that the start even was delivered to rather than which was active
when the end event is triggered.

Change-Id: I831283da20e8cc991a0cf7490952ae194d125428
Reviewed-on: https://go-review.googlesource.com/c/tools/+/225737
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
2020-03-29 02:58:19 +00:00
..
event.go internal/telemetry: use tags instead of special event fields. 2020-03-29 02:56:35 +00:00
export.go internal/telemetry: minor improvement to span events 2020-03-29 02:58:19 +00:00
key.go internal/telemetry: use tags instead of special event fields. 2020-03-29 02:56:35 +00:00
label.go internal/telemetry: add fast non variadic event functions 2020-03-29 02:57:12 +00:00
log.go internal/telemetry: add fast non variadic event functions 2020-03-29 02:57:12 +00:00
metric.go internal/telemetry: add fast non variadic event functions 2020-03-29 02:57:12 +00:00
tag_test.go internal/telemetry: replace TagSet with TagMap and TagPointer 2020-03-25 01:00:44 +00:00
tag.go internal/telemetry: change tag to use type specific storage 2020-03-29 02:53:08 +00:00
trace.go internal/telemetry: minor improvement to span events 2020-03-29 02:58:19 +00:00