<?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: Which tile should i use in dashboard to show HTTP Monitor result? in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257653#M4910</link>
    <description>&lt;P&gt;In the data explorer can see the honeycomb but i don't have :&lt;/P&gt;&lt;LI-CODE lang="java"&gt;timeseries availability&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 02:34:25 GMT</pubDate>
    <dc:creator>pseg1984</dc:creator>
    <dc:date>2024-10-01T02:34:25Z</dc:date>
    <item>
      <title>the tile showing HTTP Monitor result</title>
      <link>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257638#M4908</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i have more than 10 HTTP Monitor tile in a dashboard, each HTTP Monitor is a call api test.&lt;/P&gt;
&lt;P&gt;is there a tile that i can add in the dashboard to have a visual result if one of my HTTP&amp;nbsp; Monitor fails?&lt;/P&gt;
&lt;P&gt;The problem is:&lt;/P&gt;
&lt;P&gt;i have multiple HTTP Monitors in my dashboard and it's difficult to have a general view of all HTTP monitors result,&lt;/P&gt;
&lt;P&gt;i can see in each HTTP Monitor but it would be easier to have a tile where i can se&amp;nbsp; all HTTP Monitor result at one place.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 09:28:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257638#M4908</guid>
      <dc:creator>pseg1984</dc:creator>
      <dc:date>2024-10-08T09:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Which tile should i use in dashboard to show HTTP Monitor result?</title>
      <link>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257649#M4909</link>
      <description>&lt;P&gt;Hey Pseg,&lt;/P&gt;&lt;P&gt;If you're using SaaS and the new dashboards you could use the following query and then a honeycomb visualization.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;timeseries availability = avg(dt.synthetic.http.availability), by: {dt.entity.http_check}
| fields dt.entity.http_check, availability =
  if(arrayAvg(availability) == 100, "Good", else:
  if(arrayAvg(availability) &amp;gt; 80, "Acceptable", else: "Bad"))&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fin_Ubels_0-1727741156120.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23066i7204FF102BB555AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fin_Ubels_0-1727741156120.png" alt="Fin_Ubels_0-1727741156120.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the above query you can change what you consider to be good, acceptable and bad by modifying the comparisons on line 3 and 4. In the honeycomb visualization ensure the data mapping value is set to the availability and the displayed field is the http check so that the "open with" feature will work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fin_Ubels_1-1727741378044.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23067i138C4F982336B9C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fin_Ubels_1-1727741378044.png" alt="Fin_Ubels_1-1727741378044.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 00:20:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257649#M4909</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2024-10-01T00:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Which tile should i use in dashboard to show HTTP Monitor result?</title>
      <link>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257653#M4910</link>
      <description>&lt;P&gt;In the data explorer can see the honeycomb but i don't have :&lt;/P&gt;&lt;LI-CODE lang="java"&gt;timeseries availability&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 02:34:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257653#M4910</guid>
      <dc:creator>pseg1984</dc:creator>
      <dc:date>2024-10-01T02:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Which tile should i use in dashboard to show HTTP Monitor result?</title>
      <link>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257654#M4911</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/80625"&gt;@pseg1984&lt;/a&gt;&amp;nbsp;, the above screenshots are from the new dashbaords, please&amp;nbsp; try the below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/observe-and-explore/dashboards-and-notebooks/dashboards-new" target="_blank"&gt;https://docs.dynatrace.com/docs/observe-and-explore/dashboards-and-notebooks/dashboards-new&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 03:50:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257654#M4911</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-10-01T03:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Which tile should i use in dashboard to show HTTP Monitor result?</title>
      <link>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257657#M4912</link>
      <description>&lt;P&gt;Hey Pseg,&lt;/P&gt;&lt;P&gt;The above is only for SaaS and the new dashboards. To access the new dashboards search for dashboards and select "Dashboards" and not "Dashboards Classic" as seen below. The docs that&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp;mentioned are a good place to start if you have access.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fin_Ubels_0-1727759361415.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23068i27E64C26D339409D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fin_Ubels_0-1727759361415.png" alt="Fin_Ubels_0-1727759361415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Otherwise if you are constrained to Dynatrace managed or dashboards classic then below would do the trick and then you can pin it to a dashboard from that view.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fin_Ubels_1-1727759464328.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23069i4FB9CEDB2D12D9D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fin_Ubels_1-1727759464328.png" alt="Fin_Ubels_1-1727759464328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 05:12:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/the-tile-showing-HTTP-Monitor-result/m-p/257657#M4912</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2024-10-01T05:12:48Z</dc:date>
    </item>
  </channel>
</rss>

