<?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: Issue with dt.host.availability in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Issue-with-dt-host-availability/m-p/303760#M3466</link>
    <description>&lt;P class=""&gt;With missing data, the value is returned as null. It could be that the most recent minute has not been fully processed or ingested yet, which makes the last datapoint appear missing. Default: 0 would the put it as 0.&lt;/P&gt;&lt;P&gt;Using to: -1m could help here by excluding the most recent, potentially incomplete minute from the query.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2026 11:58:51 GMT</pubDate>
    <dc:creator>michiel_otten</dc:creator>
    <dc:date>2026-08-25T11:58:51Z</dc:date>
    <item>
      <title>Issue with dt.host.availability</title>
      <link>https://community.dynatrace.com/t5/DQL/Issue-with-dt-host-availability/m-p/303752#M3465</link>
      <description>&lt;P&gt;Can someone explain why does this DQL query return Host Unavailable for any host every 5 minutes?&lt;/P&gt;&lt;P&gt;If we change the interval to another value, it seems to return host_unavailable at multiples of that interval.&lt;/P&gt;&lt;P&gt;The condition appears to be true for roughly one minute within each interval.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;timeseries values = avg(dt.host.availability, default: 0),
    by: {
      dt.entity.host,
      dt.entity.host_group
    },
    filter: {
      matchesPhrase(entityName(dt.entity.host), "example")
    },
    interval: 5m,
    from: -15m

    | fieldsAdd host_availability = arrayLast(values)
    | filter host_availability == 0

    | summarize affected_items = count()
    | filter affected_items &amp;gt; 0
    | fieldsAdd failed_condition = "HOST_UNAVAILABLE"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2026 09:41:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Issue-with-dt-host-availability/m-p/303752#M3465</guid>
      <dc:creator>JoãoSilva</dc:creator>
      <dc:date>2026-08-25T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with dt.host.availability</title>
      <link>https://community.dynatrace.com/t5/DQL/Issue-with-dt-host-availability/m-p/303760#M3466</link>
      <description>&lt;P class=""&gt;With missing data, the value is returned as null. It could be that the most recent minute has not been fully processed or ingested yet, which makes the last datapoint appear missing. Default: 0 would the put it as 0.&lt;/P&gt;&lt;P&gt;Using to: -1m could help here by excluding the most recent, potentially incomplete minute from the query.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2026 11:58:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Issue-with-dt-host-availability/m-p/303760#M3466</guid>
      <dc:creator>michiel_otten</dc:creator>
      <dc:date>2026-08-25T11:58:51Z</dc:date>
    </item>
  </channel>
</rss>

