Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new resource.New() primitive #33

Closed
jmacd opened this issue Nov 2, 2020 · 0 comments · Fixed by #58
Closed

Use new resource.New() primitive #33

jmacd opened this issue Nov 2, 2020 · 0 comments · Fixed by #58

Comments

@jmacd
Copy link
Member

jmacd commented Nov 2, 2020

Is your feature request related to a problem? Please describe.
The 0.14 release will include open-telemetry/opentelemetry-go#1235, which adds a new resource.New() primitive. The primitive will take over some of the resource support in this repository, including the host.name, telemetry.sdk.*, and environment variable builtins.

Describe the solution you'd like
When updating to 0.14, remove the corresponding code and call resource.New().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant