1
0
mirror of https://github.com/golang/go synced 2024-11-06 02:36:15 -07:00
go/internal/telemetry/export
Ian Cottrell 1386b938c6 internal/telemetry: convert attributes using the key type
This uses the strongly typed key to get the value rather than
type switching on the value itself.

Change-Id: I8f72d1d9cac0191b0565c14d8a1108459ee6df36
Reviewed-on: https://go-review.googlesource.com/c/tools/+/225379
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
2020-03-26 17:46:10 +00:00
..
metric internal/telemetry: make metrics take a strongly typed key 2020-03-26 17:45:58 +00:00
ocagent internal/telemetry: convert attributes using the key type 2020-03-26 17:46:10 +00:00
prometheus internal/telemetry: replace TagSet with TagMap and TagPointer 2020-03-25 01:00:44 +00:00
id.go internal/telemetry: change tracing to be event based 2020-03-04 02:41:40 +00:00
log.go internal/telemetry: replace TagSet with TagMap and TagPointer 2020-03-25 01:00:44 +00:00
tag.go internal/telemetry: replace TagSet with TagMap and TagPointer 2020-03-25 01:00:44 +00:00
trace.go internal/telemetry: replace TagSet with TagMap and TagPointer 2020-03-25 01:00:44 +00:00