Files
neon/compute/etc/sql_exporter/compute_backpressure_throttling_ms.sql
Tristan Partin 8af9412eb2 Collect compute backpressure throttling time
This will tell us how much time the compute has spent throttled if
pageserver/safekeeper cannot keep up with WAL generation.

Signed-off-by: Tristan Partin <tristan@neon.tech>
2024-10-30 09:58:29 -05:00

2 lines
57 B
SQL

SELECT neon.backpressure_throttling_time() AS throttled;