Skip to content

Commit 5d497e4

Browse files
committed
Fix typo in reserve_pool metric
Drop the extra colon. Closes #66 Signed-off-by: Stan Hu <[email protected]>
1 parent 444157d commit 5d497e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: collector.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var (
3838
"database": {LABEL, "N/A", 1, "N/A"},
3939
"force_user": {LABEL, "N/A", 1, "N/A"},
4040
"pool_size": {GAUGE, "pool_size", 1, "Maximum number of server connections"},
41-
"reserve_pool:": {GAUGE, "reserve_pool", 1, "Maximum number of additional connections for this database"},
41+
"reserve_pool": {GAUGE, "reserve_pool", 1, "Maximum number of additional connections for this database"},
4242
"pool_mode": {LABEL, "N/A", 1, "N/A"},
4343
"max_connections": {GAUGE, "max_connections", 1, "Maximum number of allowed connections for this database"},
4444
"current_connections": {GAUGE, "current_connections", 1, "Current number of connections for this database"},

0 commit comments

Comments
 (0)