-
Notifications
You must be signed in to change notification settings - Fork 35
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
dummy_span is not compatible with opentelemetry-go v1.25.0 #189
Comments
We are not using opentelemetry-go v1.25.0 here - https://github.com/mailgun/holster/blob/master/go.mod#L31 |
The problem is any project that uses this library AND otel.Trace v1.25.0 will have problem because of interface incompatibility. |
FYI #192 has been merged, which might help unblock you for now. |
#191 is also fixing this by upgrading the OTel dependencies to 1.25 🚀 |
If holster library is used in a project that has opentelemetry-go v1.25.0 or above, it will fail to build due to
Root cause of issue is that opentelemetry-go v1.25.0 now expects trace interface to have
AddLink(link Link)
The text was updated successfully, but these errors were encountered: