<?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 Specify availability of  a useraction in Synthetic monitor in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296413#M3360</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Version: Managed&lt;/P&gt;
&lt;P&gt;Is there any possibility to calculate availability (%) for a single step of a browser clickpath monitor?&lt;/P&gt;
&lt;P&gt;Eg.: the 3rd step is visiting a card payment service with an external URL and you want to measure the availability of this service.&lt;/P&gt;
&lt;P&gt;Adding a new synthetic test for this URL only is a good solution but the question was different...&lt;/P&gt;
&lt;P&gt;I could not find any solution from USQL neither by creating&amp;nbsp; custom metrics. It seems availability is measure on usersession level only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Gabor&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2026 07:59:00 GMT</pubDate>
    <dc:creator>grepei</dc:creator>
    <dc:date>2026-03-20T07:59:00Z</dc:date>
    <item>
      <title>Specify availability of  a useraction in Synthetic monitor</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296413#M3360</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Version: Managed&lt;/P&gt;
&lt;P&gt;Is there any possibility to calculate availability (%) for a single step of a browser clickpath monitor?&lt;/P&gt;
&lt;P&gt;Eg.: the 3rd step is visiting a card payment service with an external URL and you want to measure the availability of this service.&lt;/P&gt;
&lt;P&gt;Adding a new synthetic test for this URL only is a good solution but the question was different...&lt;/P&gt;
&lt;P&gt;I could not find any solution from USQL neither by creating&amp;nbsp; custom metrics. It seems availability is measure on usersession level only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Gabor&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 07:59:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296413#M3360</guid>
      <dc:creator>grepei</dc:creator>
      <dc:date>2026-03-20T07:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specify availability of  a useraction in Synthetic monitor</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296417#M3361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you have OneAgent installed in fullstack, maybe you can check payment service discovered by OneAgent instead of Synthetics.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 14:41:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296417#M3361</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-03-19T14:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Specify availability of  a useraction in Synthetic monitor</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296420#M3362</link>
      <description>&lt;P&gt;You could calculate it using the metrics. This would be the same as the &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-on-grail/synthetic-calculations-latest#availability" target="_self"&gt;new calculation used by Grail&lt;/A&gt;, rather than the one used by &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/general-information/synthetic-calculations#availability" target="_self"&gt;Managed&lt;/A&gt;, but they are pretty close.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Availability = ((total executions - failed executions)/total executions)*100&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;((builtin:synthetic.browser.event.total:filter(and(or(in("dt.entity.synthetic_test_step",entitySelector("type(synthetic_test_step),entityId(~"SYNTHETIC_TEST_STEP-123~")"))))) - builtin:synthetic.browser.event.failure:filter(and(or(in("dt.entity.synthetic_test_step",entitySelector("type(synthetic_test_step),entityId(~"SYNTHETIC_TEST_STEP-123~")")))))) / builtin:synthetic.browser.event.total:filter(and(or(in("dt.entity.synthetic_test_step",entitySelector("type(synthetic_test_step),entityId(~"SYNTHETIC_TEST_STEP-123~")"))))))*100&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;I used the synthetic step id as it's unique but if you know the step name isn't used in any other monitors, you could use that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 15:54:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296420#M3362</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2026-03-19T15:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Specify availability of  a useraction in Synthetic monitor</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296985#M3364</link>
      <description>&lt;P&gt;Card payment service is an external service, OneAgent cannot be used.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Gabor&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 08:26:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296985#M3364</guid>
      <dc:creator>grepei</dc:creator>
      <dc:date>2026-03-31T08:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Specify availability of  a useraction in Synthetic monitor</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296986#M3365</link>
      <description>&lt;P&gt;Complex USQL cannot be used for custom metrics. There are limitations in syntax and aggregation.&lt;/P&gt;&lt;P&gt;The most convenient way is to define a separate Synthetic for the specific step only.&lt;/P&gt;&lt;P&gt;We are trying to push the customer towards the SaaS solution, everything could be much easier for them.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 08:33:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Specify-availability-of-a-useraction-in-Synthetic-monitor/m-p/296986#M3365</guid>
      <dc:creator>grepei</dc:creator>
      <dc:date>2026-03-31T08:33:09Z</dc:date>
    </item>
  </channel>
</rss>

