How to apply threshold checks for a particular period of the load test, say steady state from (15m: 45m)
Tried all options similar to this but not working. ‘http_req_duration{15m-45m}’: [‘p(95) < 10’]
Hi @kavinarvind
Welcome to the community forum
I believe you should be able to solve this by creating stages, and defining thresholds for a second stage (duration 15m-45m) Thresholds for each stage of a ramp-up - #3 by codebien.
I hope this helps.
Cheers!