Log exporter to Opentelemetry Collector #4389
Unanswered
leonard-henriquez
asked this question in
Q&A
Replies: 1 comment
-
I'm at the same point and found the answer here #5180 (comment). The OTLP exporter is still being developed apparently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to send logs from my typescript codebase to the opentelemetry collector (to finally send them to Datadog).
I have succeeded to use the new OpenTelemetry Logs SDK to send logs to the console but I can't find an exporter to send them to the collector.
Is there something that I'm missing? Is it just that it has not been developed yet? Are there other packages that allow to to do that?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions