1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/label
Daniil Rutskiy 7de3b58ce9
Remove extra labels types (#1314)
* Remove extra labels types

Remove the following labels types: INT32, UINT32, UINT64
and FLOAT32.

Fix all extra labels types occurrences in the project.

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Delete unused helpers

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Convert passed values into remaining types

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Clarify func description

* Fix uint64 convertion

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Fix uint conversion

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Update OTLP exporter label types

Co-authored-by: Tyler Yahn <codingalias@gmail.com>
2021-02-16 16:23:58 -08:00
..
benchmark_test.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
encoder.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
iterator_test.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
iterator.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
key_test.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00
key.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00
kv_test.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00
kv.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00
set_test.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
set.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
type_string.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00
value_test.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00
value.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00