You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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 thehost.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()
.The text was updated successfully, but these errors were encountered: