<?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 Metric to determine app pool restarts in X timeframe? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Metric-to-determine-app-pool-restarts-in-X-timeframe/m-p/224694#M28839</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the need to determine how many times app pools have been restarted (in 30 days) across our domain in Dynatrace.&amp;nbsp; I've been poking around, but cannot figure it out.&amp;nbsp; Is there a Metric I can configure to determine this, or perhaps by filtering through logs?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 19:43:34 GMT</pubDate>
    <dc:creator>DStockland</dc:creator>
    <dc:date>2023-10-05T19:43:34Z</dc:date>
    <item>
      <title>Metric to determine app pool restarts in X timeframe?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Metric-to-determine-app-pool-restarts-in-X-timeframe/m-p/224694#M28839</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the need to determine how many times app pools have been restarted (in 30 days) across our domain in Dynatrace.&amp;nbsp; I've been poking around, but cannot figure it out.&amp;nbsp; Is there a Metric I can configure to determine this, or perhaps by filtering through logs?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 19:43:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Metric-to-determine-app-pool-restarts-in-X-timeframe/m-p/224694#M28839</guid>
      <dc:creator>DStockland</dc:creator>
      <dc:date>2023-10-05T19:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Metric to determine app pool restarts in X timeframe?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Metric-to-determine-app-pool-restarts-in-X-timeframe/m-p/224717#M28840</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/62202"&gt;@DStockland&lt;/a&gt;&lt;/P&gt;&lt;P&gt;you can filter through the events for this information.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mark_bley_0-1696578943354.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14471i3A7B714AEEBB2950/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mark_bley_0-1696578943354.png" alt="mark_bley_0-1696578943354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;using the API you can determine the timeframe and the entity it happened on&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"events": [
    {
      "eventId": "6798745626705320663_1696483060541",
      "startTime": 1696483060266,
      "endTime": 1696483064123,
      "eventType": "PROCESS_RESTART",
      "title": "Process restart",
      "entityId": {
        "entityId": {
          "id": "PROCESS_GROUP_INSTANCE-04FB78E5D361DA42",
          "type": "PROCESS_GROUP_INSTANCE"
        },
        "name": "IIS app pool .NET v4.5 Classic"
      },
...&lt;/LI-CODE&gt;&lt;P&gt;For each instance count them up and you have your result.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 07:58:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Metric-to-determine-app-pool-restarts-in-X-timeframe/m-p/224717#M28840</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2023-10-06T07:58:29Z</dc:date>
    </item>
  </channel>
</rss>

