-
Notifications
You must be signed in to change notification settings - Fork 624
feat(instrumentation-winston): add log sending to Logs API #1837
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
Changes from 1 commit
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
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,7 +41,8 @@ | |
| "access": "public" | ||
| }, | ||
| "peerDependencies": { | ||
| "@opentelemetry/api": "^1.3.0" | ||
| "@opentelemetry/api": "^1.3.0", | ||
| "@opentelemetry/api-logs": "^0.45.1" | ||
|
||
| }, | ||
| "devDependencies": { | ||
| "@opentelemetry/api": "^1.3.0", | ||
|
|
@@ -63,6 +64,7 @@ | |
| "winston2": "npm:[email protected]" | ||
pichlermarc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| }, | ||
| "dependencies": { | ||
| "@opentelemetry/api-logs": "^0.45.1", | ||
| "@opentelemetry/instrumentation": "^0.45.1" | ||
| }, | ||
| "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-winston#readme" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.