mirror of
https://github.com/golang/go
synced 2024-11-19 02:44:44 -07:00
96ad48e4b0
This change adds a custom MarshalJSON func to Point so that values are formatted the same way jsonpb formats them. This allows the OpenCensus service to determine the concrete type of the point's value when unmarshaling. What works: * Points with Int64, Double, and Distribution values will marshal correctly. What does not work: * Points with Summary values will not marshal. Updates golang/go#33819 Change-Id: Ia76ebff4e0e2b6ff2ddf72b8d6187f49069d4cad Reviewed-on: https://go-review.googlesource.com/c/tools/+/207838 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
export | ||
log | ||
metric | ||
stats | ||
tag | ||
trace | ||
unit | ||
context.go | ||
doc.go | ||
event.go | ||
id.go | ||
metric.go | ||
tag.go | ||
trace.go |