mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 16:10:37 +00:00
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>
11 lines
246 B
Jsonnet
11 lines
246 B
Jsonnet
{
|
|
metric_name: 'compute_backpressure_throttling_ms',
|
|
type: 'gauge',
|
|
help: 'Time compute has spent throttled',
|
|
key_labels: null,
|
|
values: [
|
|
'throttled',
|
|
],
|
|
query: importstr 'sql_exporter/compute_backpressure_throttling_ms.sql',
|
|
}
|