<?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: Defining custom service in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121120#M13455</link>
    <description>&lt;P&gt;Can you please elaborate describe more in detail what you need to achieve and what is the situation?&lt;BR /&gt;&lt;BR /&gt;You can define a custom service  (there is no such thing as custom process in Dynatrace) on a particular .NET class and method (or several methods/classes). &lt;BR /&gt;&lt;BR /&gt;If you want to somehow monitor a custom .NET process that is currently not instrumented, then I belive it's due to process monitoring rules for .NET. There are some built-in rules preventing instrumentation of unknown .NET so the instrumentation does not interfere with core system binaries in .NET.&lt;BR /&gt;&lt;BR /&gt;See more on that topic here: &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/process-groups/configuration/set-up-process-group-monitoring/" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/process-groups/configuration/set-up-process-group-monitoring/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 21:29:22 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2021-01-28T21:29:22Z</dc:date>
    <item>
      <title>Defining custom service</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121119#M13454</link>
      <description>&lt;P&gt;How would you define a custom process for a .NET DLL which isn't detected by OneAgent? The DLL makes external API calls to a 3rd party vendor. I would like to monitor this process and capture transactional metrics as well.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 11:10:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121119#M13454</guid>
      <dc:creator>bill_scheuernst</dc:creator>
      <dc:date>2021-06-10T11:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Defining custom service</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121120#M13455</link>
      <description>&lt;P&gt;Can you please elaborate describe more in detail what you need to achieve and what is the situation?&lt;BR /&gt;&lt;BR /&gt;You can define a custom service  (there is no such thing as custom process in Dynatrace) on a particular .NET class and method (or several methods/classes). &lt;BR /&gt;&lt;BR /&gt;If you want to somehow monitor a custom .NET process that is currently not instrumented, then I belive it's due to process monitoring rules for .NET. There are some built-in rules preventing instrumentation of unknown .NET so the instrumentation does not interfere with core system binaries in .NET.&lt;BR /&gt;&lt;BR /&gt;See more on that topic here: &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/process-groups/configuration/set-up-process-group-monitoring/" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/process-groups/configuration/set-up-process-group-monitoring/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 21:29:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121120#M13455</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-01-28T21:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Defining custom service</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121121#M13456</link>
      <description>&lt;P&gt;We are running Trizetto Facets on multiple hosts.  The main process, a .NET process, CerComHost is recognized by DT but we are not getting any transactional data in DT.  From my understanding, since this is a 3rd party product, only the basic .NET metrics are obtained.  This process makes a call to a Sybase database, yet DT doesn't see the calls to the database like you would with other services or processes.  I've come to accept this might be impossible for this process, however we have application extensions, running under the CerComHost process, which are DLLs developed by our development staff.  I was hoping to be able to instrument these DLLs as they make an API call to an external vendor and seeing transactional data would be very helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 22:50:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121121#M13456</guid>
      <dc:creator>bill_scheuernst</dc:creator>
      <dc:date>2021-01-28T22:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Defining custom service</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121122#M13457</link>
      <description>&lt;P&gt;Does the dll runs as a dotnet process? Can you spot the process in the UI?&lt;/P&gt;&lt;P&gt;When checking the CerComHost process, does the cpu breakdown about methods show anything?&lt;/P&gt;&lt;P&gt;Does the process start with svhost?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 23:02:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121122#M13457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-28T23:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Defining custom service</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121123#M13458</link>
      <description>&lt;P&gt;I do not see the DLLs running in the UI which is what prompted the "custom" question. I do see DLL services for other applications, just not this one.&lt;/P&gt;
&lt;P&gt;They are extensions to the CerComHost process. The CPU breakdown does provide a lot more depth after adding API detection rules, but no transaction details. I will continue down this road as well for more methods pertaining to the CerComHost. I did add a custom process rule but not sure if this will work.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/28066-1611886190368.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;I'm not sure about the svhost, but will ask. Trizetto is now Cognizant.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 09:18:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121123#M13458</guid>
      <dc:creator>bill_scheuernst</dc:creator>
      <dc:date>2022-06-13T09:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Defining custom service</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121124#M13459</link>
      <description>&lt;P&gt;So in your case, you really do need a custom service defined to get the "starting point" for transactions. &lt;BR /&gt;The application likely does not use any of the .NET frameworks/technologies dynatrace recognizes, thus services are not created.&lt;BR /&gt;&lt;BR /&gt;Since it's a 3rd party product, the best approach here is to look at the method hotspots (cpu breakdown) and identify classes and methods where to put the custom services so tracing can start from those. Don't forget that .NET processes have to be restarted after definitions.&lt;BR /&gt;&lt;BR /&gt;You won't get any relations to calling services in this case (backtraces from custom services won't work). This would require changes in the application code (using oneagent sdk).&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 08:04:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/121124#M13459</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-01-29T08:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Defining custom service</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/188163#M21296</link>
      <description>&lt;P&gt;I am in the same situation for yet another Trizetto Facets project.&amp;nbsp; I can see an IIS process, "svchost.exe" which is called by a .NET process on the end user's client - ceraexe0.exe.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 15:40:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Defining-custom-service/m-p/188163#M21296</guid>
      <dc:creator>bill_scheuernst</dc:creator>
      <dc:date>2022-06-09T15:40:55Z</dc:date>
    </item>
  </channel>
</rss>

