<?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: Number of services launched on the process in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232752#M30200</link>
    <description>&lt;P&gt;That just shows how impressive DQL is!&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 21:09:02 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2023-12-22T21:09:02Z</dc:date>
    <item>
      <title>Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/231804#M30067</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any way to pin to the dashboard how many services are running on a particular process and additionally report when this number changes?&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 14:51:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/231804#M30067</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-12-13T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232636#M30182</link>
      <description>&lt;P&gt;Any idea?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 22:28:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232636#M30182</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-12-21T22:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232637#M30183</link>
      <description>&lt;P&gt;No idea how I would do that in the UI.&lt;/P&gt;&lt;P&gt;It is possible to get it through API calls though, with the relationship approach. Have done it to pass data to a CMDB...&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 00:07:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232637#M30183</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-12-22T00:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232654#M30184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would say trying with DQL but I do not have sufficient experience to provide you a query.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 07:46:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232654#M30184</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-12-22T07:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232738#M30196</link>
      <description>&lt;P&gt;Part 1 - This give you how many services&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.service
| filter runs_on[dt.entity.process_group] == "PROCESS_GROUP-6E6F69FC1108F0E7"
|  summarize count()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 16:47:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232738#M30196</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-12-22T16:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232741#M30197</link>
      <description>&lt;P&gt;Part 2 - Pin to Dashboard&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielS_0-1703263831422.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16437iDCCE3BE907668DED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielS_0-1703263831422.png" alt="DanielS_0-1703263831422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 16:50:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232741#M30197</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-12-22T16:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232744#M30198</link>
      <description>&lt;P&gt;Part 3 - It's not and alert (Workaround) but you can set a threshold&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielS_1-1703264816870.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16438i84663F339DABFD57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielS_1-1703264816870.png" alt="DanielS_1-1703264816870.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 17:07:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232744#M30198</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-12-22T17:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232750#M30199</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;Thank you very much - let me tell you, I hadn't thought of that🫡&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 19:31:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232750#M30199</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-12-22T19:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Number of services launched on the process</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232752#M30200</link>
      <description>&lt;P&gt;That just shows how impressive DQL is!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 21:09:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Number-of-services-launched-on-the-process/m-p/232752#M30200</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-12-22T21:09:02Z</dc:date>
    </item>
  </channel>
</rss>

