1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/api/core
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
..
doc.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
key_test.go Improve Value.Emit() with strconv. (#262) 2019-11-01 12:06:33 -07:00
key.go Improve Value.Emit() with strconv. (#262) 2019-11-01 12:06:33 -07:00
number_test.go Remove NewZeroNumber in favor of Number(0) (#255) 2019-10-30 11:22:14 -07:00
number.go document api/core and api/key packages (#263) 2019-10-31 14:55:51 -07:00
numberkind_string.go Metrics SDK work-in-progress (#172) 2019-10-29 13:27:22 -07:00
rawhelpers.go Shrink core.Value (#256) 2019-10-30 15:01:19 -07:00
span_context_test.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
span_context.go document api/core and api/key packages (#263) 2019-10-31 14:55:51 -07:00
valuetype_string.go Shrink core.Value (#256) 2019-10-30 15:01:19 -07:00