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
Describe What Happened ResourceToSource was recently changed to require the parameter hostFromAttributesHandler of type attributes.HostFromAttributesHandler
The text was updated successfully, but these errors were encountered:
Hello! It looks like we're already working on a PR here #33370 to resolve this issue.
Where are you running into this issue? If this is due to importing pkg/trace or some other portion of the datadog agent you can work around this temporarily by using go get github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/[email protected] or using a replace directive in your go.mod file. Note that the specific version you choose here will depend on which version of the datadog-agent you're importing.
I temporarily solved it by replacing it with version 0.23.0 in go.mod replace github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes => github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.23.0
Describe What Happened
ResourceToSource was recently changed to require the parameter
hostFromAttributesHandler
of typeattributes.HostFromAttributesHandler
The text was updated successfully, but these errors were encountered: