mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 12:32:54 +00:00
11 lines
234 B
Jsonnet
11 lines
234 B
Jsonnet
{
|
|
metric_name: 'compute_max_connections',
|
|
type: 'gauge',
|
|
help: 'Max connections allowed for Postgres',
|
|
key_labels: null,
|
|
values: [
|
|
'max_connections',
|
|
],
|
|
query: importstr 'sql_exporter/compute_max_connections.sql',
|
|
}
|