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