Very new to azure application insight,
I want to group all the request with respective duration. For example, I want to put the response time which is in between 0-3 second as "Green/Color", 3-5 second in "Yellow/Color" and greater than 5 should be "Red/Color".
I am using the below Kusto Query language, which need to enhanced
requests | where timestamp > ago(2h)