mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
This is in line with the Prometheus guidance[0]. We also haven't started using this metric, so renaming is essentially free. Link: https://prometheus.io/docs/practices/naming/ [0] Signed-off-by: Tristan Partin <tristan@neon.tech>
2 lines
72 B
SQL
2 lines
72 B
SQL
SELECT neon.backpressure_throttling_time()::float8 / 1000 AS throttled;
|