Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ernestoguimaraes/c71bb6be4546c93a8dd25b1253641e79 to your computer and use it in GitHub Desktop.
Save ernestoguimaraes/c71bb6be4546c93a8dd25b1253641e79 to your computer and use it in GitHub Desktop.
Shows in a Bar Chart the average Request Time from your APis.
requests
| summarize Request_Time = count() by performanceBucket
| render barchart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment