Skip to content
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(exporter-logs-otlp-http): implements otlp-http exporter for logs #3764

Merged
merged 10 commits into from
May 25, 2023
Prev Previous commit
Next Next commit
feat(exporter-logs-otlp-http): update log-sdk version
  • Loading branch information
fuaiyi committed May 18, 2023
commit 58424cd174c8fe3b88e82ce68e3ffcb2f30eb71c
6 changes: 3 additions & 3 deletions experimental/packages/exporter-logs-otlp-http/package.json
fuaiyi marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
},
"dependencies": {
"@opentelemetry/core": "1.12.0",
"@opentelemetry/otlp-exporter-base": "0.38.0",
"@opentelemetry/otlp-transformer": "0.38.0",
"@opentelemetry/sdk-logs": "0.38.0"
"@opentelemetry/otlp-exporter-base": "0.39.1",
"@opentelemetry/otlp-transformer": "0.39.1",
"@opentelemetry/sdk-logs": "0.39.1"
}
}