<?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: Batch profiling with DT managed in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100549#M6306</link>
    <description>&lt;P&gt;You should see the custom service in the &lt;EM&gt;Transactions &amp;amp; services &lt;/EM&gt;overview. &lt;/P&gt;&lt;P&gt;You can use the filter for &lt;EM&gt;Service Type: Custom service:&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/18766-2018-11-05-15-18-19-window.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Nov 2018 14:19:15 GMT</pubDate>
    <dc:creator>pahofmann</dc:creator>
    <dc:date>2018-11-05T14:19:15Z</dc:date>
    <item>
      <title>Batch profiling with custom services</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100548#M6305</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to find where the time is consumed in a Java batch application with Dynatrace. I created a custom entry point (custom service) that match the main method of the batch and the method called iteratively. The process is detected but I don't know where to find the resulted distributed traces.&lt;/P&gt;
&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 08:40:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100548#M6305</guid>
      <dc:creator>Jean-Pierre_Rio</dc:creator>
      <dc:date>2023-02-27T08:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Batch profiling with DT managed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100549#M6306</link>
      <description>&lt;P&gt;You should see the custom service in the &lt;EM&gt;Transactions &amp;amp; services &lt;/EM&gt;overview. &lt;/P&gt;&lt;P&gt;You can use the filter for &lt;EM&gt;Service Type: Custom service:&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/18766-2018-11-05-15-18-19-window.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2018 14:19:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100549#M6306</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2018-11-05T14:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Batch profiling with DT managed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100550#M6307</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://answers.dynatrace.com/users/11534/view.html" nodeid="11534"&gt;@Patrick H.&lt;/A&gt; for your answer. I was trying on a test batch :  &lt;/P&gt;&lt;PRE&gt;public class Entree {&lt;BR /&gt;	public static void main(String[] args) throws Exception {&lt;BR /&gt;		doIt();&lt;BR /&gt;	}&lt;BR /&gt;	private static void doIt() throws InterruptedException {&lt;BR /&gt;		while (true) {&lt;BR /&gt;			System.out.println(" Il est " + new Date() );&lt;BR /&gt;			Thread.sleep(5000);&lt;BR /&gt;		}&lt;BR /&gt;	}&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;and it didn't work (?). &lt;/P&gt;&lt;P&gt;I tried on my real batch, and now it seems to works. &lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2018 15:07:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100550#M6307</guid>
      <dc:creator>Jean-Pierre_Rio</dc:creator>
      <dc:date>2018-11-05T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Batch profiling with DT managed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100551#M6308</link>
      <description>&lt;P&gt;Maybe you didn't restart the process or activate Hot Sensor Placement for Java when configuring the test Batch?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2018 09:43:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100551#M6308</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2018-11-06T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Batch profiling with DT managed</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100552#M6309</link>
      <description>&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;I did restart the process. I'll try to understand later, when I have some time.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2018 12:32:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Batch-profiling-with-custom-services/m-p/100552#M6309</guid>
      <dc:creator>Jean-Pierre_Rio</dc:creator>
      <dc:date>2018-11-06T12:32:58Z</dc:date>
    </item>
  </channel>
</rss>

