1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-21 19:19:56 +02:00
Gustavo Silva Paiva 8b061a2102 Improve Value.Emit() with strconv. (#262)
* use strconv instead of fmt.Sprint

* rollback float it has no significant improvement on time and worse allocated bytes.

* change int32 and uint32 to separate cases.
2019-11-01 12:06:33 -07:00
..