Punya Biswal
|
ecf65d7968
|
Rename otel/label -> otel/attribute (#1541)
* Rename otel/label -> otel/attr
Leave the imported name alone, to avoid a large diff and conflicts
* Better import comment
* Update CHANGELOG.md
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* otel/attr -> otel/attribute
* Missed the changelog entry
* Get rid of import renaming
* Merge remaining conflicts
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
|
2021-02-18 12:59:37 -05:00 |
|
Eundoo Song
|
9c949411ce
|
Rename internal/testing to internal/internaltest (#1449)
|
2021-01-12 08:56:16 -08:00 |
|
Joshua MacDonald
|
187adeb251
|
Change resource.New() to use functional options; add builtin attributes for (host.*, telemetry.sdk.*) (#1235)
* Add a resource.Configure() with functional options
* Add a changelog
* Add tests for builtin resources
* Rename to WithoutBuiltin
* Add new test; restore environment after tests
* Apply feedback
* Apply suggestions from code review
❤️
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Comment edits
* Rename New, former method NewFromAttributes
* NewFromAttributes->NewWithAttributes
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
|
2020-10-31 11:16:55 -07:00 |
|
Matej Gera
|
1f7c220652
|
Don't consider unset env var to be an error during resource detection (#1170)
* Don't consider unset env var an error during detection
* update CHANGELOG
|
2020-09-14 12:08:05 -04: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 |
|
YANYZP
|
99c299877d
|
OT resource detector (#939)
* first
* all included
* constant
* res keys
* env detector
* Update sdk/detect/env.go
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* new test cases and strings operation to handle labels
* solved conflict
* typo
* corrected comments
* deleted env var handling
* push again
* rerun
* restructuring
* new way to aggregate errors
* all in resources package and verbose comments
* solved merge conflicts
* included new error types
* improved error handling
* updated changelog.md
* updated changelog
* updated changelog.md
* updated changelog
* Update CHANGELOG.md
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
|
2020-07-20 08:43:51 -07:00 |
|