24 Jul 2024
09:38 PM
- last edited on
25 Jul 2024
08:28 AM
by
MaciejNeumann
Hi,
Can I define request attribute for thread message and thread ID?
If I can, which source should I choose?
Thank you.
07 May 2025 12:07 PM
Hello @Osiris5654,
While I didn't find a proper solution to your question, I would suggest checking out this thread:
Threadname capture from the metadata of the request
and especially Alex's reply, as it could guide you to the answer:
You need to ask Developers or do your own analysis (reverse engineering with Custom Service wizard) - Is there method argument or return value - to add request attribute on it. I belive that there are many points where we can get thread-name
I see that it is Custom Service.
You can use OneAgent SDK and got not only thread name.
oneAgentSDK.addCustomRequestAttribute("mde_CODEC_thread", value);Regards,
Romanenkov Alex