<?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: Web Problem Detection not working in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205390#M24727</link>
    <description>&lt;P&gt;Abner, as I understand you want to try automatic baselining.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is your test environment (imagine this) you need to have some synthetic traffic, for example using&amp;nbsp;selenium with web driver. Make some scenario - for example - &lt;SPAN&gt;susscessfull&amp;nbsp;&lt;/SPAN&gt;login without errors.&lt;/P&gt;&lt;P&gt;Make it work for 24 hours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check that your traffic exceeds "10 minimum number of actions per minute" or set this value lower.&lt;BR /&gt;On the next day you can access your application and have a scenario with error.&lt;/P&gt;&lt;P&gt;If your synthetic has no error at all, you have "0%" baseline error rate.&lt;/P&gt;&lt;P&gt;If your impact will more than both the absolute and relative thresholds - Dynatrace will rise an error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_0-1677078491381.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/10061i4476407D9B7144CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_0-1677078491381.png" alt="Romanenkov_Al3x_0-1677078491381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In this example - for my app expected error rate 1.5% If I will get 10% - Dynatrace will rise error for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can't\won't wait time - you can use fixed thresholds. For my app I know&amp;nbsp; the expected error rate. For example errors by entering CAPTCHA. I always miss this &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For me it is 1.5. For my SLA for this web application is 5% errors (other errors not related with entering CAPTCHA) and I want to get notified if there are others errors in my example. I set this threshold - 6.5 to achieve this. This is only example for me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_1-1677078758158.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/10062iE6833B6F8FFC76DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_1-1677078758158.png" alt="Romanenkov_Al3x_1-1677078758158.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2023 15:26:27 GMT</pubDate>
    <dc:creator>Romanenkov_Al3x</dc:creator>
    <dc:date>2023-02-22T15:26:27Z</dc:date>
    <item>
      <title>Web Problem Detection not working</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205289#M24716</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I want to explore the&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/observe-and-explore/davis-ai/problem-and-root-cause" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/observe-and-explore/davis-ai/problem-and-root-cause&lt;/A&gt;&amp;nbsp;but it's not working.&lt;/P&gt;
&lt;P&gt;I'm working with JQuery, Spring Boot.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have tried the following scenarios:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;1) Get Request for 5 minutes&lt;/P&gt;
&lt;P&gt;2) Get Request with Http Code 500&lt;/P&gt;
&lt;P&gt;3) Get Request for Image 404&lt;/P&gt;
&lt;P&gt;4) Javascript Error&lt;/P&gt;
&lt;P&gt;5) Every 500 ms for the #3&lt;/P&gt;
&lt;P&gt;6) Every 1000 ms for the #2&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Next is the Settings &amp;gt; Anomaly Detection&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Detect increases in JavaScript errors is Turned ON&lt;/P&gt;
&lt;P&gt;Using fixed thresholds&lt;/P&gt;
&lt;P&gt;1% Alert if this custom error rate threshold is exceeded during any 5 minute period&lt;/P&gt;
&lt;P&gt;10 minimum number of action per minute&lt;/P&gt;
&lt;P&gt;High Sensitivity&lt;/P&gt;
&lt;P&gt;1 minute Amount of minutes the observed traffic has to stay in abnormal state before alert&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Next is for Request Errors:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;HTTP 500-599 Capture/Impact Apdex/Consider for Davis&lt;/P&gt;
&lt;P&gt;HTTP 400-499 Capture/Impact Apdex&lt;/P&gt;
&lt;P&gt;Errors with failed image requests Capture/Consider for Davis&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why am I not getting Problems?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Abner&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 08:44:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205289#M24716</guid>
      <dc:creator>abnerlusung</dc:creator>
      <dc:date>2023-02-22T08:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Web Problem Detection not working</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205305#M24719</link>
      <description>&lt;P&gt;Static thresholds should be working, if there will be traffic (10 minimum number of action\requests per minute)&lt;/P&gt;&lt;P&gt;Automatic baseline thresholds will work after two hours for service.&lt;/P&gt;&lt;P&gt;If your service has no load for 80% time - there will no alerts. Your service must have traffic more than 20% time on the week.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Romanenkov Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 08:38:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205305#M24719</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2023-02-22T08:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Web Problem Detection not working</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205308#M24720</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Romanenkov Alex,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;So what should I do?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:10:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205308#M24720</guid>
      <dc:creator>abnerlusung</dc:creator>
      <dc:date>2023-02-22T09:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Web Problem Detection not working</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205390#M24727</link>
      <description>&lt;P&gt;Abner, as I understand you want to try automatic baselining.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is your test environment (imagine this) you need to have some synthetic traffic, for example using&amp;nbsp;selenium with web driver. Make some scenario - for example - &lt;SPAN&gt;susscessfull&amp;nbsp;&lt;/SPAN&gt;login without errors.&lt;/P&gt;&lt;P&gt;Make it work for 24 hours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check that your traffic exceeds "10 minimum number of actions per minute" or set this value lower.&lt;BR /&gt;On the next day you can access your application and have a scenario with error.&lt;/P&gt;&lt;P&gt;If your synthetic has no error at all, you have "0%" baseline error rate.&lt;/P&gt;&lt;P&gt;If your impact will more than both the absolute and relative thresholds - Dynatrace will rise an error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_0-1677078491381.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/10061i4476407D9B7144CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_0-1677078491381.png" alt="Romanenkov_Al3x_0-1677078491381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In this example - for my app expected error rate 1.5% If I will get 10% - Dynatrace will rise error for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can't\won't wait time - you can use fixed thresholds. For my app I know&amp;nbsp; the expected error rate. For example errors by entering CAPTCHA. I always miss this &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For me it is 1.5. For my SLA for this web application is 5% errors (other errors not related with entering CAPTCHA) and I want to get notified if there are others errors in my example. I set this threshold - 6.5 to achieve this. This is only example for me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_1-1677078758158.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/10062iE6833B6F8FFC76DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_1-1677078758158.png" alt="Romanenkov_Al3x_1-1677078758158.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 15:26:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205390#M24727</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2023-02-22T15:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Web Problem Detection not working</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205391#M24728</link>
      <description>&lt;P&gt;For example for services - you need 2 hours to get first baseline value and automatic thresholds working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 15:20:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205391#M24728</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2023-02-22T15:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Web Problem Detection not working</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205433#M24739</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51881"&gt;@Romanenkov_Al3x&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Do you mean for 2 hours, I need to open my web, run my XHR, then end session?&lt;/P&gt;&lt;P&gt;What do you mean by "service"?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abner&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 02:47:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205433#M24739</guid>
      <dc:creator>abnerlusung</dc:creator>
      <dc:date>2023-02-23T02:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Web Problem Detection not working</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205465#M24752</link>
      <description>&lt;P&gt;I recommend to have 24 hours for it.&lt;/P&gt;&lt;P&gt;Some events - for example - unexpected low traffic will rise only after 7 days.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Service it is my favorite object in Dynatrace. It is frontend\backend object of you app. For example you deploy Apache HTTPD or NGINX with "Hello this is NGINX default page". When you call HTTP request to the web server, Dynatrace will create "Service" for you.&amp;nbsp; All requests related to this endpoint (for example - localhost:80) will in this object.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, read more &lt;A href="https://www.dynatrace.com/support/help/platform-modules/applications-and-microservices/services" target="_self"&gt;documentation&lt;/A&gt; about it. Dynatrace Doc Team do their work best.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 11:02:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Web-Problem-Detection-not-working/m-p/205465#M24752</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2023-02-23T11:02:07Z</dc:date>
    </item>
  </channel>
</rss>

