I am using mongo-kafka-connect-1.6.1-confluent to send the data from kafka topic to mongoDB. I have integrate the open telemetry java agent 2.6.0 to kafka-connect but I am seeing the traces till the kafka-connect service but not able to see the traces till the data base.
How needs to be done so that I can see the traces till database?
If you see the image , traces are generated till the sink connector However traces where kafka-sink-connect communicate with MongoDb are not generated.
Thank you for the clarification!
It looks like this is a known issue that has not been resolved yet. See this GitHub conversation and this MongoDB question.