<?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: How can I split a service into few services? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115125#M9873</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've managed to achieve what I want to achieve by simply using process group detection.&lt;/P&gt;&lt;P&gt;Long story short, after rounds of discussion we find that the problem is: There is one java process for each country, but OneAgent groups them all together into one.&lt;/P&gt;&lt;P&gt;So, I use process group detection to split out the one java process into multiple java processes by using parameter that is unique to each country. Finally with a little creativity in service-naming rule, problem solved. &lt;/P&gt;&lt;P&gt;In the end, I get mutiple service with the name blablabla_TH, blablabla_MY, blablabla_SG, blablabla_PH and few others.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Apr 2019 02:51:10 GMT</pubDate>
    <dc:creator>waikeat_chan</dc:creator>
    <dc:date>2019-04-18T02:51:10Z</dc:date>
    <item>
      <title>How can I split a service into few services?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115122#M9870</link>
      <description>&lt;P&gt;&lt;U&gt;Currently:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;1. &lt;STRONG&gt;Create new process&lt;/STRONG&gt; - achievable via 'custom process group detection rules'&lt;/P&gt;
&lt;P&gt;2. &lt;STRONG&gt;Create new service&lt;/STRONG&gt; - achievable via 'custom service detection'&lt;/P&gt;
&lt;P&gt;3. &lt;STRONG&gt;Split a process group into multiple process groups&lt;/STRONG&gt; - achievable via 'Process group detection flags' and/or 'Process group detection rules'&lt;/P&gt;
&lt;P&gt;4.&lt;STRONG&gt;Split a service into multiple services&lt;/STRONG&gt; - &lt;EM&gt;any suggestion?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wai Keat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 11:20:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115122#M9870</guid>
      <dc:creator>waikeat_chan</dc:creator>
      <dc:date>2021-12-13T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I split a service into few services?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115123#M9871</link>
      <description>&lt;P&gt;Basically your number 1-3 cover all the use cases. If you have a service you want to split into more fine grained services you can create a new service via &lt;EM&gt;custom service detection&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Any specific use case you have in mind?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:46:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115123#M9871</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2019-03-07T08:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I split a service into few services?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115124#M9872</link>
      <description>&lt;P&gt;May I ask what the use case is here?&lt;/P&gt;&lt;P&gt;* Splitting a PG means that the processes involved are actually separate deployments. A PG is a group of processes that form a cluster and deliver the same functionality. This one splits it because this is not the case.&lt;/P&gt;&lt;P&gt;* a custom service is something different. It is meant to define a service for deployed services that dynatrace does not automatically detect. While it can be used as a workaround for splitting, that is not the use case here.&lt;/P&gt;&lt;P&gt;Thus it all depends on what your use case is, why is it that you need to split a specific service. Just splitting for splitting sake is not something we encourage. &lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Apr 2019 13:50:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115124#M9872</guid>
      <dc:creator>michael_kopp</dc:creator>
      <dc:date>2019-04-16T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I split a service into few services?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115125#M9873</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've managed to achieve what I want to achieve by simply using process group detection.&lt;/P&gt;&lt;P&gt;Long story short, after rounds of discussion we find that the problem is: There is one java process for each country, but OneAgent groups them all together into one.&lt;/P&gt;&lt;P&gt;So, I use process group detection to split out the one java process into multiple java processes by using parameter that is unique to each country. Finally with a little creativity in service-naming rule, problem solved. &lt;/P&gt;&lt;P&gt;In the end, I get mutiple service with the name blablabla_TH, blablabla_MY, blablabla_SG, blablabla_PH and few others.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Apr 2019 02:51:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-split-a-service-into-few-services/m-p/115125#M9873</guid>
      <dc:creator>waikeat_chan</dc:creator>
      <dc:date>2019-04-18T02:51:10Z</dc:date>
    </item>
  </channel>
</rss>

