-
I am using Java agent version - 2.8.0, with the below environment set I am seeing traces in jaeger UI for the DB insert with collection names. This collection is reading from different scheduler application, is it possible to get the same trace context ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
This is the expected, trace context is not persisted in mongodb. |
Beta Was this translation helpful? Give feedback.
-
@sulthans you may be interested to follow #11940 (I'm not sure how to put a "comment" into a mongodb query, but maybe there's a way) |
Beta Was this translation helpful? Give feedback.
-
@trask I am not clear with log's parent span's parent span id, did you mean log's parent span id for local root span, log's parent span's parent span id for remote parent span OTEL Exported json has remote parent span id. Initial trace has parent span id - 051581bf3cb55c13
Here for new operation new span and parent span id and the same set in parent_id - 051581bf3cb55c13 cannot log ?
Please confirm, Thank you. |
Beta Was this translation helpful? Give feedback.
This is the expected, trace context is not persisted in mongodb.