<?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: alerting on multiple http checks in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261512#M5042</link>
    <description>&lt;P&gt;I would say a &lt;A title="Metric Events" href="https://docs.dynatrace.com/docs/shortlink/metric-events" target="_blank" rel="noopener"&gt;metric events&lt;/A&gt; using the synthetic.http.availability metric is what you want.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;builtin:synthetic.http.availability:filter(and(or(in("dt.entity.http_check",entitySelector("type(http_check),entityName.equals(~"easytravel storebooking~")")),in("dt.entity.http_check",entitySelector("type(http_check),entityName.equals(~"www.easytravel.com - HTTP~")"))))):splitBy()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Instead of using entityName, you can use tags too.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/dynatrace-api/environment-api/entity-v2/entity-selector#tag" target="_blank"&gt;https://docs.dynatrace.com/docs/dynatrace-api/environment-api/entity-v2/entity-selector#tag&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2024 10:24:48 GMT</pubDate>
    <dc:creator>PacoPorro</dc:creator>
    <dc:date>2024-11-05T10:24:48Z</dc:date>
    <item>
      <title>alerting on multiple http checks</title>
      <link>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261507#M5041</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;&lt;BR /&gt;I got a question from a customer to create 1 alerting profile on multiple HTTP checks.&lt;BR /&gt;So there will be 10 HTTP checks configured, alerting must be set to alert on when less than 70% of these HTTP checks are successful.&amp;nbsp;&lt;BR /&gt;Is there any custom events I can set up combined with tags or something?&lt;BR /&gt;Not sure how to best approach this.&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 10:34:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261507#M5041</guid>
      <dc:creator>Germann</dc:creator>
      <dc:date>2024-11-12T10:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: alerting on multiple http checks</title>
      <link>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261512#M5042</link>
      <description>&lt;P&gt;I would say a &lt;A title="Metric Events" href="https://docs.dynatrace.com/docs/shortlink/metric-events" target="_blank" rel="noopener"&gt;metric events&lt;/A&gt; using the synthetic.http.availability metric is what you want.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;builtin:synthetic.http.availability:filter(and(or(in("dt.entity.http_check",entitySelector("type(http_check),entityName.equals(~"easytravel storebooking~")")),in("dt.entity.http_check",entitySelector("type(http_check),entityName.equals(~"www.easytravel.com - HTTP~")"))))):splitBy()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Instead of using entityName, you can use tags too.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/dynatrace-api/environment-api/entity-v2/entity-selector#tag" target="_blank"&gt;https://docs.dynatrace.com/docs/dynatrace-api/environment-api/entity-v2/entity-selector#tag&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 10:24:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261512#M5042</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-11-05T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: alerting on multiple http checks</title>
      <link>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261517#M5043</link>
      <description>&lt;P&gt;Hi Paco, thanks. I think I got it. I got a "No metric found using the Metric ID " when I used the metric ID builtin:synthetic. HTTP.availability, so I am using builtin:synthetic. HTTP&lt;SPAN&gt;.availability.location.total.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;builtin:synthetic.http.availability.location.total:filter(and(or(in("dt.entity.http_check",entitySelector("type(http_check),entityName.equals(~"&amp;lt;PAGE-A&amp;gt;~")")),in("dt.entity.http_check",entitySelector("type(http_check),entityName.equals(~"&amp;lt;PAGE-B&amp;gt;~")"))))):splitBy("dt.entity.http_check")&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 12:22:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261517#M5043</guid>
      <dc:creator>Germann</dc:creator>
      <dc:date>2024-11-05T12:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: alerting on multiple http checks</title>
      <link>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261525#M5044</link>
      <description>&lt;P&gt;Yep, the correct metric is the one you mention.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 13:35:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/alerting-on-multiple-http-checks/m-p/261525#M5044</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-11-05T13:35:52Z</dc:date>
    </item>
  </channel>
</rss>

