Skip to content

Commit 49c3d4b

Browse files
ianbibbySuperQ
andauthored
Update collector/pg_stat_progress_vacuum.go
Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Ian Bibby <470816+ianbibby@users.noreply.github.com>
1 parent 828d96a commit 49c3d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_stat_progress_vacuum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var (
6565
)
6666

6767
statProgressVacuumIndexVacuumCount = prometheus.NewDesc(
68-
prometheus.BuildFQName(namespace, progressVacuumSubsystem, "index_vacuum_count"),
68+
prometheus.BuildFQName(namespace, progressVacuumSubsystem, "index_vacuums"),
6969
"Number of completed index vacuum cycles.",
7070
[]string{"datname", "relname"},
7171
nil,

0 commit comments

Comments
 (0)