1
0
mirror of https://github.com/golang/go synced 2024-11-05 21:26:11 -07:00
go/internal/telemetry/event
Ian Cottrell 3b4a2bfdc9 internal/telemetry: removing the IsEmpty method of TagMap
It is not being used, and implementing it efficiently is infeasible without
reducing the efficiency of cases that matter more.

Change-Id: Ie53250f0e63ad08a418724c60a74a52edbdfdb29
Reviewed-on: https://go-review.googlesource.com/c/tools/+/226358
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
2020-03-31 00:50:56 +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: removing the IsEmpty method of TagMap 2020-03-31 00:50:56 +00:00
tag.go internal/telemetry: removing the IsEmpty method of TagMap 2020-03-31 00:50:56 +00:00
trace.go internal/telemetry: minor improvement to span events 2020-03-29 02:58:19 +00:00