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
This naming was in error it should be TracerProvider.
TracerProvider
opentelemetry-go/api/global/trace.go
Lines 30 to 39 in 1f2eba2
The text was updated successfully, but these errors were encountered:
This also needs to include SetTraceProvider -> SetTracerProvider in the same global package.
SetTraceProvider
SetTracerProvider
Sorry, something went wrong.
Rename global {Set,}TraceProvider
2586435
Resolves open-telemetry#1101
Rename global SetTraceProvider and TraceProvider (#1102)
1ab708e
* Rename global {Set,}TraceProvider Resolves #1101 * Rename unexported and testing vars
Rename global SetTraceProvider and TraceProvider (open-telemetry#1102)
2e8a43a
* Rename global {Set,}TraceProvider Resolves open-telemetry#1101 * Rename unexported and testing vars
MrAlias
Successfully merging a pull request may close this issue.
This naming was in error it should be
TracerProvider
.opentelemetry-go/api/global/trace.go
Lines 30 to 39 in 1f2eba2
The text was updated successfully, but these errors were encountered: