Problem Statement
The maximum duration of a query is often crucial for detecting impending timeouts. Many applications use a standard query timeout of 30 seconds. If a query has a maximum duration that approaches this threshold, it may be a sign of an impending production stall due to these timeouts.
Proposed Solution
Add a "Max Duration (ms)" field to all relevant views.
Use Case
I often sort the lists by max duration.
Scope
Please indicate which component(s) this affects:
- [ x] Full Dashboard
- [ x] Lite
- [ x] SQL collection scripts
IMPORTANT: If you're going to contribute code, please read the contributing guide first.
Problem Statement
The maximum duration of a query is often crucial for detecting impending timeouts. Many applications use a standard query timeout of 30 seconds. If a query has a maximum duration that approaches this threshold, it may be a sign of an impending production stall due to these timeouts.
Proposed Solution
Add a "Max Duration (ms)" field to all relevant views.
Use Case
I often sort the lists by max duration.
Scope
Please indicate which component(s) this affects:
IMPORTANT: If you're going to contribute code, please read the contributing guide first.