Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit fca2794

Browse files
Update pkg/vacuum/vacuum.go
Co-authored-by: Harkishen Singh <[email protected]> Signed-off-by: John Pruitt <[email protected]>
1 parent 0a01dd2 commit fca2794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/vacuum/vacuum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var (
6363
numberVacuumConnections = prometheus.NewGauge(prometheus.GaugeOpts{
6464
Namespace: util.PromNamespace,
6565
Subsystem: "vacuum",
66-
Name: "number_vacuum_connections",
66+
Name: "num_connections",
6767
Help: "Number of database connections currently in use by the vacuum engine. One taken up by the advisory lock, the rest by vacuum commands.",
6868
})
6969
vacuumErrorsTotal = prometheus.NewCounterVec(prometheus.CounterOpts{

0 commit comments

Comments
 (0)