17 Nov 2022 09:51 AM - last edited on 17 Nov 2022 10:42 AM by MaciejNeumann
Hello Community,
is there a way to use the threadname of a request in any way?
Regards,
Henri
10 Jan 2023 09:12 PM
im not sure if we can grab the threadname, could you share an image with what you are looking to target as a request attribute?
12 Jan 2023 02:54 PM
Hello Chad,
The last one is interesting for us 😉
13 Feb 2023 04:50 AM
Hi Chad,
I have the same query too. I would like to capture the Thread Name for filtering purpose. Attached is the screenshot from the detail trace. Is there a way to do it?
Thanks.
13 Feb 2023 08:42 AM - edited 13 Feb 2023 08:45 AM
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