Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit d025f63

Browse files
committed
typo
1 parent a115556 commit d025f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gauges/vacuum.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ func (g *Gauges) LastTimeAutoVacuumRan() *prometheus.GaugeVec {
9898
}
9999

100100
// VacuumRunningTotal returns the number of backends (including autovacuum worker processes)
101-
// that is currently running a vacuuming (not include VACUUM FULL).
101+
// that are currently running a vacuuming (not including VACUUM FULL).
102102
//
103103
// This metric is only supported for PostgreSQL 9.6 or newer versions
104104
func (g *Gauges) VacuumRunningTotal() prometheus.Gauge {
105105
var gaugeOpts = prometheus.GaugeOpts{
106106
Name: "postgresql_vacuum_running_total",
107-
Help: "Number of backends (including autovacuum worker processes) that is currently vacuuming",
107+
Help: "Number of backends (including autovacuum worker processes) currently vacuuming",
108108
ConstLabels: g.labels,
109109
}
110110

0 commit comments

Comments
 (0)