jaeger traces/spans is not able to export to kafka as json format #5659
-
jaeger spans is not able to export to kafka as json format, We have elasticsearch span storare type here traces from jaeger collector is being sent in json format with es cli flags defined fields. We need to send it to kafka and from kafka to Elastisearch. Below is my jaeger collector config file. I am getting data in otlp format only and not json format for traces. Request to provide a solution how can we use es.fields CLI flags and send to Kafka or send traces in json format to kafka queue?
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
this is OTEL collector, not Jaeger. |
Beta Was this translation helpful? Give feedback.
The primary configuration mechanism for Jaeger is CLI flags and env vars. https://www.jaegertracing.io/docs/1.58/cli/
You can translate those into corresponding YAML config by creating sections at
.
separators in the property names.