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
Type: Documentation Under: https://opentelemetry.io/docs/languages/go/getting-started/#add-custom-instrumentation there is a part of the guide where the code uses:
logger = otelslog.NewLogger( otelslog.WithInstrumentationScope(instrumentation.Scope{ Name: name, }), )
with changes in 1.27.0 https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.27.0 this func was replaced so the get started should also be updated
Follow the get started guide, code fails to work due to renamed function
Guide to show us how to get things working correctly.
The text was updated successfully, but these errors were encountered:
Fixed in open-telemetry/opentelemetry.io#4577
Sorry, something went wrong.
No branches or pull requests
Description
Type: Documentation
Under: https://opentelemetry.io/docs/languages/go/getting-started/#add-custom-instrumentation there is a part of the guide where the code uses:
with changes in 1.27.0 https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.27.0 this func was replaced so the get started should also be updated
Steps To Reproduce
Follow the get started guide, code fails to work due to renamed function
Expected behavior
Guide to show us how to get things working correctly.
The text was updated successfully, but these errors were encountered: