-
Notifications
You must be signed in to change notification settings - Fork 834
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
Fixed example resource provider fully qualified class name #5235
Conversation
|
Codecov ReportBase: 91.08% // Head: 91.08% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #5235 +/- ##
=========================================
Coverage 91.08% 91.08%
Complexity 4876 4876
=========================================
Files 549 549
Lines 14421 14421
Branches 1372 1372
=========================================
Hits 13136 13136
Misses 891 891
Partials 394 394 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -238,7 +238,7 @@ For example, if you don't want to expose the name of the operating system throug | |||
can pass the following JVM argument: | |||
|
|||
``` | |||
-Dotel.java.disabled.resource.providers=io.opentelemetry.sdk.extension.resources.OsResourceProvider | |||
-Dotel.java.disabled.resource.providers=io.opentelemetry.instrumentation.resources.OsResourceProvider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hrm. maybe we should remove this example altogether, since it depends on the instrumentation repository. 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, well the section is prefaced with
If you are using the
ResourceProvider
SPI (many instrumentation agent distributions include this automatically)
and the example did help me eventually find my way heh, but happy to just remove it too to reduce confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's keep it for now.
@cheempz we can't accept this PR until the CLA has been signed. |
OK not-so-EasyCLA finally worked after several tries. |
Related to #4748, updated to the new package name.