1
0
mirror of https://github.com/golang/go synced 2024-11-05 21:26:11 -07:00
go/internal/telemetry/event
Ian Cottrell bd061c738e internal/telemetry: expose the TagOf* and Unpack* methods
These allow tags to be constructed and used from outside
the event package.
This makes it easy for users of these APIs to write their own
implementations of Key.

Change-Id: Ic3320a80f297bbe1d4cd6d9beafbe13ebbace398
Reviewed-on: https://go-review.googlesource.com/c/tools/+/228232
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2020-04-16 04:05:21 +00:00
..
event.go internal/telemetry: expose the TagOf* and Unpack* methods 2020-04-16 04:05:21 +00:00
export.go internal/lsp: make event directly implement TagMap 2020-04-06 17:24:01 +00:00
key.go internal/telemetry: expose the TagOf* and Unpack* methods 2020-04-16 04:05:21 +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/lsp: make tag iteration allocation-free 2020-04-08 13:20:38 +00:00
tag.go internal/telemetry: expose the TagOf* and Unpack* methods 2020-04-16 04:05:21 +00:00
trace.go internal/telemetry: minor improvement to span events 2020-03-29 02:58:19 +00:00