-
Notifications
You must be signed in to change notification settings - Fork 440
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
Comments
@owent - yes it would be good to have this, please go ahead with PR. Thanks. |
@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. |
@ThomsonTan OK, I can try to finish |
@owent thanks. I will work on the OTLP gRPC log exporter which will still share many common code from your PR. |
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
andOtlpHttpLogExporter
to exportopentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest
The text was updated successfully, but these errors were encountered: