<?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: Is it possible to split a service? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121074#M13421</link>
    <description>&lt;P&gt;Yes, good point. I was confusing here with another problem that I've got and that is related to server side request attributes...&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 22:20:28 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2021-01-28T22:20:28Z</dc:date>
    <item>
      <title>Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121066#M13413</link>
      <description>&lt;P&gt;I have a Service that supports two different sites: /pt/... for Portugal and /es/... for Spain. &lt;/P&gt;&lt;P&gt;Is it possible to split a service, so that I have two services, say a ServicePt and a ServiceEs ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 15:51:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121066#M13413</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-01-26T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121067#M13414</link>
      <description>&lt;P&gt;Yes, you can use service detection rules to modify this behavior. What you likely want to do is set it so that a separate context root is detected for each value.&lt;/P&gt;&lt;P&gt;This blog post explains it: &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection/" target="_blank"&gt;https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection/&lt;/A&gt;&lt;BR /&gt;And here is the documentation: &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/detection-rules/" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/detection-rules/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 15:55:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121067#M13414</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2021-01-26T15:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121068#M13415</link>
      <description>&lt;P&gt;Sure! By using service detection rules, you can split or join services.&lt;BR /&gt;At the time of writing , rules can be defined using API only:&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/detection-rules/" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/detection-rules/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Blog posts with some examples:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection/?_ga=2.195447980.1046237443.1611428209-544063129.1590999186" target="_blank"&gt;https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection-part-2/" target="_blank"&gt;https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection-part-2/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 26 Jan 2021 15:59:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121068#M13415</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-01-26T15:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121069#M13416</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Július L.&lt;/A&gt; &amp;amp; &lt;A rel="user" href="https://answers.dynatrace.com/users/3513/view.html" nodeid="3513"&gt;@James K.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your very fast reply. I did a deep dive in the APIs, and they seem really the way to go. I do have one doubt though&lt;/P&gt;&lt;P&gt;I'm using the example provided in the "Separate fully monitored web request services based on URL" section of &lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection/?_ga=2.195447980.1046237443.1611428209-544063129.1590999186#fully-monitored-url" target="_blank"&gt;https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection/?_ga=2.195447980.1046237443.1611428209-544063129.1590999186#fully-monitored-url&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It does seem that the example would be generic for all process groups. Is it possible to limit the splitting to a specific process group, so it doesn't grab "URLs" from other processes?&lt;/P&gt;&lt;P&gt;Also, any suggestions that should be looked at, as it seems a "dangerous" API?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 16:45:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121069#M13416</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-01-26T16:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121070#M13417</link>
      <description>&lt;P&gt;Well, it's not mentioned in the examples, but you can use process group tags in the conditions! (This is a hidden gem).&lt;BR /&gt;You can define the scope for management zone only.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 16:58:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121070#M13417</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-01-26T16:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121071#M13418</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Július L.,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;At the moment, I'm splitting with hostname, and it's working as expected. But I may have to add several rules.&lt;/P&gt;&lt;P&gt;I'm wondering on the impact of overhead at the OneAgent level. If I define it at the hostname level, I imagine that the rule has to be deployed across all OneAgents of the environment. But if I define it at the PG level (PG_TAG ), would you say it's more efficient? I would imagine that in this scenario the rules would be interpreted wherever this PG is working, not deploying it environment wide?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 14:44:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121071#M13418</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-01-28T14:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121072#M13419</link>
      <description>&lt;P&gt;This type of processing is going to typically happen on the Dynatrace cluster side. The OnenAgents are just sending the data over, it's the server's job to stitch things together and detect services.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 15:02:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121072#M13419</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2021-01-28T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121073#M13420</link>
      <description>&lt;P&gt;Sometimes it's really needed to limit the scope of the rule. Tags are ideal for such purpose. Definitions of hostname can be problematic during any changes. &lt;BR /&gt;&lt;BR /&gt;For the performance effect of the rule, I agree with the answer provided by James.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 21:06:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121073#M13420</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-01-28T21:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split a service?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121074#M13421</link>
      <description>&lt;P&gt;Yes, good point. I was confusing here with another problem that I've got and that is related to server side request attributes...&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 22:20:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-split-a-service/m-p/121074#M13421</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2021-01-28T22:20:28Z</dc:date>
    </item>
  </channel>
</rss>

