-
Notifications
You must be signed in to change notification settings - Fork 551
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
chore(detectors/node): adapted breaking change in @opentelemetry/sdk-node@0.37.0 #1462
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1462 +/- ##
==========================================
+ Coverage 96.13% 96.49% +0.35%
==========================================
Files 14 2 -12
Lines 906 57 -849
Branches 197 9 -188
==========================================
- Hits 871 55 -816
+ Misses 35 2 -33
|
An alternative would be that you cherry pick the commit from renovate and add you fix on top of it. |
detectors/node/opentelemetry-resource-detector-instana/README.md
Outdated
Show resolved
Hide resolved
6375a86
to
079dedd
Compare
detectors/node/opentelemetry-resource-detector-instana/README.md
Outdated
Show resolved
Hide resolved
079dedd
to
385b777
Compare
…node@0.37.0 - open-telemetry/opentelemetry-js#3460 - Deprecated detectResources() in favor of a new method detectResourcesSync() which defers promises into the resource to be resolved later - introduced await resource.waitForAsyncAttributes?.();
385b777
to
9b31a5f
Compare
Yes it is an organization. This is not supported. |
At least in the past it was possible to allow it per PR, see here. In general I recommend a personal fork but I know that companies often don't allow this. |
Refs #1459 (comment)
I do no have write permissions for renovate-bot:renovate/otel-core-experimental.
Feel free to close this PR and cherry-pick the commit.
The README files for all detectors needs to be updated too. Let me know if you want me to update them too.