-
Notifications
You must be signed in to change notification settings - Fork 805
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
docs: fix examples in website_docs/instrumentation.md #2412
docs: fix examples in website_docs/instrumentation.md #2412
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2412 +/- ##
==========================================
+ Coverage 92.49% 92.62% +0.12%
==========================================
Files 134 137 +3
Lines 4850 4975 +125
Branches 1027 1048 +21
==========================================
+ Hits 4486 4608 +122
- Misses 364 367 +3
|
This PR now also contains an update for the node.js example to use the node-sdk |
A few open questions on that:
|
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.
This looks way easier for a newcomer to follow thanks :)
I really want to make the sdk.start() be sync, but that requires removing the async nature of resource detection. I really don't know what to do there and the spec has been unhelpful each time i've tried to tackle it there. |
Nice! This lines up much more closely with what I've ended up having to do so far 🙏 |
The current SDK is heavily behind the spec, speaking of this @dyladan do you have any news of the person of Dynatrace that was allocated time to work on metrics ? |
Like open-telemetry/opentelemetry-js-api#116 this fixes the examples in the website docs to work properly again.