<?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 Synthetic Monitor execution from Different Location with different Times in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Synthetic-Monitor-execution-from-Different-Location-with/m-p/293275#M3327</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Consider we have a application url say &lt;A href="https://google.com" target="_blank"&gt;https://google.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and we do have 5 location as A, B, C, D, E - Now this locations can be private or public based on the URL accessible to&amp;nbsp;execution&lt;/P&gt;&lt;P&gt;How can we set this synthetic monitor execution to run at 1 time with location A, 2nd time location B only, 3rd time Location C only and so on...&lt;/P&gt;&lt;P&gt;Consider monitor run every 1 minute&lt;/P&gt;&lt;P&gt;12.01 - Location A only&lt;/P&gt;&lt;P&gt;12.02 - Location B only&lt;/P&gt;&lt;P&gt;12.03 - Location C only&lt;/P&gt;&lt;P&gt;12.04 - Location D only&lt;/P&gt;&lt;P&gt;12.05 - Location E only&amp;nbsp; and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How this can be achieved with using synthetic monitor or using workflows ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2026 11:55:12 GMT</pubDate>
    <dc:creator>Adi_10</dc:creator>
    <dc:date>2026-01-19T11:55:12Z</dc:date>
    <item>
      <title>Synthetic Monitor execution from Different Location with different Times</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Synthetic-Monitor-execution-from-Different-Location-with/m-p/293275#M3327</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Consider we have a application url say &lt;A href="https://google.com" target="_blank"&gt;https://google.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and we do have 5 location as A, B, C, D, E - Now this locations can be private or public based on the URL accessible to&amp;nbsp;execution&lt;/P&gt;&lt;P&gt;How can we set this synthetic monitor execution to run at 1 time with location A, 2nd time location B only, 3rd time Location C only and so on...&lt;/P&gt;&lt;P&gt;Consider monitor run every 1 minute&lt;/P&gt;&lt;P&gt;12.01 - Location A only&lt;/P&gt;&lt;P&gt;12.02 - Location B only&lt;/P&gt;&lt;P&gt;12.03 - Location C only&lt;/P&gt;&lt;P&gt;12.04 - Location D only&lt;/P&gt;&lt;P&gt;12.05 - Location E only&amp;nbsp; and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How this can be achieved with using synthetic monitor or using workflows ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 11:55:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Synthetic-Monitor-execution-from-Different-Location-with/m-p/293275#M3327</guid>
      <dc:creator>Adi_10</dc:creator>
      <dc:date>2026-01-19T11:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Monitor execution from Different Location with different Times</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Synthetic-Monitor-execution-from-Different-Location-with/m-p/293392#M3328</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;In standard Synthetic scheduling, you can’t tell a single monitor: “run now only from A, next minute only from B, then C”. The scheduler is driven by frequency + assigned locations, and (for many monitor types) the same interval applies per location.&lt;/P&gt;&lt;P&gt;If your goal is “one execution per minute, each minute a different location” (order not necessarily guaranteed as A→B→C→D→E, but effectively distributed), then:&lt;/P&gt;&lt;P&gt;Assign 5 locations (A–E)&lt;/P&gt;&lt;P&gt;Set Frequency = 5 minutes (not 1 minute)&lt;/P&gt;&lt;P&gt;For browser monitors, Dynatrace spaces executions so that with 5 locations and 5-minute frequency you effectively get ~1 execution per minute from a different location.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUT:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The exact sequence (A then B then C…) is not a strict “pinned” order you can control.&lt;/P&gt;&lt;P&gt;For HTTP monitors, expect “frequency per location” behavior (each location runs every X minutes), and you typically won’t get a strict per-minute rotation with one location only.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Second option is use&amp;nbsp;on-demand execution per location and if u have posibbility workflows.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you need deterministic rotation (exactly one location per minute, in your chosen order), then do it as on-demand executions and choose the location each time.&lt;/P&gt;&lt;P&gt;Dynatrace supports:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;On-demand executions where you can trigger a monitor from a selected location (UI/API).&lt;/LI&gt;&lt;LI&gt;Synthetic for Workflows, which lets a Workflow execute a monitor on demand at a selected location.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Set your monitor’s schedule to On demand only (so it won’t run on its own).&lt;/P&gt;&lt;P&gt;2. Install Synthetic for Workflows and grant required permissions.&lt;/P&gt;&lt;P&gt;3. Create 5 separate scheduled workflows, each triggering the same monitor but with a different fixed location:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Workflow #1 runs at minutes …:00, …:05, …:10 → execute at Location A&lt;/LI&gt;&lt;LI&gt;Workflow #2 runs at minutes …:01, …:06, …:11 → execute at Location B&lt;/LI&gt;&lt;LI&gt;Workflow #3 runs at minutes …:02, …:07, …:12 → execute at Location C&lt;/LI&gt;&lt;LI&gt;Workflow #4 runs at minutes …:03, …:08, …:13 → execute at Location D&lt;/LI&gt;&lt;LI&gt;Workflow #5 runs at minutes …:04, …:09, …:14 → execute at Location E&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If Workflows are not available, this can be done externally using cron or any scheduler that calls the Dynatrace Synthetic API every minute and triggers the monitor on-demand with a different location (A→B→C→D→E). The rotation logic is handled in the script (bash/python, cron, gitlab, jenkins, whatever).&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 13:58:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Synthetic-Monitor-execution-from-Different-Location-with/m-p/293392#M3328</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-01-21T13:58:45Z</dc:date>
    </item>
  </channel>
</rss>

