-
Notifications
You must be signed in to change notification settings - Fork 155
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
Fastify sdk contrib #523
Fastify sdk contrib #523
Conversation
…dk-node into fastify-sdk-contrib
Hi @jorgevrgs, Thanks for contributing this instrumentation! Do you have any vision or plan for longer-term support for the instrumentation? Generally speaking we do not maintain the instrumentations in the Also, we are advising newcomers to X-Ray to try out using OpenTelemetry JS, which already has an instrumentation for fastify. So we also don't want to be unnecessarily duplicating instrumentation options if the OpenTelemetry one would be suitable. Let me know what you think. |
I checked the contribution guide about the support requirement. Yes, I can help you to bring support, but if you have someone in mind please invite them. It would be great to have more people contributing here. |
Hi @jorgevrgs can you fix the failing CI tests? Then I can take a look |
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.
Looks like there are still some errors, possibly related to the lerna config. I would recommend bootstrapping & running tests locally to be sure they pass
Checking it, thanks for the info. Fixing ASAP. |
Hmm seems to still be failing - try running the same commands that the CI runs (found here: aws-xray-sdk-node/.github/workflows/pr-build.yml Lines 45 to 47 in f432b2d
|
Getting this error:
I will sync branches to check what's wrong. |
Done: |
Codecov Report
@@ Coverage Diff @@
## master #523 +/- ##
=======================================
Coverage 82.36% 82.36%
=======================================
Files 36 36
Lines 1758 1758
=======================================
Hits 1448 1448
Misses 310 310 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
LGTM! Thanks for getting the CI to green and addressing other comments
Issue #, if available:
Description of changes:
Add X-Ray plugin for Fastify
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.