###Alerts Question Template
-
Please describe what are you seeing:
My query is like:SELECT percentage(count(*), WHERE duration > 169 ) FROM Transaction Where name = ‘WebTransaction/RestWebService/ (GET)’
So, I wanted to understand the value that we pass with duration comparison, is it in seconds or milliseconds? Basically, I want to get the percentage of transaction that take more than 2 seconds for a particular endpoint. Then using this transaction I want to set a limit on the percentage of such transactions. For example., if 5% of such transactions exceed 2 seconds response time duration for more than 1 hours, I want to raise an Alert.
This is the chart that I get:
- How does this differ from what were you expecting to see?
When I see the APM for this transaction, for the same time period, I do not see any such type transaction that takes more than 3 seconds.
- If you aren’t seeing expected alert or data, please provide a link to the incident or violation (policy, condition, data app etc.)
Helpful Resources
Relic Solution: The key to consistent alert notifications