Skip subsequent topology Prometheus queries if timeout occur
- Once timeout error occur, all subsequent queries will likely fail for the same reason. That leads to long duration_s since we have multiple queries. To avoid this, this MR cancel subsequent queries in this case.
Showing
Please register or sign in to comment