1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/internal
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
..
baggage Add Baggage API and move Baggage propagator (#1217) 2020-10-05 11:25:09 -04:00
global Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
internaltest Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
matchers Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
metric Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
tools Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
trace Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
rawhelpers.go Remove extra labels types (#1314) 2021-02-16 16:23:58 -08:00