-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[BUG] Not enough arguments in call to ResourceToSource #33597
Comments
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 |
I temporarily solved it by replacing it with version 0.23.0 in go.mod |
I got the below build error:
Version in my
Downgrading to otlp/attributes go mod edit -replace github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes=github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/[email protected]
go mod tidy |
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: