I want to create an alert that will trigger when the node latency goes over the 95th percentile. Is this possible?
This would look something like this:
Node XYZ 95th percentile latency = 20ms, alert if delay goes over 20ms for more than X minutes.
The node details page has a 95 percentile for latency on the graph, is there some way to utilize that value in the alert?
An alternative to this would be alert if the latency goes over the average latency + X ms (example if latency goes over average latency + 10).