Created
April 6, 2017 16:15
-
-
Save christopheranderson/84a9ec7c26f76964fc5a03fbe050dc14 to your computer and use it in GitHub Desktop.
Analytics Query - Duration percentiles
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 | |
| where timestamp > ago(30m) | |
| summarize percentiles(duration, 50, 95, 99) by bin(timestamp, 1m) | |
| render timechart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment