Replies: 1 comment 4 replies
-
Hey @mfilatov! Thanks for this. I'm not very hot on OTEL but I've referred this to the development teams here for some feedback. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I use this framework a lot and I would like to propose adding a feature.
I need to save traceId and spanId from the current trace and when repeating the method call, restore trace data.
Of course, we can use MDC context, but it won't work, if we are using OTEL framework.
My proposals for improvement:
POC: https://github.com/mfilatov/transaction-outbox/pull/1/files
Add Tracing object to Invocation
Add TracingInterceptor interface to implement store and restore trace
Example of implementation TracingInterceptor:
Beta Was this translation helpful? Give feedback.
All reactions