cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

Thread ID request attribute definition

Osiris5654
Participant

Hi,
Can I define request attribute for thread message and thread ID?
If I can, which source should I choose?
Thank you.

1 REPLY 1

MaciejNeumann
Community Team
Community Team

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


 

If you have any questions about the Community, you can contact me at maciej.neumann@dynatrace.com

Featured Posts