We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our instrumentation for the OTel global API needs to set this bool when loaded:
https://github.com/open-telemetry/opentelemetry-go/blob/dd83cac3f8f4412bc0c40e739eb33780bd9a3aba/internal/global/trace.go#L152-L159
The text was updated successfully, but these errors were encountered:
We will need to work out how to instrument (*tracer).newSpan only for versions > 1.32 of otel.
(*tracer).newSpan
Sorry, something went wrong.
The Optional field should work to handle this.
Optional
MrAlias
Successfully merging a pull request may close this issue.
Our instrumentation for the OTel global API needs to set this bool when loaded:
https://github.com/open-telemetry/opentelemetry-go/blob/dd83cac3f8f4412bc0c40e739eb33780bd9a3aba/internal/global/trace.go#L152-L159
The text was updated successfully, but these errors were encountered: