Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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(instrumentation-winston): add log sending to Logs API #1837
feat(instrumentation-winston): add log sending to Logs API #1837
Changes from 4 commits
638c36d
d461556
4ec2196
20f58ab
01286b5
adc8f7a
7d24291
fe2bdbb
1d4b91a
e76321b
d80c76a
683c578
ffa9f9b
441f72a
6731e97
1c7ac82
c662cd0
47db601
9d92764
6595727
4c6e813
4dc6dca
ff81990
3800b1c
54b7156
8c730a5
13fce4d
175a020
ca07f95
d4a84c4
7399017
03b8ce7
2d7704c
091bddf
c447a6e
b57803c
574ac19
e74650c
6247337
3fa81c0
3b43b31
5089079
69ae0ea
a2bb13e
fc39c78
51564b8
2405492
c2dc4eb
95d8a6a
fb41f93
ec9da89
1fe760d
615c702
8cf9b57
064cba7
9e9e7d1
fae82c9
1750b3e
a36d4e8
a5e1ad6
32fc1a2
5e0291e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Since it is also installed as a regular dependency, I think we should not list it as peer dependency.
This is also what bunyan is currently doing.
Now that I think about it again, perhaps they should both use peer dependency to be consistent with "@opentelemetry/api" usage?
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.
Well I believe we should update Bunyan as well, I can create a different PR so people are aware specific changes are happening for that instrumentation, some issues in the readme that were brough up by @mhennoch should apply to bunyan as well