-
Notifications
You must be signed in to change notification settings - Fork 821
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
Add support for logs in sdk-node
#3826
Comments
@pichlermarc Can I please know whether this is in the plan or not? Is there any chat room where I can ask questions about this repo? |
I think this should be done at some point, yes. The Logs SDK is still rather new, so no one has gotten around to updating the sdk-node package yet. I'll mark this as To ask questions, you can open a "Discussion" issue here or the discussions forum on the repo. Alternatively, there's also the CNCF Slack (https://slack.cncf.io/). |
Hi @pichlermarc , as this issue is up for grabs , can I start working on it? |
@psk001 sure, go ahead 🙂 - it's yours 🎉 |
Great , I have set it up locally and running it . Could you please guide me a bit on how to proceed further ? |
Sure. 🙂 First, you'll need to add Once that is done, you can add tests, and then you should be ready to open a PR. Once you open the PR, you'll have to sign the Contributor License Agreement (a bot will ask you for it), and then the approvers will review the PR. 🙂 |
Got it, I'll proceed with it as suggested. |
This is added.
Is logger in sdk-logs the right equivalent for MetricReader in sdk-metrics ?
is it correct? |
It would be the
|
OK got it, I missed that part. |
Is your feature request related to a problem? Please describe.
With the recent implementation of logs, the purpose of
sdk-node
(of being the only single import) is no longer effective.Describe the solution you'd like
Add support for logs in
sdk-node
library.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: