Using OpenTelemetry Collector to send traces collected out of process #2447
-
Team, I am collecting traces in a kafka topic (instrumented out of process without using auto instrumentation agents). The traces are not in standard OLTP format. I wish to read the trace and map it to OLTP format. Then using collector ingest into any supported backend. Application --produces traces on a Kafka topic-> I WANT TO CONVERT TO OLTP format -> OTLP Collector-->Backend I am not sure how should I get started. I generated code from proto files. Now how can I create each trace/span in OLTP format, so that I can see in Jeager. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Someone is already working at #2467, and this will have a similar mechanism to plugin custom formats as we have for the kafka exporter. So right now it is not available but soon we will have that. |
Beta Was this translation helpful? Give feedback.
Someone is already working at #2467, and this will have a similar mechanism to plugin custom formats as we have for the kafka exporter.
So right now it is not available but soon we will have that.