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
José Carlos Chávez
e22a48de5a
chore: adds vanity import for files that don't have it. ( #1297 )
2020-11-04 09:10:58 -08:00
Daniil Rutskiy
911d7be43d
Check marshalled value instead of iface ( #1299 )
...
* Check marshalled value
Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
* Update CHANGELOG.md
Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
* Move change to Fixed section
Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-11-02 08:27:41 -08:00
Tyler Yahn
034195692a
Update README and documentation to better communicate pre-GA state ( #1281 )
...
* Update README
Move project status to top of project documentation and add explicit
warnings that this project may introduce breaking changes.
* Add disclaimer to public packages docs
* Use explicit warning in README
2020-10-29 09:23:13 -07:00
Tyler Yahn
bafde86b29
Fix lint issues in the label package ( #1244 )
...
Rename MergeItererator to MergeIterator to correct the spelling mistake.
Add comment for exported `EmptySet`.
Fix comments on the exported label `Type`s to conform to Go standards.
2020-10-12 08:39:12 -07:00
Tyler Yahn
5660b0b59f
Update label.ArrayValue to store copies of 1D arrays ( #1226 )
...
* Update label.ArrayValue to store copies of 1D arrays
* Update OTLP transform of array attributes
* Add changes to CHANGELOG
* Add PR number to changes
* Update value function documentation
* Remove redundant checks
* Add Array test for invalid array types
* Add test to ensure return from AsArray is a type
* Clean up iteration
2020-10-05 17:09:03 -07:00
Matej Gera
a12224a454
Ensure exported interfaces have named method parameters ( #1172 )
...
* Ensure exported interface types have named arguments
* Update Styling Guide
* update CHANGELOG
2020-09-16 09:09:45 -07:00
Tyler Yahn
f995380e58
Unify api/label
and api/kv
in new label
package ( #1060 )
...
* Move `api/label` to `label`
* Move `api/kv` package contents into `label` package
* Unify label package name
* Move `api/internal/rawhelpers.go` to `internal`
* Propagate replacing `api/kv` with `label` pkg
* golint
* Fix over-aggressive change
* Update Changelog
2020-08-17 20:25:03 -07:00