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

[Logs] Implement OtlpGrpcLogExporter and OtlpHttpLogExporter #1024

Closed
owent opened this issue Oct 22, 2021 · 4 comments · Fixed by #1048
Closed

[Logs] Implement OtlpGrpcLogExporter and OtlpHttpLogExporter #1024

owent opened this issue Oct 22, 2021 · 4 comments · Fixed by #1048

Comments

@owent
Copy link
Member

owent commented Oct 22, 2021

We need OTLP Log exporter of C++ in our company. But it seems has not plan for it right now.
Can I create a PR to implement OtlpGrpcLogExporter and OtlpHttpLogExporter to export opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest

https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/collector/logs/v1/logs_service.proto

@lalitb
Copy link
Member

lalitb commented Oct 22, 2021

@owent - yes it would be good to have this, please go ahead with PR. Thanks.

@ThomsonTan
Copy link
Contributor

@owent thanks for the proposal. I have plan to work on OTLP exporter as well. Probably we could work on http and gRPC exporter separate to accelerate the process, or feel free to send PR with both exporters if you have them ready.

@owent
Copy link
Member Author

owent commented Oct 23, 2021

@ThomsonTan OK, I can try to finish OtlpHttpLogExporter first.

@ThomsonTan
Copy link
Contributor

ThomsonTan commented Oct 25, 2021

@owent thanks. I will work on the OTLP gRPC log exporter which will still share many common code from your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants