<?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: Extending wait time for synthetic monitor clickpath events in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/261003#M2732</link>
    <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51369"&gt;@Peter_Youssef&lt;/a&gt;, wonderful explanation.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2024 16:05:16 GMT</pubDate>
    <dc:creator>MostafaHussein</dc:creator>
    <dc:date>2024-10-29T16:05:16Z</dc:date>
    <item>
      <title>Extending wait time for synthetic monitor clickpath events</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/260880#M2724</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Had a question regarding synthetic monitoring and clickpath events- In one of my clickpaths, there is an event that occasionally takes a while to load. I set up next event trigger to wait for 60s (max time available), but this error still persists. Is there anyway to exceed 60s as the max time? Image for reference&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vuthayak_0-1730141592377.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24216iB869D37BC727D055/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vuthayak_0-1730141592377.png" alt="vuthayak_0-1730141592377.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 07:23:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/260880#M2724</guid>
      <dc:creator>vuthayak</dc:creator>
      <dc:date>2024-10-29T07:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extending wait time for synthetic monitor clickpath events</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/260887#M2725</link>
      <description>&lt;P&gt;by default, the next action doesn't begin until the current is completed as it&amp;nbsp;&lt;STRONG&gt;Wait for page to load completely&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;waits for network activity to be completed after the load event is triggered, by default it wait for 60s approximately the workaround is to use API to force update your clickpath event wait time globally to be more than this number.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;endpoint&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://{environmentid}.live.dynatrace.com/api/v2/synthetic/config" target="_blank" rel="noopener"&gt;https://{environmentid}.live.dynatrace.com/api/v2/synthetic/config&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;method&lt;/STRONG&gt;: PUT&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;needed &lt;STRONG&gt;permission&lt;/STRONG&gt;:&amp;nbsp;syntheticLocations.write&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;request body sample:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
   "bmMonitorTimeout": 300000,
   "bmStepTimeout": 60000
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;body parameters:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;STRONG&gt;bmMonitorTimeout&lt;/STRONG&gt;: browser monitor execution timeout (ms) - default 300000 (5 minutes)&lt;BR /&gt;2. &lt;STRONG&gt;bmStepTimeout&lt;/STRONG&gt;: browser monitor single step execution timeout (ms) - default 60 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for more details check these links&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/id-brower-clickpath-events#wait" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/id-brower-clickpath-events#wait&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/api-synthetic-v2-config-put" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/api-synthetic-v2-config-put&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Mostafa Hussein.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 22:02:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/260887#M2725</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2024-10-28T22:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extending wait time for synthetic monitor clickpath events</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/260951#M2728</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66935"&gt;@MostafaHussein&lt;/a&gt;&amp;nbsp;Sorry, I am relatively new to using Dynatrace. How would I use the API in the clickpath event?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 13:17:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/260951#M2728</guid>
      <dc:creator>vuthayak</dc:creator>
      <dc:date>2024-10-29T13:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extending wait time for synthetic monitor clickpath events</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/261000#M2730</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/81972"&gt;@vuthayak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As described by&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66935"&gt;@MostafaHussein&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all if you have cluster admin permission you will be able to execute the below steps, otherwise ask DT admin provides you with change monitoring settings on the target monitoring environment to be capable of running the attached commands.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You will create a token with s&lt;SPAN&gt;yntheticLocations.write scope.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Use the created token through the Environment API V2&amp;nbsp; &amp;gt; Synthetic&amp;nbsp;Synthetic - Locations, nodes, and configuration&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Use&amp;nbsp;PUT/synthetic/config the below is the description &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;Updates set of synthetic related parameters defined for whole tenant (affects all monitors and all private locations)."&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Unlock using the generated token.&lt;/LI&gt;&lt;LI&gt;Then try it out.&lt;/LI&gt;&lt;LI&gt;Update the attached section with the suggested values.&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;  &lt;SPAN class=""&gt;"bmMonitorTimeout"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;900000&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;  &lt;SPAN class=""&gt;"bmStepTimeout"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;180000&lt;/SPAN&gt;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Then execute.&lt;/P&gt;&lt;P&gt;After successful execution the attached response code should appear.&lt;/P&gt;&lt;TABLE width="576px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="46.825px"&gt;Code&lt;/TD&gt;&lt;TD width="528.375px"&gt;Description&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="46.825px"&gt;204&lt;/TD&gt;&lt;TD width="528.375px"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Success. The set of synthetic related parameters has been updated&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Tip:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The configurations values will be updated automatically and the attached error won't be exposed again in the future.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hopefully it helps.&lt;/P&gt;&lt;P&gt;KR,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 15:56:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/261000#M2730</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-10-29T15:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extending wait time for synthetic monitor clickpath events</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/261002#M2731</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/81972"&gt;@vuthayak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;- the configuration level is the environment so you'll set the default values over all synthetic monitors&lt;/P&gt;&lt;P&gt;- download Postman and follow the screenshot&lt;/P&gt;&lt;P&gt;1. go to `&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Access Tokens&lt;/STRONG&gt;&lt;/FONT&gt;` in the left menu, then create new one with this permission `&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;syntheticLocations.write&lt;/STRONG&gt;&lt;/FONT&gt;` once created copy it to text file to be used later, see the following 2 figures&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MostafaHussein_2-1730217218488.png" style="width: 606px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24259iEA5EADE78B60F1F8/image-dimensions/606x591?v=v2" width="606" height="591" role="button" title="MostafaHussein_2-1730217218488.png" alt="MostafaHussein_2-1730217218488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MostafaHussein_3-1730217268184.png" style="width: 538px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24260iEDC0EDD0C5A293B5/image-dimensions/538x455?v=v2" width="538" height="455" role="button" title="MostafaHussein_3-1730217268184.png" alt="MostafaHussein_3-1730217268184.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. open &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Postman&lt;/STRONG&gt;&lt;/FONT&gt;, add new request, use your &lt;STRONG&gt;environment URL&lt;/STRONG&gt; and set the method to &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;PUT&lt;/FONT&gt; &lt;/STRONG&gt;as the following figure, to use the mentioned endpoint '&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;api/v2/synthetic/config&lt;/FONT&gt;&lt;/STRONG&gt;' you should add it to your environment base URL as shown below&lt;/P&gt;&lt;P&gt;3. move to &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Body&lt;/STRONG&gt; &lt;/FONT&gt;tab then select &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;raw&lt;/STRONG&gt; &lt;/FONT&gt;and use the body as below format then edit the values as mentioned in my last reply&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MostafaHussein_0-1730216701672.png" style="width: 665px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24255iA7D7C48C6E0C9218/image-dimensions/665x442?v=v2" width="665" height="442" role="button" title="MostafaHussein_0-1730216701672.png" alt="MostafaHussein_0-1730216701672.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4. move to headers tab and add the &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Authorization &lt;/FONT&gt;&lt;/STRONG&gt;in this format '&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Api-Token {place-your-token}&lt;/FONT&gt;&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MostafaHussein_1-1730216990091.png" style="width: 791px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24258i8AD6DBE148299769/image-dimensions/791x232?v=v2" width="791" height="232" role="button" title="MostafaHussein_1-1730216990091.png" alt="MostafaHussein_1-1730216990091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5. just click `Send` once did, you'll get response code 204 with no content that indicates it's sent successfully.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MostafaHussein_4-1730217666434.png" style="width: 768px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24261i82DE44F7F1094E0E/image-dimensions/768x428?v=v2" width="768" height="428" role="button" title="MostafaHussein_4-1730217666434.png" alt="MostafaHussein_4-1730217666434.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Mostafa Hussein.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 06:13:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/261002#M2731</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2024-10-30T06:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extending wait time for synthetic monitor clickpath events</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/261003#M2732</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51369"&gt;@Peter_Youssef&lt;/a&gt;, wonderful explanation.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 16:05:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Extending-wait-time-for-synthetic-monitor-clickpath-events/m-p/261003#M2732</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2024-10-29T16:05:16Z</dc:date>
    </item>
  </channel>
</rss>

