<?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: Alert when application traffic drops to zero, but don't alert at quiet times. in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/285703#M5877</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/53090"&gt;@DannyH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From experience, auto-adaptive threshold isn't all that smart. It performs a statistical calculation daily for the last &lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/platform/davis-ai/anomaly-detection/concepts/auto-adaptive-threshold" target="_self"&gt;7 days&lt;/A&gt;.&amp;nbsp;If there are no data, I believe it does nothing to identify a threshold for that window.&lt;/P&gt;&lt;P&gt;Maybe, if you want to fiddle around, you could set up in your query selector the default(0) transformation. This way, instead of NULL data you will have 0 which can be evaluated for a threshold and then auto-adaptive maybe adjust the threshold for night.&lt;/P&gt;&lt;P&gt;Maintenance windows are a good backup plan too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2025 13:36:21 GMT</pubDate>
    <dc:creator>g_kat</dc:creator>
    <dc:date>2025-09-10T13:36:21Z</dc:date>
    <item>
      <title>Alert when application traffic drops to zero, but don't alert at quiet times.</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/284904#M5852</link>
      <description>&lt;P&gt;We had an issue where one of our applications had no traffic for 2 hours due to a genuine problem. We got no alert from the anomaly detection we had set up for Dynatrace traffic drops.&lt;/P&gt;
&lt;P&gt;Dynatrace support said that was because we had no traffic at all rather than a drop from one figure to another so DT will not alert on 0 traffic.&lt;/P&gt;
&lt;P&gt;I was advised to set up a metric event using auto-adaptive setting. I have it set to alert if metric is below and to alert on missing data.&lt;/P&gt;
&lt;P&gt;This is the metric selector code used -&amp;nbsp;builtin:apps.web.actionsPerSession:filter(in("dt.entity.application",entitySelector("type(application),entityName.equals(~"Aspire~")")))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trouble is it is alerting a lot, every time there are 0 user actions in the application. I've messed about with sliding windows and signal fluctuations but still alert spam.&lt;/P&gt;
&lt;P&gt;I was hoping and told the auto-adaptive would know not to alert at quiet times.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions how to get this to work? I'm surprised Dynatrace doesn't alert out of the box on zero traffic to an application for a sustained period.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 12:14:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/284904#M5852</guid>
      <dc:creator>DannyH</dc:creator>
      <dc:date>2025-12-18T12:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when application traffic drops to zero, but don't alert at quiet times.</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/285000#M5858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/53090"&gt;@DannyH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may want to experiment with the traffic drop setting&amp;nbsp;on the frontend app. but if it is&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;no traffic at all rather than a drop might not be useful .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/Real-User-Monitoring/How-application-traffic-drops-is-calculated/m-p/261302#:~:text=Dynatrace%20automatically%20learns%20each%20application's,learn%20daily%20and%20weekly%20patterns" target="_blank" rel="noopener"&gt;https://community.dynatrace.com/t5/Real-User-Monitoring/How-application-traffic-drops-is-calculated/m-p/261302#:~:text=Dynatrace%20automatically%20learns%20each%20application's,learn%20daily%20and%20weekly%20patterns&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;If you have the data in Grail, maybe we could use DQL to run a comparison of the previous 1-hour timeframe and send an alert if there is any drop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 01:32:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/285000#M5858</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-08-29T01:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when application traffic drops to zero, but don't alert at quiet times.</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/285406#M5864</link>
      <description>&lt;P&gt;Hi Akhil,&lt;/P&gt;&lt;P&gt;Thanks for the reply. Yeah it was to get an alert when there was no traffic at all that I needed, thats why it has to be a metric event with, "Alert on missing data" turned on.&lt;/P&gt;&lt;P&gt;I've actually got a better metric selector string now based on total count rather than average. It works better, but still alerts at night when the application is quiet. I thought the auto-adaptive threshold would know when the app is quiet from historic data, but it doesn't seem to. Any idea why that is? I've set up a maintenance window anyway for OOH.&lt;/P&gt;&lt;P&gt;This is the metric selector&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;builtin:apps.web.action.count.load.browser:filter(and(or(in("dt.entity.application_method",entitySelector("type(application_method),entityName.equals(~"loading of page /auth/dashboard~")"))))):splitBy():sort(value(auto,descending)):limit(20)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 13:21:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/285406#M5864</guid>
      <dc:creator>DannyH</dc:creator>
      <dc:date>2025-09-04T13:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when application traffic drops to zero, but don't alert at quiet times.</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/285703#M5877</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/53090"&gt;@DannyH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From experience, auto-adaptive threshold isn't all that smart. It performs a statistical calculation daily for the last &lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/platform/davis-ai/anomaly-detection/concepts/auto-adaptive-threshold" target="_self"&gt;7 days&lt;/A&gt;.&amp;nbsp;If there are no data, I believe it does nothing to identify a threshold for that window.&lt;/P&gt;&lt;P&gt;Maybe, if you want to fiddle around, you could set up in your query selector the default(0) transformation. This way, instead of NULL data you will have 0 which can be evaluated for a threshold and then auto-adaptive maybe adjust the threshold for night.&lt;/P&gt;&lt;P&gt;Maintenance windows are a good backup plan too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 13:36:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alert-when-application-traffic-drops-to-zero-but-don-t-alert-at/m-p/285703#M5877</guid>
      <dc:creator>g_kat</dc:creator>
      <dc:date>2025-09-10T13:36:21Z</dc:date>
    </item>
  </channel>
</rss>

