<?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: Is it possible to create a SLO for synthetic browser monitor duration &amp;lt; 2000ms? in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272318#M1800</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/87240"&gt;@robin_vogels&lt;/a&gt;&amp;nbsp;At what stage are you exactly facing issue when creating the SLO for&amp;nbsp;&lt;SPAN&gt;HTTP synthetic monitors?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 23:27:31 GMT</pubDate>
    <dc:creator>p_devulapalli</dc:creator>
    <dc:date>2025-03-12T23:27:31Z</dc:date>
    <item>
      <title>Create SLOs for Synthetic Browser Monitors Using DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272107#M1787</link>
      <description>&lt;P&gt;I would like to create a SLO for synthetic browser monitor duration &amp;lt; 2000ms. I successfully created a SLO for HTTP synthetic monitors, but I'm struggling to get the same working for synthetic browser monitors.&lt;/P&gt;
&lt;P&gt;Can anybody help out?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 12:21:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272107#M1787</guid>
      <dc:creator>robin_vogels</dc:creator>
      <dc:date>2025-12-18T12:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a SLO for synthetic browser monitor duration &lt; 2000ms?</title>
      <link>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272318#M1800</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/87240"&gt;@robin_vogels&lt;/a&gt;&amp;nbsp;At what stage are you exactly facing issue when creating the SLO for&amp;nbsp;&lt;SPAN&gt;HTTP synthetic monitors?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 23:27:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272318#M1800</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-03-12T23:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a SLO for synthetic browser monitor duration &lt; 2000ms?</title>
      <link>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272340#M1806</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;, I'm able to create the SLO with this DQL:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.synthetic.events
| filter dt.synthetic.monitor.id == "HTTP_CHECK-XXX"
| makeTimeseries {total = count(), good = countIf(result.statistics.duration &amp;lt; 2000)}
| fieldsAdd sli = 100 * (good[] / total[])&lt;/LI-CODE&gt;&lt;P&gt;However when I try to to the same for a synthetic browser test I found out that these events are not stored in dt.synthetic.events, so I tried to get it working with&amp;nbsp;dt.synthetic.browser.duration, but I'm not able to create a SLO for it.&lt;BR /&gt;&lt;BR /&gt;Do you have any idea how to achieve this?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 07:19:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272340#M1806</guid>
      <dc:creator>robin_vogels</dc:creator>
      <dc:date>2025-03-13T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a SLO for synthetic browser monitor duration &lt; 2000ms?</title>
      <link>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272344#M1807</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/87240"&gt;@robin_vogels&lt;/a&gt;&amp;nbsp;Here is a example which is similar to what you are trying to achieve . You can try using&amp;nbsp;dt.synthetic.browser.duration instead here , you can may be ignore the tags part and use&amp;nbsp;dt.entity.synthetic_test to filter it down to the particular test you are after and the expressions&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/service-level-objective-examples#service-performance-for-services-with-a-certain-tag" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/service-level-objective-examples#service-performance-for-services-with-a-certain-tag&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 07:57:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/272344#M1807</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-03-13T07:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create SLOs for Synthetic Browser Monitors Using DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/294452#M3130</link>
      <description>&lt;P&gt;Add ms:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.synthetic.events
| filter dt.synthetic.monitor.id == "HTTP_CHECK-XXX"
| makeTimeseries {total = count(), good = countIf(result.statistics.duration &amp;lt; 2000ms)}
| fieldsAdd sli = 100 * (good[] / total[])&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 09 Feb 2026 16:05:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Create-SLOs-for-Synthetic-Browser-Monitors-Using-DQL/m-p/294452#M3130</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2026-02-09T16:05:55Z</dc:date>
    </item>
  </channel>
</rss>

