<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Kusto_queries_FD</id>
	<title>Kusto queries FD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Kusto_queries_FD"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Kusto_queries_FD&amp;action=history"/>
	<updated>2026-04-19T22:04:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Kusto_queries_FD&amp;diff=5173&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;Front Door Query '``` AzureDiagnostics | where hostName_s == &quot;&lt;my FQDN of URI&gt;&quot; and requestUri_s hasprefix &quot;https://&lt;$FQDN&gt;:443/my-app-path&quot; | where TimeGenerated between (dat...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Kusto_queries_FD&amp;diff=5173&amp;oldid=prev"/>
		<updated>2024-04-05T20:30:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Front Door Query &amp;#039;``` AzureDiagnostics | where hostName_s == &amp;quot;&amp;lt;my FQDN of URI&amp;gt;&amp;quot; and requestUri_s hasprefix &amp;quot;https://&amp;lt;$FQDN&amp;gt;:443/my-app-path&amp;quot; | where TimeGenerated between (dat...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Front Door Query&lt;br /&gt;
'```&lt;br /&gt;
AzureDiagnostics&lt;br /&gt;
| where hostName_s == &amp;quot;&amp;lt;my FQDN of URI&amp;gt;&amp;quot; and requestUri_s hasprefix &amp;quot;https://&amp;lt;$FQDN&amp;gt;:443/my-app-path&amp;quot;&lt;br /&gt;
| where TimeGenerated between (datetime(&amp;quot;2024-3-21T02:00:00&amp;quot;) .. datetime(&amp;quot;2024-03-21T03:00:00&amp;quot;))&lt;br /&gt;
| project TimeGenerated, requestUri_s, httpMethod_s, timeToFirstByte_s, timeTaken_s&lt;br /&gt;
| extend tt = todecimail(timeTaken_s)&lt;br /&gt;
| summarize&lt;br /&gt;
  request_count = count(),&lt;br /&gt;
  min_seconds = min(tt),&lt;br /&gt;
  [&amp;quot;50th percentile&amp;quot;] = percentile(tt, 50),&lt;br /&gt;
  [&amp;quot;95th percentile&amp;quot;] = percentile(tt, 95),&lt;br /&gt;
  [&amp;quot;99th percentile&amp;quot;] = percentile(tt, 99),&lt;br /&gt;
  max_seconds = max(tt),&lt;br /&gt;
  stdev_seonds = stdev(tt)&lt;br /&gt;
  by bin(TimeGenerated, 1h)&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>