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

Commit 15c0283

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

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
@@ -69,7 +69,7 @@ var (
6969
vacuumErrorsTotal = prometheus.NewCounterVec(prometheus.CounterOpts{
7070
Namespace: util.PromNamespace,
7171
Subsystem: "vacuum",
72-
Name: "vacuum_errors_total",
72+
Name: "errors_total",
7373
Help: "Total number of errors encountered by the Promscale vacuum engine while vacuuming tables.",
7474
},
7575
[]string{"workload"},

0 commit comments

Comments
 (0)