Created
May 13, 2021 14:47
-
-
Save ernestoguimaraes/c71bb6be4546c93a8dd25b1253641e79 to your computer and use it in GitHub Desktop.
Shows in a Bar Chart the average Request Time from your APis.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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