Skip to content

Instantly share code, notes, and snippets.

@christopheranderson
Created April 6, 2017 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christopheranderson/84a9ec7c26f76964fc5a03fbe050dc14 to your computer and use it in GitHub Desktop.
Save christopheranderson/84a9ec7c26f76964fc5a03fbe050dc14 to your computer and use it in GitHub Desktop.
Analytics Query - Duration percentiles
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