Files
neon/compute/etc/sql_exporter/compute_max_connections.sql
Mikhail Kot e12628fe93 Collect max_connections metric (#9770)
This will further allow us to expose this metric to users
2024-11-15 17:42:41 +00:00

2 lines
62 B
SQL

SELECT current_setting('max_connections') as max_connections;