-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: implement OpenTelemetry traces hook #11
Conversation
febd150
to
d9443b7
Compare
Codecov Report
@@ Coverage Diff @@
## main #11 +/- ##
==========================================
- Coverage 88.11% 87.20% -0.92%
==========================================
Files 7 8 +1
Lines 101 125 +24
==========================================
+ Hits 89 109 +20
- Misses 12 16 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d9443b7
to
9b3b167
Compare
9b3b167
to
6190646
Compare
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.
Sorry, I missed this one. Please @ mention me if I miss a review in the future.
Could you please also add a short readme that describes how to use this hook? The JS doc may be a useful reference.
https://github.com/open-feature/js-sdk-contrib/tree/main/libs/hooks/open-telemetry
8fb7730
to
37d025c
Compare
@beeme1mr no worries, it was only recently that I moved it from draft and added you as a reviewer. |
I just added a readme entry for the hook and updated its name following your recommendation. |
Signed-off-by: Federico Bond <[email protected]>
Signed-off-by: Federico Bond <[email protected]>
Signed-off-by: Federico Bond <[email protected]>
Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Federico Bond <[email protected]>
b2acbcb
to
4bbd718
Compare
This PR
Related Issues
Implements #7