<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Java - Capture Thread Name in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726699#M5424</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/172601"&gt;@Stephen.Knott&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I know we are coming back from the holidays. I wanted to bump this conversation to see if you could check out Mario's reply.&amp;nbsp;&lt;BR /&gt;If the reply helped, please click the Accept as Solution button, if not and you need more help, reply to keep the conversation going.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2025 18:43:49 GMT</pubDate>
    <dc:creator>iamryan</dc:creator>
    <dc:date>2025-01-06T18:43:49Z</dc:date>
    <item>
      <title>Java - Capture Thread Name</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726697#M5422</link>
      <description>&lt;P&gt;Is there a way to capture the Thread Name for Business Transactions in Java?&lt;BR /&gt;I see RequestGUID and URL are captured when looking through the UI.&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 15:58:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726697#M5422</guid>
      <dc:creator>Stephen_Knott</dc:creator>
      <dc:date>2024-12-19T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Capture Thread Name</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726698#M5423</link>
      <description>&lt;P&gt;Hi Stephen&lt;/P&gt;
&lt;P&gt;What would be your reason for wanting to capture the thread name? Are you referring to having the Business transactions named after the threads instead of the URL's? Or do you just want to extract the thread name as part of the business transaction under data collectors?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 06:02:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726698#M5423</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2024-12-23T06:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Capture Thread Name</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726699#M5424</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/172601"&gt;@Stephen.Knott&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I know we are coming back from the holidays. I wanted to bump this conversation to see if you could check out Mario's reply.&amp;nbsp;&lt;BR /&gt;If the reply helped, please click the Accept as Solution button, if not and you need more help, reply to keep the conversation going.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 18:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726699#M5424</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2025-01-06T18:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Capture Thread Name</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726700#M5425</link>
      <description>&lt;P&gt;The Thread Name would be useful in coordinating with logs.&amp;nbsp; Without any changes to apps, most apps print out thread names in their logging pattern.&amp;nbsp; RequestGUID would not show up unless we plugged in something and made a very specific call and that would mean modifying all apps/all calls to retrieve it once per transaction.&lt;BR /&gt;&lt;BR /&gt;Was hoping it could be retrieve or there would be a trick to make one of the Data Collectors call currentThread.getName to log it with requestGUID.&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 19:17:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726700#M5425</guid>
      <dc:creator>Stephen_Knott</dc:creator>
      <dc:date>2025-01-06T19:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Capture Thread Name</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726701#M5426</link>
      <description>&lt;P&gt;It might not be what you were thinking, but you can split your BT's by thread name in the instrumentation settings for business transactions.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It works for any existing BT and I've used this for several apps that I needed a given by-thread confirmation or identification of the "flow" to correlate with single procs, or to use in conjunction with other tool's additional insights where my AppD Transaction ID isn't tag-n-trace through the 3rd party tools I may have to use in unique cases where AppD can't cover those apps/tools.&lt;BR /&gt;&lt;BR /&gt;I also&amp;nbsp; use this method by "Thread ID" at times, which can be very valuable when attempting to determine if a third party's app is ACTUALLY spreading load across the threads, or operating in a single-threaded fashion.&amp;nbsp; This is actually a feature that using this way, takes hours/days vs what would have taken you months to find in log analysis alone.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelHorstmann_0-1736521030451.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/36634iACC0644054C72DB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;FYI - Above is just a "catch all for anything, split all the things" example.&amp;nbsp; I would highly recommend you don't use this in Prod as it will likely impact your instances quite seriously.&amp;nbsp; Instead, try to find your starting point by the given class + method if possible, and then split by thread ID or thread Name.&lt;BR /&gt;&lt;BR /&gt;IDK if that's exactly what you were looking for, but I hope it helps! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 15:02:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726701#M5426</guid>
      <dc:creator>Michael_Horstm1</dc:creator>
      <dc:date>2025-01-10T15:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Capture Thread Name</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726702#M5427</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/172601"&gt;@Stephen.Knott&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Did you see the most recent reply from Michael?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 17:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726702#M5427</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2025-01-15T17:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Capture Thread Name</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726703#M5428</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I think you just confirmed I would need to write code.&lt;BR /&gt;It is strange that AppD does have this information (it can split on ThreadId/ThreadName), but it won't let you see this information within business transactions screens.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 12:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-Capture-Thread-Name/m-p/726703#M5428</guid>
      <dc:creator>Stephen_Knott</dc:creator>
      <dc:date>2025-01-16T12:57:51Z</dc:date>
    </item>
  </channel>
</rss>

